NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER macro (ntddndis.h)

Hyper-V extensible switch extensions use the NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER macro to access the custom extensible switch property buffer inside an NDIS_SWITCH_PROPERTY_CUSTOM structure.

Syntax

void NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER(
   _SwitchPropertyCustom_
);

Parameters

_SwitchPropertyCustom_

A pointer to an NDIS_SWITCH_PROPERTY_CUSTOM structure.

Return value

The NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER macro returns a pointer to the custom extensible switch property buffer inside an NDIS_SWITCH_PROPERTY_CUSTOM structure.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.30 and later.
Target Platform Desktop
Header ntddndis.h (include ndis.h)

See also

NDIS_SWITCH_PROPERTY_CUSTOM