// netadapter.h
void NET_ADAPTER_LINK_STATE_INIT_DISCONNECTED(
[_Out_] NET_ADAPTER_LINK_STATE *LinkState
);
View the official Windows Driver Kit DDI referenceNo description available.
Initializes a NET_ADAPTER_LINK_STATE structure for an adapter that is disconnected from the network.
LinkState [_Out_]A pointer to a driver-allocated NET_ADAPTER_LINK_STATE structure.
Call NET_ADAPTER_LINK_STATE_INIT or NET_ADAPTER_LINK_STATE_INIT_DISCONNECTED to initialize a NET_ADAPTER_LINK_STATE structure.
An initialized NET_ADAPTER_LINK_STATE structure is an input parameter value to NetAdapterSetLinkState.
NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES