// mbbcx.h
void MBB_DEVICE_WAKE_CAPABILITIES_INIT(
MBB_DEVICE_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI referenceNo description available.
The MBB_DEVICE_WAKE_CAPABILITIES_INIT method initializes a MBB_DEVICE_WAKE_CAPABILITIES structure.
CapabilitiesA pointer to a driver-allocated MBB_DEVICE_WAKE_CAPABILITIES structure.
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.