NDIS_SWITCH_NIC_AT_ARRAY_INDEX macro (ntddndis.h)
Hyper-V extensible switch extensions use the NDIS_SWITCH_NIC_AT_ARRAY_INDEX macro to access an NDIS_SWITCH_NIC_PARAMETERS element inside an NDIS_SWITCH_NIC_ARRAY structure.
Syntax
void NDIS_SWITCH_NIC_AT_ARRAY_INDEX(
_NicArray_,
_Index_
);
Parameters
_NicArray_
A pointer to an NDIS_SWITCH_NIC_ARRAY structure.
_Index_
A USHORT value that specifies the zero-based index of the NDIS_SWITCH_NIC_PARAMETERS element inside the NDIS_SWITCH_NIC_ARRAY.
Note
This value must be less than the value of the NumElements member of the NDIS_SWITCH_NIC_ARRAY structure.
Return value
The NDIS_SWITCH_NIC_AT_ARRAY_INDEX macro returns a pointer to the specified NDIS_SWITCH_NIC_PARAMETERS element inside the NDIS_SWITCH_NIC_ARRAY.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Supported in NDIS 6.30 and later. |
Target Platform | Desktop |
Header | ntddndis.h (include ndis.h) |