FWPM_CLASSIFY_OPTIONS0 struttura (fwpmtypes.h)

La struttura FWPM_CLASSIFY_OPTIONS0 viene usata per archiviare strutture FWPM_CLASSIFY_OPTION0 .

Sintassi

typedef struct FWPM_CLASSIFY_OPTIONS0_ {
  UINT32                numOptions;
  FWPM_CLASSIFY_OPTION0 *options;
} FWPM_CLASSIFY_OPTIONS0;

Members

numOptions

Numero di strutture FWPM_CLASSIFY_OPTION0 nel membro delle opzioni .

options

[size_is(numCredentials)]

Puntatore a una matrice di strutture FWPM_CLASSIFY_OPTION0 .

Commenti

FWPM_CLASSIFY_OPTIONS0 è un'implementazione specifica di FWPM_CLASSIFY_OPTIONS. Per altre informazioni , vedere Nomi Version-Independent WFP e Versioni specifiche di Windows .

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione fwpmtypes.h

Vedi anche

FWPM_CLASSIFY_OPTION0

Strutture API della piattaforma di filtro di Windows