// ntddndis.h
void NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER(
_SwitchPropertyCustom_
);
View the official Windows Driver Kit DDI referenceNo description available.
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.
_SwitchPropertyCustom_A pointer to an NDIS_SWITCH_PROPERTY_CUSTOM structure.
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.