43#include <wine/unicode.h>
70 HWND appbarmsg_window;
81 TRACE(
"callback: %x\n",
data->uCallbackMessage);
108 WARN(
"data at %p is too small\n",
data);
114 command.abd.uCallbackMessage =
data->uCallbackMessage;
120 if (return_map ==
NULL)
122 ERR(
"couldn't create file mapping\n");
130 if (appbarmsg_window ==
NULL)
132 ERR(
"couldn't find appbar window\n");
144 if (return_view ==
NULL)
146 ERR(
"MapViewOfFile failed\n");
151 response = return_view;
156 data->hWnd = response->
abd.hWnd;
157 data->uCallbackMessage = response->
abd.uCallbackMessage;
158 data->uEdge = response->
abd.uEdge;
160 data->lParam = response->
abd.lParam;
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
#define INVALID_HANDLE_VALUE
#define CreateFileMappingW(a, b, c, d, e, f)
UINT_PTR WINAPI SHAppBarMessage(DWORD msg, PAPPBARDATA data)
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
unsigned __int3264 UINT_PTR
static __inline const char * wine_dbgstr_rect(const RECT *rect)
#define ABM_GETTASKBARPOS
#define ABM_SETAUTOHIDEBAR
#define ABM_GETAUTOHIDEBAR
DWORD WINAPI GetCurrentProcessId(void)
HWND WINAPI FindWindowW(_In_opt_ LPCWSTR, _In_opt_ LPCWSTR)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)