|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <shellapi.h>

Public Attributes | |
| DWORD | cbSize |
| HWND | hWnd |
| UINT | uCallbackMessage |
| UINT | uEdge |
| RECT | rc |
| LPARAM | lParam |
Definition at line 216 of file shellapi.h.
| DWORD _AppBarData::cbSize |
Definition at line 217 of file shellapi.h.
Referenced by DoAppBarStuff(), test_appbarget(), test_setpos(), and testwindow_setpos().
| HWND _AppBarData::hWnd |
Definition at line 218 of file shellapi.h.
Referenced by Window::AppBar_PosChanged(), Window::AppBar_QuerySetPos(), test_appbarget(), test_setpos(), and testwindow_setpos().
| LPARAM _AppBarData::lParam |
Definition at line 222 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), and Window::AppBar_NoAutoHide().
| RECT _AppBarData::rc |
Definition at line 221 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_GetTaskBarPos(), Window::AppBar_QueryPos(), Window::AppBar_QuerySetPos(), test_appbarget(), and testwindow_setpos().
| UINT _AppBarData::uCallbackMessage |
Definition at line 219 of file shellapi.h.
Referenced by test_setpos().
| UINT _AppBarData::uEdge |
Definition at line 220 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_GetAutoHideBar(), Window::AppBar_NoAutoHide(), Window::AppBar_QueryPos(), Window::AppBar_QuerySetPos(), test_appbarget(), and testwindow_setpos().