WNV_OBJECT_TYPE enumeration (wnvapi.h)
Specifies the object type of a given Windows Network Virtualization (WNV) notification when the WNV notification type is WnvObjectChangeType.
Syntax
typedef enum _WNV_OBJECT_TYPE {
WnvProviderAddressType,
WnvCustomerAddressType,
WnvObjectTypeMax
} WNV_OBJECT_TYPE, *PWNV_OBJECT_TYPE;
Constants
WnvProviderAddressType The notification is about a change in a property of a provider address object. |
WnvCustomerAddressType |
WnvObjectTypeMax The maximum possible value for this enumeration type. This is not a legal value. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Header | wnvapi.h |