Retrieves the bounding rectangle of the Windows taskbar.
fResult = (BOOL) SHAppBarMessage(ABM_GETTASKBARPOS, pabd);
Parameters
pabd
Pointer to an APPBARDATA structure whose rc member receives the bounding rectangle, in screen coordinates, of the taskbar. You must specify the cbSize and hWnd when sending this message; all other members are ignored.
Return Values
Returns TRUE if successful or FALSE otherwise.
See Also