Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.19 KB

nf-ntddndis-ndis_switch_port_at_array_index.md

File metadata and controls

71 lines (54 loc) · 2.19 KB
UID title description tech.root ms.date keywords 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.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos f1_keywords topic_type api_type api_location api_name
NF:ntddndis.NDIS_SWITCH_PORT_AT_ARRAY_INDEX
NDIS_SWITCH_PORT_AT_ARRAY_INDEX macro (ntddndis.h)
Hyper-V extensible switch extensions use the NDIS_SWITCH_PORT_AT_ARRAY_INDEX macro to access an NDIS_SWITCH_PORT_PARAMETERS element inside an NDIS_SWITCH_PORT_ARRAY structure.
netvista
04/17/2018
NDIS_SWITCH_PORT_AT_ARRAY_INDEX macro
NDIS_SWITCH_PORT_AT_ARRAY_INDEX
ntddndis.h
ndis.h
Desktop
Supported in NDIS 6.30 and later.
Windows
NDIS_SWITCH_PORT_AT_ARRAY_INDEX
ntddndis/NDIS_SWITCH_PORT_AT_ARRAY_INDEX
apiref
HeaderDef
ntddndis.h
NDIS_SWITCH_PORT_AT_ARRAY_INDEX

NDIS_SWITCH_PORT_AT_ARRAY_INDEX macro

-description

Hyper-V extensible switch extensions use the NDIS_SWITCH_PORT_AT_ARRAY_INDEX macro to access an NDIS_SWITCH_PORT_PARAMETERS element inside an NDIS_SWITCH_PORT_ARRAY structure.

-parameters

-param PortArray

A pointer to an NDIS_SWITCH_PORT_ARRAY structure.

-param Index

A USHORT value that specifies the zero-based index of the NDIS_SWITCH_PORT_PARAMETERS element inside the NDIS_SWITCH_PORT_ARRAY.

Note

This value must be less than the value of the NumElements member of the NDIS_SWITCH_PORT_ARRAY structure.

-returns

The NDIS_SWITCH_PORT_AT_ARRAY_INDEX macro returns a pointer to the specified NDIS_SWITCH_PORT_PARAMETERS element inside the NDIS_SWITCH_PORT_ARRAY.

-remarks

-see-also

NDIS_SWITCH_PORT_PARAMETERS

NDIS_SWITCH_PORT_ARRAY