windows-nt/Source/XPSP1/NT/printscan/fax/provider/t30/headers/timeouts.h
2020-09-26 16:20:57 +08:00

13 lines
177 B
C

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