FWPM_CLASSIFY_OPTIONS0-Struktur (fwpmtypes.h)
Die FWPM_CLASSIFY_OPTIONS0-Struktur wird verwendet, um FWPM_CLASSIFY_OPTION0 Strukturen zu speichern.
Syntax
typedef struct FWPM_CLASSIFY_OPTIONS0_ {
UINT32 numOptions;
FWPM_CLASSIFY_OPTION0 *options;
} FWPM_CLASSIFY_OPTIONS0;
Member
numOptions
Anzahl der FWPM_CLASSIFY_OPTION0 Strukturen im Optionselement .
options
[size_is(numCredentials)]
Zeiger auf ein Array von FWPM_CLASSIFY_OPTION0 Strukturen.
Hinweise
FWPM_CLASSIFY_OPTIONS0 ist eine spezifische Implementierung von FWPM_CLASSIFY_OPTIONS. Weitere Informationen finden Sie unter WFP Version-Independent Namen und Zielgruppenspezifische Windows-Versionen .
Anforderungen
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [nur Desktop-Apps] |
Kopfzeile | fwpmtypes.h |