ABM_GETTASKBARPOSABM_GETTASKBARPOS*
*Contents  *Index  *Topic Contents
*Previous Topic: ABM_GETSTATE
*Next Topic: ABM_NEW

ABM_GETTASKBARPOS

Retrieves the bounding rectangle of the Windows taskbar.

Syntax


fResult = (BOOL) SHAppBarMessage(ABM_GETTASKBARPOS, pabd); 

Parameters

pabd
Address of 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.


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