PD_BUFFER_VIRTUAL_SUBNET_INFO - NtDoc

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

typedef struct _PD_BUFFER_VIRTUAL_SUBNET_INFO {
  UINT32 VirtualSubnetId : 24;
  UINT32 Reserved : 8;
} PD_BUFFER_VIRTUAL_SUBNET_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_pd_buffer_virtual_subnet_info)

_PD_BUFFER_VIRTUAL_SUBNET_INFO structure

Description

This structure contains the virtual subnet information.

Members

VirtualSubnetId

The virtual subnet ID.

Reserved

Reserved.