10 lines
378 B
C
10 lines
378 B
C
|
#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)
|
||
|
#define DCT_STATUS_UNKNOWN (0x00000020)
|
||
|
#define DCT_STATUS_COMPLETED_WITH_ERRORS (0x00000040)
|
||
|
|
||
|
|