MBB_DEVICE_WAKE_CAPABILITIES_INIT function (mbbcx.h)
The MBB_DEVICE_WAKE_CAPABILITIES_INIT method initializes a MBB_DEVICE_WAKE_CAPABILITIES structure.
Syntax
void MBB_DEVICE_WAKE_CAPABILITIES_INIT(
MBB_DEVICE_WAKE_CAPABILITIES *Capabilities
);
Parameters
Capabilities
A pointer to a driver-allocated MBB_DEVICE_WAKE_CAPABILITIES structure.
Return value
None
Remarks
This methods zeroes out the memory of the MBB_DEVICE_WAKE_CAPABILITIES structure, then fills in the Size member. After calling this method, set the remaining members of the MBB_DEVICE_WAKE_CAPABILITIES structure according to your device's capabilities, then call MbbDeviceSetWakeCapabilities.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Target Platform | Universal |
Header | mbbcx.h |
IRQL | Any level as long as target memory is resident |