|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| No
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| pbt.h
| Unicode
| No
| Platform Notes
| None
|
|
|
PBT_APMOEMEVENT
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;
Parameters
dwEventCode
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
message may never be sent on some machines.
See Also
WM_POWERBROADCAST
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|