HWND CBCGPAppBarWnd::GetAutoHideBar | ( | UINT | uEdge | ) |
Retrieve a handle to an autohide application bar associated with an edge of the screen.
A wrapper function for the ABM_GETAUTOHIDEBAR message. Calls the SHAppBarMessage function to retrieve the handle to the autohide application bar associated with an edge of the screen.
uEdge should be one of the following values ABE_TOP, ABE_BOTTOM, ABE_LEFT, or ABE_RIGHT.
uEdge | Specifies the edge of the screen the system application bar should be docked to. |