Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |