Share via


FWPM_CLASSIFY_OPTIONS0 (Compact 2013)

3/26/2014

This 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.

Requirements

Header

fwpmu.h

See Also

Reference

WFP Management Structures

Other Resources

Windows Filtering Platform