IMAPI_FORMAT2_RAW_CD_WRITE_ACTION enumeration (imapi2.h)
Defines values that indicate the current state of the write operation when using the IDiscFormat2RawCDEventArgs interface.
Syntax
typedef enum _IMAPI_FORMAT2_RAW_CD_WRITE_ACTION {
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_UNKNOWN = 0,
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARING = 0x1,
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITING = 0x2,
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHING = 0x3
} IMAPI_FORMAT2_RAW_CD_WRITE_ACTION, *PIMAPI_FORMAT2_RAW_CD_WRITE_ACTION;
Constants
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_UNKNOWN Value: 0 Indicates an unknown state. |
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARING Value: 0x1 Preparing to write the session. |
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITING Value: 0x2 Writing session data. |
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHING Value: 0x3 Synchronizing the drive's cache with the end of the data written to disc. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | imapi2.h |