MBB_DEVICE_WAKE_CAPABILITIES_INIT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mbbcx.h

void MBB_DEVICE_WAKE_CAPABILITIES_INIT(
  MBB_DEVICE_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-mbbcx-mbb_device_wake_capabilities_init)

MBB_DEVICE_WAKE_CAPABILITIES_INIT function

Description

The MBB_DEVICE_WAKE_CAPABILITIES_INIT method initializes a MBB_DEVICE_WAKE_CAPABILITIES structure.

Parameters

Capabilities

A pointer to a driver-allocated MBB_DEVICE_WAKE_CAPABILITIES structure.

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.

See also