Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_UNKNOWNValue: 0 Indicates an unknown state.  | 
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_PREPARINGValue: 0x1 Preparing to write the session.  | 
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_WRITINGValue: 0x2 Writing session data.  | 
IMAPI_FORMAT2_RAW_CD_WRITE_ACTION_FINISHINGValue: 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 |