#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <objbase.h>
#include <commctrl.h>
#include <cpl.h>
#include "resource.h"
Go to the source code of this file.
◆ _INC_WINDOWS
Definition at line 4 of file joy.h.
◆ COM_NO_WINDOWS_H
Definition at line 5 of file joy.h.
◆ WIN32_NO_STATUS
Definition at line 3 of file joy.h.
◆ PAPPLET
◆ PCREATE_LINK_CONTEXT
◆ ShowLastWin32Error()
void ShowLastWin32Error |
( |
HWND |
hWndOwner | ) |
|
Definition at line 11 of file winutils.c.
12{
15
18 return;
19
24 dwError,
28 {
29 return;
30 }
31
34}
HLOCAL NTAPI LocalFree(HLOCAL hMem)
#define LANG_USER_DEFAULT
DWORD WINAPI GetLastError(void)
#define FORMAT_MESSAGE_IGNORE_INSERTS
#define FORMAT_MESSAGE_FROM_SYSTEM
#define FORMAT_MESSAGE_ALLOCATE_BUFFER
int WINAPI MessageBoxW(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lpCaption, _In_ UINT uType)
◆ hApplet