Skip to content

Latest commit

 

History

History
118 lines (83 loc) · 3.05 KB

ns-fwpmtypes-fwpm_vswitch_event0.md

File metadata and controls

118 lines (83 loc) · 3.05 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:fwpmtypes.FWPM_VSWITCH_EVENT0_
FWPM_VSWITCH_EVENT0 (fwpmtypes.h)
Contains information about a vSwitch event.
FWPM_VSWITCH_EVENT0
FWPM_VSWITCH_EVENT0 structure [Filtering]
fwp.fwpm_vswitch_event0
fwpmtypes/FWPM_VSWITCH_EVENT0
fwp\fwpm_vswitch_event0.htm
fwp
bd25f66a-511a-470d-a33a-5e73d8b802c2
12/05/2018
FWPM_VSWITCH_EVENT0, FWPM_VSWITCH_EVENT0 structure [Filtering], fwp.fwpm_vswitch_event0, fwpmtypes/FWPM_VSWITCH_EVENT0
fwpmtypes.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Fwpmtypes.idl
Windows
FWPM_VSWITCH_EVENT0
19H1
FWPM_VSWITCH_EVENT0_
fwpmtypes/FWPM_VSWITCH_EVENT0_
FWPM_VSWITCH_EVENT0
fwpmtypes/FWPM_VSWITCH_EVENT0
c++
APIRef
kbSyntax
HeaderDef
Fwpmtypes.h
FWPM_VSWITCH_EVENT0

-description

The FWPM_VSWITCH_EVENT0 structure contains information about a vSwitch event.

-struct-fields

-field eventType

Type: FWPM_VSWITCH_EVENT_TYPE

The type of vSwitch event.

-field vSwitchId

Type: wchar_t*

GUID that identifies a vSwitch.

-field positionInfo

Available when eventType is FWPM_VSWITCH_EVENT_FILTER_ADD_TO_FILTER_ENGINE_NOT_IN_REQUIRED_POSITION.

-field positionInfo.numvSwitchFilterExtensions

Type: ULONG

The number of vSwitch filter extensions.

-field positionInfo.vSwitchFilterExtensions

Type: LPWSTR*

size_is(numvSwitchFilterExtensions)

Array of strings identifying other vSwitch extensions.

-field reorderInfo

Available when eventType is FWPM_VSWITCH_EVENT_FILTER_ENGINE_REORDER.

-field reorderInfo.inRequiredPosition

Type: BOOL

True if the filter engine is in the required position to correctly enforce committed filters; otherwise, false.

-field reorderInfo.numvSwitchFilterExtensions

Type: ULONG

The number of vSwitch filter extensions.

-field reorderInfo.vSwitchFilterExtensions

Type: LPWSTR*

size_is(numvSwitchFilterExtensions)

Array of strings identifying other vSwitch extensions.

-remarks

For the unnamed union, switch_is(eventType), switch_type(FWPM_VSWITCH_EVENT_TYPE).

FWPM_VSWITCH_EVENT0 is a specific implementation of FWPM_VSWITCH_EVENT. See WFP Version-Independent Names and Targeting Specific Versions of Windows for more information.

-see-also

FWPM_VSWITCH_EVENT_TYPE