// mbbcx.h
VOID MbbDeviceSetWakeCapabilities(
WDFDEVICE Device,
const MBB_DEVICE_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The MbbDeviceSetWakeCapabilities method sets the wake capabilities for a MBBCx device.
DeviceThe WDFDEVICE object the driver previously obtained from a call to WdfDeviceCreate.
CapabilitiesA pointer to a driver-allocated and initialized MBB_DEVICE_WAKE_CAPABILITIES structure.
The client driver typically calls this method from within EVT_DEVICE_PREPARE_HARDWARE.