MbbDeviceReportWakeReason function (mbbcx.h)
The MbbDeviceReportWakeReason method reports to the framework the reason that a mobile broadband device has generated a wake-up event.
Syntax
void MbbDeviceReportWakeReason(
WDFDEVICE Device,
MBB_WAKE_REASON_TYPE Reason
);
Parameters
Device
A handle to the WDFDEVICE object.
Reason
A MBB_WAKE_REASON_TYPE value that describes the reason for the wake-up event.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Target Platform | Universal |
Header | mbbcx.h |
Library | mbbcxstub.lib |
IRQL | PASSIVE_LEVEL |