Enumerasi WICProgressNotification (wincodec.h)
Menentukan kapan panggilan balik pemberitahuan kemajuan harus dipanggil.
Sintaks
typedef enum WICProgressNotification {
WICProgressNotificationBegin = 0x10000,
WICProgressNotificationEnd = 0x20000,
WICProgressNotificationFrequent = 0x40000,
WICProgressNotificationAll = 0xffff0000,
WICPROGRESSNOTIFICATION_FORCE_DWORD = 0x7fffffff
} ;
Konstanta
WICProgressNotificationBegin Nilai: 0x10000 Panggilan balik harus dipanggil ketika operasi codec dimulai. |
WICProgressNotificationEnd Nilai: 0x20000 Panggilan balik harus dipanggil ketika operasi codec berakhir. |
WICProgressNotificationFrequent Nilai: 0x40000 Panggilan balik harus sering dipanggil untuk melaporkan status. |
WICProgressNotificationAll Nilai: 0xffff0000 Panggilan balik harus dipanggil pada semua pemberitahuan kemajuan yang tersedia. |
WICPROGRESSNOTIFICATION_FORCE_DWORD Nilai: 0x7fffffff |
Persyaratan
Klien minimum yang didukung | Windows XP dengan SP2, Windows Vista [hanya aplikasi desktop] |
Server minimum yang didukung | Windows Server 2008 [hanya aplikasi desktop] |
Header | wincodec.h |