ABM_GETAUTOHIDEBAREX message

Retrieves the handle to the autohide appbar associated with an edge of the screen. This message extends ABM_GETAUTOHIDEBAR by enabling you to specify a particular monitor, for use in multiple monitor situations.

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

Parameters

pabd

A pointer to an APPBARDATA structure that specifies the screen edge and monitor. You must specify the cbSize, uEdge, and rc members when sending this message; all other members are ignored.

Return value

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 of the given monitor.

Requirements

Requirement Value
Header
Shellapi.h

See also

ABM_GETAUTOHIDEBAR

ABM_SETAUTOHIDEBAR

ABM_SETAUTOHIDEBAREX