ABM_GETAUTOHIDEBARABM_GETAUTOHIDEBAR*
*Contents  *Index  *Topic Contents
*Previous Topic: ABM_ACTIVATE
*Next Topic: ABM_GETSTATE

ABM_GETAUTOHIDEBAR

Retrieves the handle to the autohide appbar associated with an edge of the screen.

Syntax


hwndAutoHide = (HWND) SHAppBarMessage(ABM_GETAUTOHIDEBAR, pabd); 

Parameters

pabd
Address of an APPBARDATA structure that specifies the screen edge. You must specify the cbSize, hWnd, and uEdge members when sending this message; all other members are ignored.

Return Values


Returns the handle to the autohide appbar. The return value is NULL if an error occurs or if no autohide appbar is associated with the given edge.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.