|  | Overview |  | 
|  | 
|  | Group |  | 
|  | 
|  | Quick Info 
 | Windows NT 
 | Yes 
 |  | Win95 
 | Yes 
 |  | Win32s 
 | No 
 |  | Import Library 
 | - 
 |  | Header File 
 | shellapi.h 
 |  | Unicode 
 | No 
 |  | Platform Notes 
 | None 
 | 
 |  | 
 
ABM_GETSTATE
Retrieves the autohide and always-on-top states of the Windows taskbar. 
fuState = (UINT) SHAppBarMessage(ABM_GETSTATE, pabd);  
 
Parameters
pabd
Pointer to an 
APPBARDATA structure. You must specify the 
cbSize and 
hWnd members when sending this message; all other members are ignored. 
 
Return Values
Returns zero if the taskbar is not in the autohide or always-on-top state.
Otherwise, the return value is one or both of the following values: 
| ABS_ALWAYSONTOP 
 | The taskbar is in the always-on-top state. 
 | 
| ABS_AUTOHIDE 
 | The taskbar is in the autohide state. 
 | 
 
See Also
APPBARDATA
			
				- Software for developers
				
- 
				Delphi Components
 .Net Components
 Software for Android Developers
- More information resources
				
- 
				MegaDetailed.Net
 Unix Manual Pages
 Delphi Examples