Enumerazione WICComponentSigning (wincodec.h)
Specifica lo stato della firma del componente.
Sintassi
typedef enum WICComponentSigning {
WICComponentSigned = 0x1,
WICComponentUnsigned = 0x2,
WICComponentSafe = 0x4,
WICComponentDisabled = 0x80000000,
WICCOMPONENTSIGNING_FORCE_DWORD = 0x7fffffff
} ;
Costanti
WICComponentSigned Valore: 0x1 Componente firmato. |
WICComponentUnsigned Valore: 0x2 Componente senza segno |
WICComponentSafe Valore: 0x4 Un componente è sicuro. I componenti che non hanno un componente binario per firmare, ad esempio un formato pixel, devono restituire questo valore. |
WICComponentDisabled Valore: 0x80000000 Un componente è stato disabilitato. |
WICCOMPONENTSIGNING_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 |