NDIS_SWITCH_PORT_PROPERTY_CUSTOM_GET_BUFFER - NtDoc

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

void NDIS_SWITCH_PORT_PROPERTY_CUSTOM_GET_BUFFER(
  _PortPropertyCustom_
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

NDIS_SWITCH_PORT_PROPERTY_CUSTOM_GET_BUFFER macro

Description

Hyper-V extensible switch extensions use the NDIS_SWITCH_PORT_PROPERTY_CUSTOM_GET_BUFFER macro to access the custom port property buffer inside an NDIS_SWITCH_PORT_PROPERTY_CUSTOM structure.

Parameters

_PortPropertyCustom_

A pointer to an NDIS_SWITCH_PORT_PROPERTY_CUSTOM structure.

Return value

The NDIS_SWITCH_PORT_PROPERTY_CUSTOM_GET_BUFFER macro returns a pointer to the custom port property buffer inside an NDIS_SWITCH_PORT_PROPERTY_CUSTOM structure.

Remarks

See also

NDIS_SWITCH_PORT_PROPERTY_CUSTOM