Share via


Enumeração WICProgressNotification (wincodec.h)

Especifica quando o retorno de chamada de notificação de progresso deve ser chamado.

Syntax

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

Constantes

 
WICProgressNotificationBegin
Valor: 0x10000
O retorno de chamada deve ser chamado quando as operações de codec começarem.
WICProgressNotificationEnd
Valor: 0x20000
O retorno de chamada deve ser chamado quando as operações de codec terminam.
WICProgressNotificationFrequent
Valor: 0x40000
O retorno de chamada deve ser chamado com frequência para relatar status.
WICProgressNotificationAll
Valor: 0xffff0000
O retorno de chamada deve ser chamado em todas as notificações de progresso disponíveis.
WICPROGRESSNOTIFICATION_FORCE_DWORD
Valor: 0x7fffffff

Requisitos

   
Cliente mínimo com suporte Windows XP com SP2, Windows Vista [somente aplicativos da área de trabalho]
Servidor mínimo com suporte Windows Server 2008 [somente aplicativos da área de trabalho]
Cabeçalho wincodec.h

Confira também

RegisterProgressNotification