WNV_NOTIFICATION_TYPE enumeration (wnvapi.h)

Specifies the type of a given Windows Network Virtualization (WNV) notification.

Syntax

typedef enum _WNV_NOTIFICATION_TYPE {
  WnvPolicyMismatchType,
  WnvRedirectType,
  WnvObjectChangeType,
  WnvNotificationTypeMax
} WNV_NOTIFICATION_TYPE, *PWNV_NOTIFICATION_TYPE;

Constants

 
WnvPolicyMismatchType
A policy mismatch notification.
WnvRedirectType
A notification that an Internet Control Message Protocol
(ICMP) redirect message has been received.
WnvObjectChangeType
A notification that a network object has changed.
WnvNotificationTypeMax
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

See also

WNV_NOTIFICATION_PARAM