ReactOS 0.4.16-dev-1214-gd663eb4
|
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <shellapi.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <undocshell.h>
#include <wine/debug.h>
#include <wine/unicode.h>
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (appbar) | |
static HANDLE | AppBar_CopyIn (_In_ const VOID *pvSrc, _In_ SIZE_T dwSize, _In_ DWORD dwProcessId) |
static BOOL | AppBar_CopyOut (_In_ HANDLE hOutput, _Out_ PVOID pvDest, _In_ SIZE_T cbDest, _In_ DWORD dwProcessId) |
UINT_PTR WINAPI | SHAppBarMessage (_In_ DWORD dwMessage, _Inout_ PAPPBARDATA pData) |
|
static |
Definition at line 23 of file appbar.c.
Referenced by SHAppBarMessage().
|
static |
Definition at line 45 of file appbar.c.
Referenced by SHAppBarMessage().
Definition at line 67 of file appbar.c.
Referenced by Window::AppBar_AutoHide(), Window::AppBar_NoAutoHide(), Window::AppBar_QueryPos(), Window::AppBar_QuerySetPos(), Window::AppBar_Register(), Window::AppBar_UnRegister(), DoAppBarStuff(), Window::OnActivate(), Window::OnWindowPosChanged(), test_appbarget(), test_setpos(), and testwindow_setpos().
WINE_DEFAULT_DEBUG_CHANNEL | ( | appbar | ) |