The PBT_APMRESUMESUSPEND message is sent as a notification that the system has resumed opration after being suspended. A window receives this message through the WM_POWERBROADCAST message.
dwData = (DWORD) lParam;
No return value.
Applications may receive this message at any time without a preceding PBT_APMSUSPEND message.