42#include <wine/unicode.h>
71 HWND appbarmsg_window;
82 TRACE(
"callback: %x\n",
data->uCallbackMessage);
109 WARN(
"data at %p is too small\n",
data);
115 command.abd.uCallbackMessage =
data->uCallbackMessage;
121 if (return_map ==
NULL)
123 ERR(
"couldn't create file mapping\n");
131 if (appbarmsg_window ==
NULL)
133 ERR(
"couldn't find appbar window\n");
145 if (return_view ==
NULL)
147 ERR(
"MapViewOfFile failed\n");
152 response = return_view;
157 data->hWnd = response->
abd.hWnd;
158 data->uCallbackMessage = response->
abd.uCallbackMessage;
159 data->uEdge = response->
abd.uEdge;
161 data->lParam = response->
abd.lParam;
static const char * wine_dbgstr_rect(const RECT *prc)
#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
#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)