struttura EVENT_MAP_ENTRY (tdh.h)
Definisce una voce di mappa a valore singolo.
Sintassi
typedef struct _EVENT_MAP_ENTRY {
ULONG OutputOffset;
union {
ULONG Value;
ULONG InputOffset;
};
} EVENT_MAP_ENTRY;
Members
OutputOffset
Offset dall'inizio della struttura EVENT_MAP_INFO a una stringa Unicode con terminazione Null contenente la stringa associata al valore della mappa in Value o InputOffset.
Value
Se il membro MapEntryValueType di EVENT_MAP_INFO è EVENTMAP_ENTRY_VALUETYPE_ULONG , utilizzare questo membro per accedere al valore della mappa.
InputOffset
Offset dall'inizio della struttura EVENT_MAP_INFO alla stringa Unicode con terminazione Null contenente il valore della mappa.
L'offset viene usato per le mappe dei criteri e il valore WMI esegue il mapping delle stringhe alle stringhe.
Commenti
Per le mappe definite in un manifesto, la stringa conterrà uno spazio alla fine della stringa. Ad esempio, se il valore viene mappato a "Monday" nel manifesto, la stringa viene restituita come "Monday".
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Intestazione | tdh.h |