FWPS_DISCARD_MODULE0 (Compact 2013)
3/26/2014
This enumeration type specifies the type of module that discarded the data.
Syntax
typedef enum FWPS_DISCARD_MODULE0_ {
FWPS_DISCARD_MODULE_NETWORK,
FWPS_DISCARD_MODULE_TRANSPORT,
FWPS_DISCARD_MODULE_GENERAL,
FWPS_DISCARD_MODULE_MAX
} FWPS_DISCARD_MODULE0_;
Values
- FWPS_DISCARD_MODULE_NETWORK
The data was discarded by the network layer
- FWPS_DISCARD_MODULE_TRANSPORT
The data was discarded by the transport layer
- FWPS_DISCARD_MODULE_GENERAL
The data was discarded by the filter engine
- FWPS_DISCARD_MODULE_MAX
A maximum value that is used for testing
Remarks
The FWPS_DISCARD_METADATA0 structure contains a member of type FWPS_DISCARD_MODULE0 that specifies the type of module that discarded the data.
Requirements
Header |
fwpsk.h |
See Also
Reference
WFP Callout Driver Enumerations
WFP Callout Driver Reference