Enumerazione WICProgressNotification (wincodec.h)

Specifica quando deve essere chiamato il callback delle notifiche di stato.

Sintassi

typedef enum WICProgressNotification {
  WICProgressNotificationBegin = 0x10000,
  WICProgressNotificationEnd = 0x20000,
  WICProgressNotificationFrequent = 0x40000,
  WICProgressNotificationAll = 0xffff0000,
  WICPROGRESSNOTIFICATION_FORCE_DWORD = 0x7fffffff
} ;

Costanti

 
WICProgressNotificationBegin
Valore: 0x10000
Il callback deve essere chiamato all'inizio delle operazioni codec.
WICProgressNotificationEnd
Valore: 0x20000
Il callback deve essere chiamato quando terminano le operazioni codec.
WICProgressNotificationFrequent
Valore: 0x40000
Il callback deve essere chiamato di frequente per segnalare lo stato.
WICProgressNotificationAll
Valore: 0xffff0000
Il callback deve essere chiamato su tutte le notifiche di stato disponibili.
WICPROGRESSNOTIFICATION_FORCE_DWORD
Valore: 0x7fffffff

Requisiti

   
Client minimo supportato Windows XP con SP2, Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione wincodec.h

Vedi anche

RegisterProgressNotification