FWPM_CALLOUT_ENUM_TEMPLATE0 (Compact 2013)
3/26/2014
This structure is used for limiting callout enumerations.
Syntax
typedef struct FWPM_CALLOUT_ENUM_TEMPLATE0_ {
GUID* providerKey;
GUID layerKey;
} FWPM_CALLOUT_ENUM_TEMPLATE0;
Members
- providerKey
Uniquely identifies the provider associated with the callout. If this member is non-NULL, only objects associated with the specified provider will be returned.
- layerKey
Uniquely identifies a layer. If this member is non-NULL, only callouts associated with the specified layer will be returned.
Requirements
Header |
fwpmu.h |