Platform SDK: Hardware

PBT_APMOEMEVENT

The PBT_APMOEMEVENT event is broadcast when an APM BIOS signals an APM OEM event.

A window receives this event through the WM_POWERBROADCAST message. The wParam and lParam parameters are set as described following.

Parameters

wParam
Set to PBT_APMOEMEVENT.
lParam
A DWORD value that specifies the OEM-defined event code that was signaled by the system's APM BIOS. OEM event codes are in the range 0200h - 02FFh.

Return Values

No return value.

Remarks

Because not all APM BIOS implementations provide OEM event notifications, this event may never be broadcast on some computers.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 95 or later.
  Header: Declared in Pbt.h.

See Also

Power Management Overview, Power Management Events, WM_POWERBROADCAST