PD_BUFFER_VIRTUAL_SUBNET_INFO structure (ndis.h)
This structure contains the virtual subnet information.
Syntax
typedef struct _PD_BUFFER_VIRTUAL_SUBNET_INFO {
UINT32 VirtualSubnetId : 24;
UINT32 Reserved : 8;
} PD_BUFFER_VIRTUAL_SUBNET_INFO;
Members
VirtualSubnetId
The virtual subnet ID.
Reserved
Reserved.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2016 |
Header | ndis.h |