// mbbcx.h
VOID MbbDeviceReportWakeReason(
WDFDEVICE Device,
MBB_WAKE_REASON_TYPE Reason
);
View the official Windows Driver Kit DDI referenceNo description available.
The MbbDeviceReportWakeReason method reports to the framework the reason that a mobile broadband device has generated a wake-up event.
DeviceA handle to the WDFDEVICE object.
ReasonA MBB_WAKE_REASON_TYPE value that describes the reason for the wake-up event.