Skip to content

Latest commit

 

History

History
97 lines (73 loc) · 3.79 KB

ns-wnvapi-wnv_policy_mismatch_param.md

File metadata and controls

97 lines (73 loc) · 3.79 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wnvapi._WNV_POLICY_MISMATCH_PARAM
WNV_POLICY_MISMATCH_PARAM (wnvapi.h)
Specifies the parameters of an event (typically an incoming packet) that causes the Windows Network Virtualization (WNV) driver to generate a WnvPolicyMismatchType notification.
*PWNV_POLICY_MISMATCH_PARAM
PWNV_POLICY_MISMATCH_PARAM
PWNV_POLICY_MISMATCH_PARAM structure pointer [Windows Network Virtualization]
WNV_POLICY_MISMATCH_PARAM
WNV_POLICY_MISMATCH_PARAM structure [Windows Network Virtualization]
wnv.wnv_policy_mismatch_param
wnvapi/PWNV_POLICY_MISMATCH_PARAM
wnvapi/WNV_POLICY_MISMATCH_PARAM
wnv\wnv_policy_mismatch_param.htm
wnv
2781B0D6-950E-49AD-9B30-31DE4A27ED4A
12/05/2018
*PWNV_POLICY_MISMATCH_PARAM, PWNV_POLICY_MISMATCH_PARAM, PWNV_POLICY_MISMATCH_PARAM structure pointer [Windows Network Virtualization], WNV_POLICY_MISMATCH_PARAM, WNV_POLICY_MISMATCH_PARAM structure [Windows Network Virtualization], wnv.wnv_policy_mismatch_param, wnvapi/PWNV_POLICY_MISMATCH_PARAM, wnvapi/WNV_POLICY_MISMATCH_PARAM
wnvapi.h
Windows
None supported
Windows Server 2012 [desktop apps only]
Windows
WNV_POLICY_MISMATCH_PARAM, *PWNV_POLICY_MISMATCH_PARAM
19H1
_WNV_POLICY_MISMATCH_PARAM
wnvapi/_WNV_POLICY_MISMATCH_PARAM
PWNV_POLICY_MISMATCH_PARAM
wnvapi/PWNV_POLICY_MISMATCH_PARAM
WNV_POLICY_MISMATCH_PARAM
wnvapi/WNV_POLICY_MISMATCH_PARAM
c++
APIRef
kbSyntax
HeaderDef
wnvapi.h
WNV_POLICY_MISMATCH_PARAM

WNV_POLICY_MISMATCH_PARAM structure

-description

Specifies the parameters of an event (typically an incoming packet) that causes the Windows Network Virtualization (WNV) driver to generate a WnvPolicyMismatchType notification. As a result, the WNV driver fills the buffer that is passed in the NotificationParam argument's WNV_NOTIFICATION_PARAM structure with one or more instances of this structure and completes the WnvRequestNotification function call.

-struct-fields

-field CAFamily

Type: ADDRESS_FAMILY

The address family (AF_INET or AF_INET6) for the customer address.

-field PAFamily

Type: ADDRESS_FAMILY

The address family (AF_INET or AF_INET6) for the provider address.

-field VirtualSubnetId

Type: ULONG

The identifier of a customer virtual subnet. This value ranges from 4096 (0x00001000) to 16777214 (0x00FFFFFE).

-field CA

Type: WNV_IP_ADDRESS

The IP address object for the customer address, which is the IP address configured on the virtual machine for network virtualization.

-field PA

Type: WNV_IP_ADDRESS

The IP address object for the provider address, which is the matching IP address used on the physical network for the customer address.

-remarks

For a detailed description of network virtualization concepts and terminology, see Hyper-V Network Virtualization Overview.

-see-also

WNV_NOTIFICATION_TYPE