ReactOS 0.4.16-dev-336-gb667d82
|
#include <shellapi.h>
Public Attributes | |
DWORD | cbSize |
HWND | hWnd |
UINT | uCallbackMessage |
UINT | uEdge |
RECT | rc |
LPARAM | lParam |
Definition at line 217 of file shellapi.h.
DWORD _AppBarData::cbSize |
Definition at line 218 of file shellapi.h.
Referenced by DoAppBarStuff(), test_appbarget(), test_setpos(), and testwindow_setpos().
HWND _AppBarData::hWnd |
Definition at line 219 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_NoAutoHide(), Window::AppBar_PosChanged(), Window::AppBar_QueryPos(), Window::AppBar_QuerySetPos(), Window::AppBar_Register(), Window::AppBar_SetSide(), Window::AppBar_Size(), Window::AppBar_UnRegister(), handle_appbarmessage(), Window::OnActivate(), Window::OnAppBarCallback(), Window::OnLButtonUp(), Window::OnWindowPosChanged(), test_appbarget(), test_setpos(), and testwindow_setpos().
LPARAM _AppBarData::lParam |
Definition at line 223 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_NoAutoHide(), and handle_appbarmessage().
RECT _AppBarData::rc |
Definition at line 222 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_QueryPos(), Window::AppBar_QuerySetPos(), handle_appbarmessage(), test_appbarget(), and testwindow_setpos().
UINT _AppBarData::uCallbackMessage |
Definition at line 220 of file shellapi.h.
Referenced by Window::AppBar_Register(), handle_appbarmessage(), and test_setpos().
UINT _AppBarData::uEdge |
Definition at line 221 of file shellapi.h.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_NoAutoHide(), Window::AppBar_QueryPos(), Window::AppBar_QuerySetPos(), handle_appbarmessage(), test_appbarget(), and testwindow_setpos().