windows-nt/Source/XPSP1/NT/printscan/fax/provider/t30/headers/timeouts.h

13 lines
177 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _TIMEOUTS_
#define _TIMEOUTS_
typedef struct tagTO {
ULONG ulStart;
ULONG ulTimeout;
ULONG ulEnd;
} TO, far* LPTO;
#endif //_TIMEOUTS_