COMPARTMENT_ID enumeration (winnt.h)
The COMPARTMENT_ID enumeration indicates the network routing compartment identifier.
Syntax
typedef enum {
UNSPECIFIED_COMPARTMENT_ID = 0,
DEFAULT_COMPARTMENT_ID
} COMPARTMENT_ID, *PCOMPARTMENT_ID;
Constants
UNSPECIFIED_COMPARTMENT_ID Value: 0 Indicates that the routing compartment is undefined. |
DEFAULT_COMPARTMENT_ID Indicates the default routing compartment. |
Requirements
Requirement | Value |
---|---|
Header | winnt.h |