NET_ADAPTER_LINK_STATE_INIT_DISCONNECTED - NtDoc

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

void NET_ADAPTER_LINK_STATE_INIT_DISCONNECTED(
  [_Out_] NET_ADAPTER_LINK_STATE *LinkState
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-netadapter-net_adapter_link_state_init_disconnected)

NET_ADAPTER_LINK_STATE_INIT_DISCONNECTED function

Description

Initializes a NET_ADAPTER_LINK_STATE structure for an adapter that is disconnected from the network.

Parameters

LinkState [_Out_]

A pointer to a driver-allocated NET_ADAPTER_LINK_STATE structure.

Remarks

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.

See also

NDIS_MINIPORT_ADAPTER_GENERAL_ATTRIBUTES

NET_ADAPTER_LINK_STATE_INIT

NET_ADAPTER_LINK_STATE

NetAdapterSetLinkState