2025-04-27 07:49:33 -04:00

13 lines
189 B
C

#ifndef _TIMEOUTS_
#define _TIMEOUTS_
typedef struct tagTO {
ULONG ulStart;
ULONG ulTimeout;
ULONG ulEnd;
} TO, far* LPTO;
#endif //_TIMEOUTS_