Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
Defines values that indicate the current state of the write operation when using the IDiscFormat2TrackAtOnceEventArgs interface.
Syntax
typedef enum _IMAPI_FORMAT2_TAO_WRITE_ACTION {
IMAPI_FORMAT2_TAO_WRITE_ACTION_UNKNOWN = 0,
IMAPI_FORMAT2_TAO_WRITE_ACTION_PREPARING = 0x1,
IMAPI_FORMAT2_TAO_WRITE_ACTION_WRITING = 0x2,
IMAPI_FORMAT2_TAO_WRITE_ACTION_FINISHING = 0x3,
IMAPI_FORMAT2_TAO_WRITE_ACTION_VERIFYING = 0x4
} IMAPI_FORMAT2_TAO_WRITE_ACTION, *PIMAPI_FORMAT2_TAO_WRITE_ACTION;
Constants
IMAPI_FORMAT2_TAO_WRITE_ACTION_UNKNOWNValue: 0 Indicates an unknown state. |
IMAPI_FORMAT2_TAO_WRITE_ACTION_PREPARINGValue: 0x1 Preparing to write the track. |
IMAPI_FORMAT2_TAO_WRITE_ACTION_WRITINGValue: 0x2 Writing the track. |
IMAPI_FORMAT2_TAO_WRITE_ACTION_FINISHINGValue: 0x3 Closing the track or closing the session. |
IMAPI_FORMAT2_TAO_WRITE_ACTION_VERIFYINGValue: 0x4 |
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 |