Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 1.96 KB

nf-mbbcx-mbbdeviceinitialize.md

File metadata and controls

70 lines (54 loc) · 1.96 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:mbbcx.MbbDeviceInitialize
MbbDeviceInitialize function (mbbcx.h)
The MbbDeviceInitialize method registers the client driver's MBB-specific callback functions.
netvista
06/28/2018
MbbDeviceInitialize function
MbbDeviceInitialize
mbbcx.h
Universal
Windows 10, version 1809
1.27
mbbcxstub.lib
PASSIVE_LEVEL
Windows
RS5
MbbDeviceInitialize
mbbcx/MbbDeviceInitialize
apiref
LibDef
mbbcxstub.lib
MbbDeviceInitialize

MbbDeviceInitialize function

-description

The MbbDeviceInitialize method registers the client driver's MBB-specific callback functions.

-parameters

-param Device

A handle to a framework device object the client driver obtained from a previous call to WdfDeviceCreate.

-param Config

A pointer to a client driver-allocated and initialized MBB_DEVICE_CONFIG structure.

-returns

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

This method might return failure in low resource situations.

-remarks

The client driver must call this method after it calls WdfDeviceCreate from within EVT_WDF_DRIVER_DEVICE_ADD.

For more information, see Initialize the device.

-see-also