Enumerazione WbemCimtypeEnum (wbemdisp.h)
Le costanti WbemCimtypeEnum definiscono i tipi CIM validi di un valore di proprietà.
La libreria di tipi di scripting WMI, wbemdisp.tlb, definisce queste costanti. Le applicazioni Visual Basic possono accedere a questa libreria; i linguaggi script devono usare direttamente il valore della costante, a meno che non usino il formato di file XML WSH (Windows Script Host). Per altre informazioni, vedere Uso della libreria dei tipi di script WMI.
Sintassi
typedef enum WbemCimtypeEnum {
wbemCimtypeSint8 = 16,
wbemCimtypeUint8 = 17,
wbemCimtypeSint16 = 2,
wbemCimtypeUint16 = 18,
wbemCimtypeSint32 = 3,
wbemCimtypeUint32 = 19,
wbemCimtypeSint64 = 20,
wbemCimtypeUint64 = 21,
wbemCimtypeReal32 = 4,
wbemCimtypeReal64 = 5,
wbemCimtypeBoolean = 11,
wbemCimtypeString = 8,
wbemCimtypeDatetime = 101,
wbemCimtypeReference = 102,
wbemCimtypeChar16 = 103,
wbemCimtypeObject = 13
} ;
Costanti
wbemCimtypeSint8 Valore: 16 Valore intero con segno a 8 bit |
wbemCimtypeUint8 Valore: 17 Intero senza segno a 8 bit |
wbemCimtypeSint16 Valore: 2 Valore intero a 16 bit con segno |
wbemCimtypeUint16 Valore: 18 Intero senza segno a 16 bit |
wbemCimtypeSint32 Valore: 3 Valore intero a 32 bit con segno |
wbemCimtypeUint32 Valore: 19 Intero senza segno a 32 bit |
wbemCimtypeSint64 Valore: 20 Valore intero a 64 bit con segno |
wbemCimtypeUint64 Valore: 21 Intero senza segno a 64 bit |
wbemCimtypeReal32 Valore: 4 Numero reale a 32 bit |
wbemCimtypeReal64 Valore: 5 Numero reale a 64 bit |
wbemCimtypeBoolean Valore: 11 Valore booleano |
wbemCimtypeString Valore: 8 string |
wbemCimtypeDatetime Valore: 101 Valore data/ora |
wbemCimtypeReference Valore: 102 Riferimento a un oggetto CIM |
wbemCimtypeChar16 Valore: 103 Carattere a 16 bit |
wbemCimtypeObject Valore: 13 Oggetto CIM |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista |
Server minimo supportato | Windows Server 2008 |
Intestazione | wbemdisp.h |