Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
WnvPolicyMismatchTypeA policy mismatch notification. |
WnvRedirectTypeA notification that an Internet Control Message Protocol (ICMP) redirect message has been received. |
WnvObjectChangeTypeA notification that a network object has changed. |
WnvNotificationTypeMaxThe 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 |