Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
262 B

#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)