MbbDeviceReportWakeReason - NtDoc

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

VOID MbbDeviceReportWakeReason(
  WDFDEVICE            Device,
  MBB_WAKE_REASON_TYPE Reason
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

MbbDeviceReportWakeReason function

Description

The MbbDeviceReportWakeReason method reports to the framework the reason that a mobile broadband device has generated a wake-up event.

Parameters

Device

A handle to the WDFDEVICE object.

Reason

A MBB_WAKE_REASON_TYPE value that describes the reason for the wake-up event.

Remarks

See also