Sends an appbar message to the system.
WINSHELLAPI UINT APIENTRY SHAppBarMessage(
DWORD dwMessage, | |
PAPPBARDATA pData | |
); |
ABM_ACTIVATE |
Notifies the system that an appbar has been activated. |
ABM_GETAUTOHIDEBAR |
Retrieves the handle of the autohide appbar associated with a particular edge of the screen. |
ABM_GETSTATE |
Retrieves the autohide and always-on-top states of the Windows taskbar. |
ABM_GETTASKBARPOS |
Retrieves the bounding rectangle of the Windows taskbar. |
ABM_NEW |
Registers a new appbar and specifies the message identifier that the system should use to send notification messages to the appbar. |
ABM_QUERYPOS |
Requests a size and screen position for an appbar. |
ABM_REMOVE |
Unregisters an appbar, removing bar from the system’s internal list. |
ABM_SETAUTOHIDEBAR |
Registers or unregisters an autohide appbar for an edge of the screen. |
ABM_SETPOS |
Sets the size and screen position of an appbar. |
ABM_WINDOWPOSCHANGED |
Notifies the system when an appbar’s position has changed. |
Returns a message-dependent value. For more information, see the documentation for the individual appbar messages.
See:
file: /Techref/os/win/api/win32/func/src/f84_11.htm, 4KB, , updated: 2001/6/26 09:42, local time: 2024/11/8 06:54,
3.144.87.182:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f84_11.htm"> SHAppBarMessage</A> |
Did you find what you needed? |