Partager via


Énumération WICProgressNotification (wincodec.h)

Spécifie quand le rappel de notification de progression doit être appelé.

Syntax

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

Constantes

 
WICProgressNotificationBegin
Valeur : 0x10000
Le rappel doit être appelé lorsque les opérations de codec commencent.
WICProgressNotificationEnd
Valeur : 0x20000
Le rappel doit être appelé lorsque les opérations de codec se terminent.
WICProgressNotificationFrequent
Valeur : 0x40000
Le rappel doit être appelé fréquemment pour signaler status.
WICProgressNotificationAll
Valeur : 0xffff0000
Le rappel doit être appelé sur toutes les notifications de progression disponibles.
WICPROGRESSNOTIFICATION_FORCE_DWORD
Valeur : 0x7fffffff

Configuration requise

   
Client minimal pris en charge Windows XP avec SP2, Windows Vista [applications de bureau uniquement]
Serveur minimal pris en charge Windows Server 2008 [applications de bureau uniquement]
En-tête wincodec.h

Voir aussi

RegisterProgressNotification