FWPM_CLASSIFY_OPTIONS0 structure (fwpmtypes.h)
The FWPM_CLASSIFY_OPTIONS0 structure is used to store FWPM_CLASSIFY_OPTION0 structures.
Syntax
typedef struct FWPM_CLASSIFY_OPTIONS0_ {
UINT32 numOptions;
FWPM_CLASSIFY_OPTION0 *options;
} FWPM_CLASSIFY_OPTIONS0;
Members
numOptions
Number of FWPM_CLASSIFY_OPTION0 structures in the options member.
options
[size_is(numCredentials)]
Pointer to an array of FWPM_CLASSIFY_OPTION0 structures.
Remarks
FWPM_CLASSIFY_OPTIONS0 is a specific implementation of FWPM_CLASSIFY_OPTIONS. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | fwpmtypes.h |