windows-nt/Source/XPSP1/NT/admin/admt/workobj/dctstat.h

8 lines
262 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#define DCT_STATUS_NOT_STARTED (0x00000001)
#define DCT_STATUS_IN_PROGRESS (0x00000002)
#define DCT_STATUS_ABORTING (0x00000004)
#define DCT_STATUS_ABORTED (0x00000008)
#define DCT_STATUS_COMPLETED (0x00000010)