|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| -
| Header File
| shellapi.h
| Unicode
| No
| Platform Notes
| None
|
|
|
ABM_REMOVE
Unregisters an appbar, removing it from the system's internal list. The system
no longer sends notification messages to the appbar nor prevents other
applications from using the screen area occupied by the appbar.
SHAppBarMessage(ABM_REMOVE, pabd);
Parameters
pabd
Pointer to an APPBARDATA structure that contains the handle of the appbar to unregister. You must
specify the cbSize and hWnd members when sending this message; all other members are ignored.
Return Values
Always returns TRUE.
This message causes the system to send the ABN_POSCHANGED notification message
to all appbars.
See Also
APPBARDATA
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
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
|