MbbDeviceSetWakeCapabilities - NtDoc

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

VOID MbbDeviceSetWakeCapabilities(
  WDFDEVICE                          Device,
  const MBB_DEVICE_WAKE_CAPABILITIES *Capabilities
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

MbbDeviceSetWakeCapabilities function

Description

The MbbDeviceSetWakeCapabilities method sets the wake capabilities for a MBBCx device.

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.

Remarks

The client driver typically calls this method from within EVT_DEVICE_PREPARE_HARDWARE.

See also