ABM_GETSTATE message
Retrieves the autohide and always-on-top states of the Windows taskbar.
uState = (UINT) SHAppBarMessage(ABM_GETSTATE, pabd);
Parameters
-
pabd
-
Pointer to an APPBARDATA structure. You must specify the cbSize member when sending this message; all other members are ignored.
Return value
Returns zero if the taskbar is neither in the autohide nor always-on-top state. Otherwise, the return value is one or both of the following:
Return code | Description |
---|---|
|
The taskbar is in the always-on-top state. [!Note] |
|
The taskbar is in the autohide state. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|