PBT_APMRESUMESUSPEND

[This is preliminary documentation and subject to change.]

The PBT_APMRESUMESUSPEND message is sent as a notification that the system has resumed operation after being suspended. A window receives this message through the WM_POWERBROADCAST message.

dwData = (DWORD) lParam;
 

Parameters

dwData
Reserved; must be 0.

Return Values

No return value.

Remarks

Applications can receive this message at any time without a preceding PBT_APMSUSPEND message.

QuickInfo

  Windows NT: Requires version 5.0 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in pbt.h.

See Also

Power Management Overview, Power Management Messages, PBT_APMSUSPEND, WM_POWERBROADCAST