Skip to content

Latest commit

 

History

History
75 lines (58 loc) · 2.69 KB

nf-netdevice-netdeviceinitconfig.md

File metadata and controls

75 lines (58 loc) · 2.69 KB
UID title description tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos ms.custom f1_keywords topic_type api_type api_location api_name
NF:netdevice.NetDeviceInitConfig
NetDeviceInitConfig function (netdevice.h)
The NetDeviceInitConfig function initializes device initialization operations when the Plug and Play (PnP) manager reports the existence of a device.
netvista
04/01/2022
NetDeviceInitConfig function
NetDeviceInitConfig
netdevice.h
netadaptercx.h
Universal
Windows 10, version 2004
netadaptercxstub.lib
PASSIVE_LEVEL
Windows
Vb
NetDeviceInitConfig
netdevice/NetDeviceInitConfig
apiref
LibDef
netadaptercxstub.lib
NetDeviceInitConfig

NetDeviceInitConfig function

-description

The NetDeviceInitConfig function initializes device initialization operations when the Plug and Play (PnP) manager reports the existence of a device.

-parameters

-param DeviceInit [Inout]

A pointer to a WDFDEVICE_INIT object that the client driver received in its EvtDriverDeviceAdd routine.

-returns

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, this function may return an appropriate NTSTATUS error code.

-remarks

A client driver calls this function in its EvtDriverDeviceAdd callback before it calls WdfDeviceCreate.

When a client driver calls NetDeviceInitConfig, the system-supplied NetAdapterCx.sys driver calls the following functions on behalf of the client. The client driver should not call these functions directly. Doing so may result in undefined behavior.

-see-also

EvtDriverDeviceAdd

WdfDeviceCreate