Contents Index Topic Contents | ||
Previous Topic: ABM_QUERYPOS Next Topic: ABM_SETAUTOHIDEBAR |
ABM_REMOVE
Unregisters an appbar by removing it from the system's internal list. The system no longer sends notification messages to the appbar or prevents other applications from using the screen area occupied by the appbar.
Syntax
SHAppBarMessage(ABM_REMOVE, pabd);Parameters
- pabd
- Address of an APPBARDATA structure that contains the handle to 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.
Remarks
This message causes the system to send the ABN_POSCHANGED notification message to all appbars.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.