The PBT_APMOEMEVENT message is sent when an APM BIOS signals an APM OEM event. A window receives this message through the WM_POWERBROADCAST message.
PBT_APMOEMEVENT dwEventCode = (DWORD) lParam;
No return value.
Because not all APM BIOS implementations provide OEM event notifications, this message may never be sent on some machines.