Leaked source code of windows server 2003
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.

9 lines
378 B

  1. #define DCT_STATUS_NOT_STARTED (0x00000001)
  2. #define DCT_STATUS_IN_PROGRESS (0x00000002)
  3. #define DCT_STATUS_ABORTING (0x00000004)
  4. #define DCT_STATUS_ABORTED (0x00000008)
  5. #define DCT_STATUS_COMPLETED (0x00000010)
  6. #define DCT_STATUS_UNKNOWN (0x00000020)
  7. #define DCT_STATUS_COMPLETED_WITH_ERRORS (0x00000040)