NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntddndis.h

void NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER(
  _SwitchPropertyCustom_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntddndis-ndis_switch_property_custom_get_buffer)

NDIS_SWITCH_PROPERTY_CUSTOM_GET_BUFFER macro

Description

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.

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.

Remarks

See also

NDIS_SWITCH_PROPERTY_CUSTOM