Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MbbDeviceSetWakeCapabilities method sets the wake capabilities for a MBBCx device.
Syntax
void MbbDeviceSetWakeCapabilities(
WDFDEVICE Device,
const MBB_DEVICE_WAKE_CAPABILITIES *Capabilities
);
Parameters
Device
The WDFDEVICE object the driver previously obtained from a call to WdfDeviceCreate.
Capabilities
A pointer to a driver-allocated and initialized MBB_DEVICE_WAKE_CAPABILITIES structure.
Return value
None
Remarks
The client driver typically calls this method from within EVT_DEVICE_PREPARE_HARDWARE.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Target Platform | Universal |
Header | mbbcx.h |
IRQL | PASSIVE_LEVEL |