| /** |
| * This file is part of the mingw-w64 runtime package. |
| * No warranty is given; refer to the file DISCLAIMER within this package. |
| */ |
| |
| #include <winapifamily.h> |
| |
| #ifndef _WINUSER_ |
| #define _WINUSER_ |
| |
| #include <_mingw_unicode.h> |
| #include <apisetcconv.h> |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| #ifndef WINVER |
| #define WINVER 0x0502 |
| #endif |
| |
| #include <_mingw.h> |
| #include <stdarg.h> |
| #include <guiddef.h> |
| |
| #ifndef NOAPISET |
| #include <libloaderapi.h> |
| #endif |
| |
| #ifndef NOUSER |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef HANDLE HDWP; |
| typedef VOID MENUTEMPLATEA; |
| typedef VOID MENUTEMPLATEW; |
| typedef PVOID LPMENUTEMPLATEA; |
| typedef PVOID LPMENUTEMPLATEW; |
| |
| __MINGW_TYPEDEF_AW(MENUTEMPLATE) |
| __MINGW_TYPEDEF_AW(LPMENUTEMPLATE) |
| |
| typedef LRESULT (CALLBACK *WNDPROC)(HWND,UINT,WPARAM,LPARAM); |
| #endif |
| |
| #ifdef STRICT |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) |
| typedef INT_PTR (CALLBACK *DLGPROC) (HWND, UINT, WPARAM, LPARAM); |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef VOID (CALLBACK *TIMERPROC) (HWND, UINT, UINT_PTR, DWORD); |
| typedef WINBOOL (CALLBACK *GRAYSTRINGPROC) (HDC, LPARAM, int); |
| typedef WINBOOL (CALLBACK *WNDENUMPROC) (HWND, LPARAM); |
| typedef LRESULT (CALLBACK *HOOKPROC) (int code, WPARAM wParam, LPARAM lParam); |
| typedef VOID (CALLBACK *SENDASYNCPROC) (HWND, UINT, ULONG_PTR, LRESULT); |
| |
| typedef WINBOOL (CALLBACK *PROPENUMPROCA) (HWND, LPCSTR, HANDLE); |
| typedef WINBOOL (CALLBACK *PROPENUMPROCW) (HWND, LPCWSTR, HANDLE); |
| |
| typedef WINBOOL (CALLBACK *PROPENUMPROCEXA) (HWND, LPSTR, HANDLE, ULONG_PTR); |
| typedef WINBOOL (CALLBACK *PROPENUMPROCEXW) (HWND, LPWSTR, HANDLE, ULONG_PTR); |
| |
| typedef int (CALLBACK *EDITWORDBREAKPROCA) (LPSTR lpch, int ichCurrent, int cch, int code); |
| typedef int (CALLBACK *EDITWORDBREAKPROCW) (LPWSTR lpch, int ichCurrent, int cch, int code); |
| |
| typedef WINBOOL (CALLBACK *DRAWSTATEPROC) (HDC hdc, LPARAM lData, WPARAM wData, int cx, int cy); |
| #endif |
| #else |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) |
| typedef FARPROC DLGPROC; |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef FARPROC TIMERPROC; |
| typedef FARPROC GRAYSTRINGPROC; |
| typedef FARPROC WNDENUMPROC; |
| typedef FARPROC HOOKPROC; |
| typedef FARPROC SENDASYNCPROC; |
| |
| typedef FARPROC EDITWORDBREAKPROCA; |
| typedef FARPROC EDITWORDBREAKPROCW; |
| |
| typedef FARPROC PROPENUMPROCA; |
| typedef FARPROC PROPENUMPROCW; |
| |
| typedef FARPROC PROPENUMPROCEXA; |
| typedef FARPROC PROPENUMPROCEXW; |
| |
| typedef FARPROC DRAWSTATEPROC; |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| __MINGW_TYPEDEF_AW(PROPENUMPROC) |
| __MINGW_TYPEDEF_AW(PROPENUMPROCEX) |
| __MINGW_TYPEDEF_AW(EDITWORDBREAKPROC) |
| |
| #ifdef STRICT |
| typedef WINBOOL (CALLBACK *NAMEENUMPROCA) (LPSTR, LPARAM); |
| typedef WINBOOL (CALLBACK *NAMEENUMPROCW) (LPWSTR, LPARAM); |
| typedef NAMEENUMPROCA WINSTAENUMPROCA; |
| typedef NAMEENUMPROCW WINSTAENUMPROCW; |
| typedef NAMEENUMPROCA DESKTOPENUMPROCA; |
| typedef NAMEENUMPROCW DESKTOPENUMPROCW; |
| #else |
| typedef FARPROC NAMEENUMPROCA; |
| typedef FARPROC NAMEENUMPROCW; |
| typedef FARPROC WINSTAENUMPROCA; |
| typedef FARPROC WINSTAENUMPROCW; |
| typedef FARPROC DESKTOPENUMPROCA; |
| typedef FARPROC DESKTOPENUMPROCW; |
| #endif |
| |
| __MINGW_TYPEDEF_AW(WINSTAENUMPROC) |
| __MINGW_TYPEDEF_AW(DESKTOPENUMPROC) |
| #endif |
| |
| #define IS_INTRESOURCE(_r) ((((ULONG_PTR)(_r)) >> 16)==0) |
| #define MAKEINTRESOURCEA(i) ((LPSTR)((ULONG_PTR)((WORD)(i)))) |
| #define MAKEINTRESOURCEW(i) ((LPWSTR)((ULONG_PTR)((WORD)(i)))) |
| #define MAKEINTRESOURCE __MINGW_NAME_AW(MAKEINTRESOURCE) |
| |
| #ifndef NORESOURCE |
| #define RT_CURSOR MAKEINTRESOURCE(1) |
| #define RT_BITMAP MAKEINTRESOURCE(2) |
| #define RT_ICON MAKEINTRESOURCE(3) |
| #define RT_MENU MAKEINTRESOURCE(4) |
| #define RT_DIALOG MAKEINTRESOURCE(5) |
| #define RT_STRING MAKEINTRESOURCE(6) |
| #define RT_FONTDIR MAKEINTRESOURCE(7) |
| #define RT_FONT MAKEINTRESOURCE(8) |
| #define RT_ACCELERATOR MAKEINTRESOURCE(9) |
| #define RT_RCDATA MAKEINTRESOURCE(10) |
| #define RT_MESSAGETABLE MAKEINTRESOURCE(11) |
| |
| #define DIFFERENCE 11 |
| #define RT_GROUP_CURSOR MAKEINTRESOURCE ((ULONG_PTR) (RT_CURSOR) + DIFFERENCE) |
| #define RT_GROUP_ICON MAKEINTRESOURCE ((ULONG_PTR) (RT_ICON) + DIFFERENCE) |
| #define RT_VERSION MAKEINTRESOURCE(16) |
| #define RT_DLGINCLUDE MAKEINTRESOURCE(17) |
| #define RT_PLUGPLAY MAKEINTRESOURCE(19) |
| #define RT_VXD MAKEINTRESOURCE(20) |
| #define RT_ANICURSOR MAKEINTRESOURCE(21) |
| #define RT_ANIICON MAKEINTRESOURCE(22) |
| #define RT_HTML MAKEINTRESOURCE(23) |
| #ifdef RC_INVOKED |
| #define RT_MANIFEST 24 |
| |
| #define CREATEPROCESS_MANIFEST_RESOURCE_ID 1 |
| #define ISOLATIONAWARE_MANIFEST_RESOURCE_ID 2 |
| #define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID 3 |
| #define MINIMUM_RESERVED_MANIFEST_RESOURCE_ID 1 |
| #define MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID 16 |
| #else |
| #define RT_MANIFEST MAKEINTRESOURCE(24) |
| |
| #define CREATEPROCESS_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(1) |
| #define ISOLATIONAWARE_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(2) |
| #define ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(3) |
| #define MINIMUM_RESERVED_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(1) |
| #define MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID MAKEINTRESOURCE(16) |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define wvsprintf __MINGW_NAME_AW(wvsprintf) |
| #define wsprintf __MINGW_NAME_AW(wsprintf) |
| |
| WINUSERAPI int WINAPI wvsprintfA(LPSTR,LPCSTR,va_list arglist); |
| WINUSERAPI int WINAPI wvsprintfW(LPWSTR,LPCWSTR,va_list arglist); |
| WINUSERAPI int WINAPIV wsprintfA(LPSTR,LPCSTR,...); |
| WINUSERAPI int WINAPIV wsprintfW(LPWSTR,LPCWSTR,...); |
| #endif |
| |
| #define SETWALLPAPER_DEFAULT ((LPWSTR)-1) |
| |
| #ifndef NOSCROLL |
| #define SB_HORZ 0 |
| #define SB_VERT 1 |
| #define SB_CTL 2 |
| #define SB_BOTH 3 |
| |
| #define SB_LINEUP 0 |
| #define SB_LINELEFT 0 |
| #define SB_LINEDOWN 1 |
| #define SB_LINERIGHT 1 |
| #define SB_PAGEUP 2 |
| #define SB_PAGELEFT 2 |
| #define SB_PAGEDOWN 3 |
| #define SB_PAGERIGHT 3 |
| #define SB_THUMBPOSITION 4 |
| #define SB_THUMBTRACK 5 |
| #define SB_TOP 6 |
| #define SB_LEFT 6 |
| #define SB_BOTTOM 7 |
| #define SB_RIGHT 7 |
| #define SB_ENDSCROLL 8 |
| #endif |
| |
| #ifndef NOSHOWWINDOW |
| #define SW_HIDE 0 |
| #define SW_SHOWNORMAL 1 |
| #define SW_NORMAL 1 |
| #define SW_SHOWMINIMIZED 2 |
| #define SW_SHOWMAXIMIZED 3 |
| #define SW_MAXIMIZE 3 |
| #define SW_SHOWNOACTIVATE 4 |
| #define SW_SHOW 5 |
| #define SW_MINIMIZE 6 |
| #define SW_SHOWMINNOACTIVE 7 |
| #define SW_SHOWNA 8 |
| #define SW_RESTORE 9 |
| #define SW_SHOWDEFAULT 10 |
| #define SW_FORCEMINIMIZE 11 |
| #define SW_MAX 11 |
| |
| #define HIDE_WINDOW 0 |
| #define SHOW_OPENWINDOW 1 |
| #define SHOW_ICONWINDOW 2 |
| #define SHOW_FULLSCREEN 3 |
| #define SHOW_OPENNOACTIVATE 4 |
| |
| #define SW_PARENTCLOSING 1 |
| #define SW_OTHERZOOM 2 |
| #define SW_PARENTOPENING 3 |
| #define SW_OTHERUNZOOM 4 |
| #endif |
| |
| #define AW_HOR_POSITIVE 0x00000001 |
| #define AW_HOR_NEGATIVE 0x00000002 |
| #define AW_VER_POSITIVE 0x00000004 |
| #define AW_VER_NEGATIVE 0x00000008 |
| #define AW_CENTER 0x00000010 |
| #define AW_HIDE 0x00010000 |
| #define AW_ACTIVATE 0x00020000 |
| #define AW_SLIDE 0x00040000 |
| #define AW_BLEND 0x00080000 |
| |
| #define KF_EXTENDED 0x0100 |
| #define KF_DLGMODE 0x0800 |
| #define KF_MENUMODE 0x1000 |
| #define KF_ALTDOWN 0x2000 |
| #define KF_REPEAT 0x4000 |
| #define KF_UP 0x8000 |
| |
| #ifndef NOVIRTUALKEYCODES |
| |
| #define VK_LBUTTON 0x01 |
| #define VK_RBUTTON 0x02 |
| #define VK_CANCEL 0x03 |
| #define VK_MBUTTON 0x04 |
| #define VK_XBUTTON1 0x05 |
| #define VK_XBUTTON2 0x06 |
| #define VK_BACK 0x08 |
| #define VK_TAB 0x09 |
| #define VK_CLEAR 0x0C |
| #define VK_RETURN 0x0D |
| #define VK_SHIFT 0x10 |
| #define VK_CONTROL 0x11 |
| #define VK_MENU 0x12 |
| #define VK_PAUSE 0x13 |
| #define VK_CAPITAL 0x14 |
| #define VK_KANA 0x15 |
| #define VK_HANGEUL 0x15 |
| #define VK_HANGUL 0x15 |
| #define VK_IME_ON 0x16 |
| #define VK_JUNJA 0x17 |
| #define VK_FINAL 0x18 |
| #define VK_HANJA 0x19 |
| #define VK_KANJI 0x19 |
| #define VK_IME_OFF 0x1A |
| #define VK_ESCAPE 0x1B |
| #define VK_CONVERT 0x1C |
| #define VK_NONCONVERT 0x1D |
| #define VK_ACCEPT 0x1E |
| #define VK_MODECHANGE 0x1F |
| #define VK_SPACE 0x20 |
| #define VK_PRIOR 0x21 |
| #define VK_NEXT 0x22 |
| #define VK_END 0x23 |
| #define VK_HOME 0x24 |
| #define VK_LEFT 0x25 |
| #define VK_UP 0x26 |
| #define VK_RIGHT 0x27 |
| #define VK_DOWN 0x28 |
| #define VK_SELECT 0x29 |
| #define VK_PRINT 0x2A |
| #define VK_EXECUTE 0x2B |
| #define VK_SNAPSHOT 0x2C |
| #define VK_INSERT 0x2D |
| #define VK_DELETE 0x2E |
| #define VK_HELP 0x2F |
| |
| #define VK_LWIN 0x5B |
| #define VK_RWIN 0x5C |
| #define VK_APPS 0x5D |
| #define VK_SLEEP 0x5F |
| #define VK_NUMPAD0 0x60 |
| #define VK_NUMPAD1 0x61 |
| #define VK_NUMPAD2 0x62 |
| #define VK_NUMPAD3 0x63 |
| #define VK_NUMPAD4 0x64 |
| #define VK_NUMPAD5 0x65 |
| #define VK_NUMPAD6 0x66 |
| #define VK_NUMPAD7 0x67 |
| #define VK_NUMPAD8 0x68 |
| #define VK_NUMPAD9 0x69 |
| #define VK_MULTIPLY 0x6A |
| #define VK_ADD 0x6B |
| #define VK_SEPARATOR 0x6C |
| #define VK_SUBTRACT 0x6D |
| #define VK_DECIMAL 0x6E |
| #define VK_DIVIDE 0x6F |
| #define VK_F1 0x70 |
| #define VK_F2 0x71 |
| #define VK_F3 0x72 |
| #define VK_F4 0x73 |
| #define VK_F5 0x74 |
| #define VK_F6 0x75 |
| #define VK_F7 0x76 |
| #define VK_F8 0x77 |
| #define VK_F9 0x78 |
| #define VK_F10 0x79 |
| #define VK_F11 0x7A |
| #define VK_F12 0x7B |
| #define VK_F13 0x7C |
| #define VK_F14 0x7D |
| #define VK_F15 0x7E |
| #define VK_F16 0x7F |
| #define VK_F17 0x80 |
| #define VK_F18 0x81 |
| #define VK_F19 0x82 |
| #define VK_F20 0x83 |
| #define VK_F21 0x84 |
| #define VK_F22 0x85 |
| #define VK_F23 0x86 |
| #define VK_F24 0x87 |
| #if _WIN32_WINNT >= 0x0604 |
| #define VK_NAVIGATION_VIEW 0x88 |
| #define VK_NAVIGATION_MENU 0x89 |
| #define VK_NAVIGATION_UP 0x8A |
| #define VK_NAVIGATION_DOWN 0x8B |
| #define VK_NAVIGATION_LEFT 0x8C |
| #define VK_NAVIGATION_RIGHT 0x8D |
| #define VK_NAVIGATION_ACCEPT 0x8E |
| #define VK_NAVIGATION_CANCEL 0x8F |
| #endif /* _WIN32_WINNT >= 0x0604 */ |
| #define VK_NUMLOCK 0x90 |
| #define VK_SCROLL 0x91 |
| #define VK_OEM_NEC_EQUAL 0x92 |
| #define VK_OEM_FJ_JISHO 0x92 |
| #define VK_OEM_FJ_MASSHOU 0x93 |
| #define VK_OEM_FJ_TOUROKU 0x94 |
| #define VK_OEM_FJ_LOYA 0x95 |
| #define VK_OEM_FJ_ROYA 0x96 |
| #define VK_LSHIFT 0xA0 |
| #define VK_RSHIFT 0xA1 |
| #define VK_LCONTROL 0xA2 |
| #define VK_RCONTROL 0xA3 |
| #define VK_LMENU 0xA4 |
| #define VK_RMENU 0xA5 |
| #define VK_BROWSER_BACK 0xA6 |
| #define VK_BROWSER_FORWARD 0xA7 |
| #define VK_BROWSER_REFRESH 0xA8 |
| #define VK_BROWSER_STOP 0xA9 |
| #define VK_BROWSER_SEARCH 0xAA |
| #define VK_BROWSER_FAVORITES 0xAB |
| #define VK_BROWSER_HOME 0xAC |
| #define VK_VOLUME_MUTE 0xAD |
| #define VK_VOLUME_DOWN 0xAE |
| #define VK_VOLUME_UP 0xAF |
| #define VK_MEDIA_NEXT_TRACK 0xB0 |
| #define VK_MEDIA_PREV_TRACK 0xB1 |
| #define VK_MEDIA_STOP 0xB2 |
| #define VK_MEDIA_PLAY_PAUSE 0xB3 |
| #define VK_LAUNCH_MAIL 0xB4 |
| #define VK_LAUNCH_MEDIA_SELECT 0xB5 |
| #define VK_LAUNCH_APP1 0xB6 |
| #define VK_LAUNCH_APP2 0xB7 |
| #define VK_OEM_1 0xBA |
| #define VK_OEM_PLUS 0xBB |
| #define VK_OEM_COMMA 0xBC |
| #define VK_OEM_MINUS 0xBD |
| #define VK_OEM_PERIOD 0xBE |
| #define VK_OEM_2 0xBF |
| #define VK_OEM_3 0xC0 |
| #if _WIN32_WINNT >= 0x0604 |
| #define VK_GAMEPAD_A 0xC3 |
| #define VK_GAMEPAD_B 0xC4 |
| #define VK_GAMEPAD_X 0xC5 |
| #define VK_GAMEPAD_Y 0xC6 |
| #define VK_GAMEPAD_RIGHT_SHOULDER 0xC7 |
| #define VK_GAMEPAD_LEFT_SHOULDER 0xC8 |
| #define VK_GAMEPAD_LEFT_TRIGGER 0xC9 |
| #define VK_GAMEPAD_RIGHT_TRIGGER 0xCA |
| #define VK_GAMEPAD_DPAD_UP 0xCB |
| #define VK_GAMEPAD_DPAD_DOWN 0xCC |
| #define VK_GAMEPAD_DPAD_LEFT 0xCD |
| #define VK_GAMEPAD_DPAD_RIGHT 0xCE |
| #define VK_GAMEPAD_MENU 0xCF |
| #define VK_GAMEPAD_VIEW 0xD0 |
| #define VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON 0xD1 |
| #define VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON 0xD2 |
| #define VK_GAMEPAD_LEFT_THUMBSTICK_UP 0xD3 |
| #define VK_GAMEPAD_LEFT_THUMBSTICK_DOWN 0xD4 |
| #define VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT 0xD5 |
| #define VK_GAMEPAD_LEFT_THUMBSTICK_LEFT 0xD6 |
| #define VK_GAMEPAD_RIGHT_THUMBSTICK_UP 0xD7 |
| #define VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN 0xD8 |
| #define VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT 0xD9 |
| #define VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT 0xDA |
| #endif /* _WIN32_WINNT >= 0x0604 */ |
| #define VK_OEM_4 0xDB |
| #define VK_OEM_5 0xDC |
| #define VK_OEM_6 0xDD |
| #define VK_OEM_7 0xDE |
| #define VK_OEM_8 0xDF |
| #define VK_OEM_AX 0xE1 |
| #define VK_OEM_102 0xE2 |
| #define VK_ICO_HELP 0xE3 |
| #define VK_ICO_00 0xE4 |
| #define VK_PROCESSKEY 0xE5 |
| #define VK_ICO_CLEAR 0xE6 |
| #define VK_PACKET 0xE7 |
| #define VK_OEM_RESET 0xE9 |
| #define VK_OEM_JUMP 0xEA |
| #define VK_OEM_PA1 0xEB |
| #define VK_OEM_PA2 0xEC |
| #define VK_OEM_PA3 0xED |
| #define VK_OEM_WSCTRL 0xEE |
| #define VK_OEM_CUSEL 0xEF |
| #define VK_OEM_ATTN 0xF0 |
| #define VK_OEM_FINISH 0xF1 |
| #define VK_OEM_COPY 0xF2 |
| #define VK_OEM_AUTO 0xF3 |
| #define VK_OEM_ENLW 0xF4 |
| #define VK_OEM_BACKTAB 0xF5 |
| #define VK_ATTN 0xF6 |
| #define VK_CRSEL 0xF7 |
| #define VK_EXSEL 0xF8 |
| #define VK_EREOF 0xF9 |
| #define VK_PLAY 0xFA |
| #define VK_ZOOM 0xFB |
| #define VK_NONAME 0xFC |
| #define VK_PA1 0xFD |
| #define VK_OEM_CLEAR 0xFE |
| #endif |
| |
| #ifndef NOWH |
| |
| #define WH_MIN (-1) |
| #define WH_MSGFILTER (-1) |
| #define WH_JOURNALRECORD 0 |
| #define WH_JOURNALPLAYBACK 1 |
| #define WH_KEYBOARD 2 |
| #define WH_GETMESSAGE 3 |
| #define WH_CALLWNDPROC 4 |
| #define WH_CBT 5 |
| #define WH_SYSMSGFILTER 6 |
| #define WH_MOUSE 7 |
| #define WH_HARDWARE 8 |
| #define WH_DEBUG 9 |
| #define WH_SHELL 10 |
| #define WH_FOREGROUNDIDLE 11 |
| #define WH_CALLWNDPROCRET 12 |
| |
| #define WH_KEYBOARD_LL 13 |
| #define WH_MOUSE_LL 14 |
| |
| #define WH_MAX 14 |
| |
| #define WH_MINHOOK WH_MIN |
| #define WH_MAXHOOK WH_MAX |
| |
| #define HC_ACTION 0 |
| #define HC_GETNEXT 1 |
| #define HC_SKIP 2 |
| #define HC_NOREMOVE 3 |
| #define HC_NOREM HC_NOREMOVE |
| #define HC_SYSMODALON 4 |
| #define HC_SYSMODALOFF 5 |
| |
| #define HCBT_MOVESIZE 0 |
| #define HCBT_MINMAX 1 |
| #define HCBT_QS 2 |
| #define HCBT_CREATEWND 3 |
| #define HCBT_DESTROYWND 4 |
| #define HCBT_ACTIVATE 5 |
| #define HCBT_CLICKSKIPPED 6 |
| #define HCBT_KEYSKIPPED 7 |
| #define HCBT_SYSCOMMAND 8 |
| #define HCBT_SETFOCUS 9 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagCBT_CREATEWNDA { |
| struct tagCREATESTRUCTA *lpcs; |
| HWND hwndInsertAfter; |
| } CBT_CREATEWNDA,*LPCBT_CREATEWNDA; |
| |
| typedef struct tagCBT_CREATEWNDW { |
| struct tagCREATESTRUCTW *lpcs; |
| HWND hwndInsertAfter; |
| } CBT_CREATEWNDW,*LPCBT_CREATEWNDW; |
| |
| __MINGW_TYPEDEF_AW(CBT_CREATEWND) |
| __MINGW_TYPEDEF_AW(LPCBT_CREATEWND) |
| |
| typedef struct tagCBTACTIVATESTRUCT { |
| WINBOOL fMouse; |
| HWND hWndActive; |
| } CBTACTIVATESTRUCT,*LPCBTACTIVATESTRUCT; |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagWTSSESSION_NOTIFICATION { |
| DWORD cbSize; |
| DWORD dwSessionId; |
| } WTSSESSION_NOTIFICATION,*PWTSSESSION_NOTIFICATION; |
| #endif |
| |
| #define WTS_CONSOLE_CONNECT 0x1 |
| #define WTS_CONSOLE_DISCONNECT 0x2 |
| #define WTS_REMOTE_CONNECT 0x3 |
| #define WTS_REMOTE_DISCONNECT 0x4 |
| #define WTS_SESSION_LOGON 0x5 |
| #define WTS_SESSION_LOGOFF 0x6 |
| #define WTS_SESSION_LOCK 0x7 |
| #define WTS_SESSION_UNLOCK 0x8 |
| #define WTS_SESSION_REMOTE_CONTROL 0x9 |
| #define WTS_SESSION_CREATE 0xa |
| #define WTS_SESSION_TERMINATE 0xb |
| |
| #define MSGF_DIALOGBOX 0 |
| #define MSGF_MESSAGEBOX 1 |
| #define MSGF_MENU 2 |
| #define MSGF_SCROLLBAR 5 |
| #define MSGF_NEXTWINDOW 6 |
| #define MSGF_MAX 8 |
| #define MSGF_USER 4096 |
| |
| #define HSHELL_WINDOWCREATED 1 |
| #define HSHELL_WINDOWDESTROYED 2 |
| #define HSHELL_ACTIVATESHELLWINDOW 3 |
| #define HSHELL_WINDOWACTIVATED 4 |
| #define HSHELL_GETMINRECT 5 |
| #define HSHELL_REDRAW 6 |
| #define HSHELL_TASKMAN 7 |
| #define HSHELL_LANGUAGE 8 |
| #define HSHELL_SYSMENU 9 |
| #define HSHELL_ENDTASK 10 |
| #define HSHELL_ACCESSIBILITYSTATE 11 |
| #define HSHELL_APPCOMMAND 12 |
| #define HSHELL_WINDOWREPLACED 13 |
| #define HSHELL_WINDOWREPLACING 14 |
| #if _WIN32_WINNT >= 0x0602 |
| #define HSHELL_MONITORCHANGED 16 |
| #endif |
| |
| #define HSHELL_HIGHBIT 0x8000 |
| #define HSHELL_FLASH (HSHELL_REDRAW|HSHELL_HIGHBIT) |
| #define HSHELL_RUDEAPPACTIVATED (HSHELL_WINDOWACTIVATED|HSHELL_HIGHBIT) |
| |
| #define ACCESS_STICKYKEYS 0x0001 |
| #define ACCESS_FILTERKEYS 0x0002 |
| #define ACCESS_MOUSEKEYS 0x0003 |
| |
| #define APPCOMMAND_BROWSER_BACKWARD 1 |
| #define APPCOMMAND_BROWSER_FORWARD 2 |
| #define APPCOMMAND_BROWSER_REFRESH 3 |
| #define APPCOMMAND_BROWSER_STOP 4 |
| #define APPCOMMAND_BROWSER_SEARCH 5 |
| #define APPCOMMAND_BROWSER_FAVORITES 6 |
| #define APPCOMMAND_BROWSER_HOME 7 |
| #define APPCOMMAND_VOLUME_MUTE 8 |
| #define APPCOMMAND_VOLUME_DOWN 9 |
| #define APPCOMMAND_VOLUME_UP 10 |
| #define APPCOMMAND_MEDIA_NEXTTRACK 11 |
| #define APPCOMMAND_MEDIA_PREVIOUSTRACK 12 |
| #define APPCOMMAND_MEDIA_STOP 13 |
| #define APPCOMMAND_MEDIA_PLAY_PAUSE 14 |
| #define APPCOMMAND_LAUNCH_MAIL 15 |
| #define APPCOMMAND_LAUNCH_MEDIA_SELECT 16 |
| #define APPCOMMAND_LAUNCH_APP1 17 |
| #define APPCOMMAND_LAUNCH_APP2 18 |
| #define APPCOMMAND_BASS_DOWN 19 |
| #define APPCOMMAND_BASS_BOOST 20 |
| #define APPCOMMAND_BASS_UP 21 |
| #define APPCOMMAND_TREBLE_DOWN 22 |
| #define APPCOMMAND_TREBLE_UP 23 |
| #define APPCOMMAND_MICROPHONE_VOLUME_MUTE 24 |
| #define APPCOMMAND_MICROPHONE_VOLUME_DOWN 25 |
| #define APPCOMMAND_MICROPHONE_VOLUME_UP 26 |
| #define APPCOMMAND_HELP 27 |
| #define APPCOMMAND_FIND 28 |
| #define APPCOMMAND_NEW 29 |
| #define APPCOMMAND_OPEN 30 |
| #define APPCOMMAND_CLOSE 31 |
| #define APPCOMMAND_SAVE 32 |
| #define APPCOMMAND_PRINT 33 |
| #define APPCOMMAND_UNDO 34 |
| #define APPCOMMAND_REDO 35 |
| #define APPCOMMAND_COPY 36 |
| #define APPCOMMAND_CUT 37 |
| #define APPCOMMAND_PASTE 38 |
| #define APPCOMMAND_REPLY_TO_MAIL 39 |
| #define APPCOMMAND_FORWARD_MAIL 40 |
| #define APPCOMMAND_SEND_MAIL 41 |
| #define APPCOMMAND_SPELL_CHECK 42 |
| #define APPCOMMAND_DICTATE_OR_COMMAND_CONTROL_TOGGLE 43 |
| #define APPCOMMAND_MIC_ON_OFF_TOGGLE 44 |
| #define APPCOMMAND_CORRECTION_LIST 45 |
| #define APPCOMMAND_MEDIA_PLAY 46 |
| #define APPCOMMAND_MEDIA_PAUSE 47 |
| #define APPCOMMAND_MEDIA_RECORD 48 |
| #define APPCOMMAND_MEDIA_FAST_FORWARD 49 |
| #define APPCOMMAND_MEDIA_REWIND 50 |
| #define APPCOMMAND_MEDIA_CHANNEL_UP 51 |
| #define APPCOMMAND_MEDIA_CHANNEL_DOWN 52 |
| #if _WIN32_WINNT >= 0x0600 |
| #define APPCOMMAND_DELETE 53 |
| #define APPCOMMAND_DWM_FLIP3D 54 |
| #endif |
| |
| #define FAPPCOMMAND_MOUSE 0x8000 |
| #define FAPPCOMMAND_KEY 0 |
| #define FAPPCOMMAND_OEM 0x1000 |
| #define FAPPCOMMAND_MASK 0xF000 |
| |
| #define GET_APPCOMMAND_LPARAM(lParam) ((short)(HIWORD(lParam) & ~FAPPCOMMAND_MASK)) |
| #define GET_DEVICE_LPARAM(lParam) ((WORD)(HIWORD(lParam) & FAPPCOMMAND_MASK)) |
| #define GET_MOUSEORKEY_LPARAM GET_DEVICE_LPARAM |
| #define GET_FLAGS_LPARAM(lParam) (LOWORD(lParam)) |
| #define GET_KEYSTATE_LPARAM(lParam) GET_FLAGS_LPARAM(lParam) |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct { |
| HWND hwnd; |
| RECT rc; |
| } SHELLHOOKINFO,*LPSHELLHOOKINFO; |
| |
| typedef struct tagEVENTMSG { |
| UINT message; |
| UINT paramL; |
| UINT paramH; |
| DWORD time; |
| HWND hwnd; |
| } EVENTMSG,*PEVENTMSGMSG,*NPEVENTMSGMSG,*LPEVENTMSGMSG; |
| |
| typedef struct tagEVENTMSG *PEVENTMSG,*NPEVENTMSG,*LPEVENTMSG; |
| |
| typedef struct tagCWPSTRUCT { |
| LPARAM lParam; |
| WPARAM wParam; |
| UINT message; |
| HWND hwnd; |
| } CWPSTRUCT,*PCWPSTRUCT,*NPCWPSTRUCT,*LPCWPSTRUCT; |
| |
| typedef struct tagCWPRETSTRUCT { |
| LRESULT lResult; |
| LPARAM lParam; |
| WPARAM wParam; |
| UINT message; |
| HWND hwnd; |
| } CWPRETSTRUCT,*PCWPRETSTRUCT,*NPCWPRETSTRUCT,*LPCWPRETSTRUCT; |
| #endif |
| |
| #define LLKHF_EXTENDED (KF_EXTENDED >> 8) |
| #define LLKHF_INJECTED 0x00000010 |
| #define LLKHF_ALTDOWN (KF_ALTDOWN >> 8) |
| #define LLKHF_UP (KF_UP >> 8) |
| #define LLKHF_LOWER_IL_INJECTED 0x00000002 |
| |
| #define LLMHF_INJECTED 0x00000001 |
| #define LLMHF_LOWER_IL_INJECTED 0x00000002 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagKBDLLHOOKSTRUCT { |
| DWORD vkCode; |
| DWORD scanCode; |
| DWORD flags; |
| DWORD time; |
| ULONG_PTR dwExtraInfo; |
| } KBDLLHOOKSTRUCT,*LPKBDLLHOOKSTRUCT,*PKBDLLHOOKSTRUCT; |
| |
| typedef struct tagMSLLHOOKSTRUCT { |
| POINT pt; |
| DWORD mouseData; |
| DWORD flags; |
| DWORD time; |
| ULONG_PTR dwExtraInfo; |
| } MSLLHOOKSTRUCT,*LPMSLLHOOKSTRUCT,*PMSLLHOOKSTRUCT; |
| |
| typedef struct tagDEBUGHOOKINFO { |
| DWORD idThread; |
| DWORD idThreadInstaller; |
| LPARAM lParam; |
| WPARAM wParam; |
| int code; |
| } DEBUGHOOKINFO,*PDEBUGHOOKINFO,*NPDEBUGHOOKINFO,*LPDEBUGHOOKINFO; |
| |
| typedef struct tagMOUSEHOOKSTRUCT { |
| POINT pt; |
| HWND hwnd; |
| UINT wHitTestCode; |
| ULONG_PTR dwExtraInfo; |
| } MOUSEHOOKSTRUCT,*LPMOUSEHOOKSTRUCT,*PMOUSEHOOKSTRUCT; |
| |
| #ifdef __cplusplus |
| typedef struct tagMOUSEHOOKSTRUCTEX : public tagMOUSEHOOKSTRUCT { |
| DWORD mouseData; |
| } MOUSEHOOKSTRUCTEX,*LPMOUSEHOOKSTRUCTEX,*PMOUSEHOOKSTRUCTEX; |
| #else |
| typedef struct tagMOUSEHOOKSTRUCTEX { |
| MOUSEHOOKSTRUCT __unnamed; |
| DWORD mouseData; |
| } MOUSEHOOKSTRUCTEX,*LPMOUSEHOOKSTRUCTEX,*PMOUSEHOOKSTRUCTEX; |
| #endif |
| |
| typedef struct tagHARDWAREHOOKSTRUCT { |
| HWND hwnd; |
| UINT message; |
| WPARAM wParam; |
| LPARAM lParam; |
| } HARDWAREHOOKSTRUCT,*LPHARDWAREHOOKSTRUCT,*PHARDWAREHOOKSTRUCT; |
| #endif |
| #endif |
| |
| #define HKL_PREV 0 |
| #define HKL_NEXT 1 |
| |
| #define KLF_ACTIVATE 0x00000001 |
| #define KLF_SUBSTITUTE_OK 0x00000002 |
| #define KLF_REORDER 0x00000008 |
| #define KLF_REPLACELANG 0x00000010 |
| #define KLF_NOTELLSHELL 0x00000080 |
| #define KLF_SETFORPROCESS 0x00000100 |
| #define KLF_SHIFTLOCK 0x00010000 |
| #define KLF_RESET 0x40000000 |
| |
| #define INPUTLANGCHANGE_SYSCHARSET 0x0001 |
| #define INPUTLANGCHANGE_FORWARD 0x0002 |
| #define INPUTLANGCHANGE_BACKWARD 0x0004 |
| |
| #define KL_NAMELENGTH 9 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define LoadKeyboardLayout __MINGW_NAME_AW(LoadKeyboardLayout) |
| #define GetKeyboardLayoutName __MINGW_NAME_AW(GetKeyboardLayoutName) |
| |
| WINUSERAPI HKL WINAPI LoadKeyboardLayoutA(LPCSTR pwszKLID,UINT Flags); |
| WINUSERAPI HKL WINAPI LoadKeyboardLayoutW(LPCWSTR pwszKLID,UINT Flags); |
| WINUSERAPI HKL WINAPI ActivateKeyboardLayout(HKL hkl,UINT Flags); |
| WINUSERAPI int WINAPI ToUnicodeEx(UINT wVirtKey,UINT wScanCode,CONST BYTE *lpKeyState,LPWSTR pwszBuff,int cchBuff,UINT wFlags,HKL dwhkl); |
| WINUSERAPI WINBOOL WINAPI UnloadKeyboardLayout(HKL hkl); |
| WINUSERAPI WINBOOL WINAPI GetKeyboardLayoutNameA(LPSTR pwszKLID); |
| WINUSERAPI WINBOOL WINAPI GetKeyboardLayoutNameW(LPWSTR pwszKLID); |
| WINUSERAPI int WINAPI GetKeyboardLayoutList(int nBuff,HKL *lpList); |
| WINUSERAPI HKL WINAPI GetKeyboardLayout(DWORD idThread); |
| |
| typedef struct tagMOUSEMOVEPOINT { |
| int x; |
| int y; |
| DWORD time; |
| ULONG_PTR dwExtraInfo; |
| } MOUSEMOVEPOINT,*PMOUSEMOVEPOINT,*LPMOUSEMOVEPOINT; |
| |
| WINUSERAPI int WINAPI GetMouseMovePointsEx(UINT cbSize,LPMOUSEMOVEPOINT lppt,LPMOUSEMOVEPOINT lpptBuf,int nBufPoints,DWORD resolution); |
| #endif |
| |
| #define GMMP_USE_DISPLAY_POINTS 1 |
| #define GMMP_USE_HIGH_RESOLUTION_POINTS 2 |
| |
| #ifndef NODESKTOP |
| |
| #define DESKTOP_READOBJECTS __MSABI_LONG(0x0001) |
| #define DESKTOP_CREATEWINDOW __MSABI_LONG(0x0002) |
| #define DESKTOP_CREATEMENU __MSABI_LONG(0x0004) |
| #define DESKTOP_HOOKCONTROL __MSABI_LONG(0x0008) |
| #define DESKTOP_JOURNALRECORD __MSABI_LONG(0x0010) |
| #define DESKTOP_JOURNALPLAYBACK __MSABI_LONG(0x0020) |
| #define DESKTOP_ENUMERATE __MSABI_LONG(0x0040) |
| #define DESKTOP_WRITEOBJECTS __MSABI_LONG(0x0080) |
| #define DESKTOP_SWITCHDESKTOP __MSABI_LONG(0x0100) |
| |
| #define DF_ALLOWOTHERACCOUNTHOOK __MSABI_LONG(0x0001) |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #ifdef _WINGDI_ |
| #ifndef NOGDI |
| |
| #define CreateDesktop __MINGW_NAME_AW(CreateDesktop) |
| #define CreateDesktopEx __MINGW_NAME_AW(CreateDesktopEx) |
| |
| WINUSERAPI HDESK WINAPI CreateDesktopA(LPCSTR lpszDesktop,LPCSTR lpszDevice,LPDEVMODEA pDevmode,DWORD dwFlags,ACCESS_MASK dwDesiredAccess,LPSECURITY_ATTRIBUTES lpsa); |
| WINUSERAPI HDESK WINAPI CreateDesktopW(LPCWSTR lpszDesktop,LPCWSTR lpszDevice,LPDEVMODEW pDevmode,DWORD dwFlags,ACCESS_MASK dwDesiredAccess,LPSECURITY_ATTRIBUTES lpsa); |
| WINUSERAPI HDESK WINAPI CreateDesktopExA (LPCSTR lpszDesktop, LPCSTR lpszDevice, DEVMODEA *pDevmode, DWORD dwFlags, ACCESS_MASK dwDesiredAccess, LPSECURITY_ATTRIBUTES lpsa, ULONG ulHeapSize, PVOID pvoid); |
| WINUSERAPI HDESK WINAPI CreateDesktopExW (LPCWSTR lpszDesktop, LPCWSTR lpszDevice, DEVMODEW *pDevmode, DWORD dwFlags, ACCESS_MASK dwDesiredAccess, LPSECURITY_ATTRIBUTES lpsa, ULONG ulHeapSize, PVOID pvoid); |
| #endif |
| #endif |
| |
| #define OpenDesktop __MINGW_NAME_AW(OpenDesktop) |
| #define EnumDesktops __MINGW_NAME_AW(EnumDesktops) |
| |
| WINUSERAPI HDESK WINAPI OpenDesktopA(LPCSTR lpszDesktop,DWORD dwFlags,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess); |
| WINUSERAPI HDESK WINAPI OpenDesktopW(LPCWSTR lpszDesktop,DWORD dwFlags,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess); |
| WINUSERAPI HDESK WINAPI OpenInputDesktop(DWORD dwFlags,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess); |
| WINUSERAPI WINBOOL WINAPI EnumDesktopsA(HWINSTA hwinsta,DESKTOPENUMPROCA lpEnumFunc,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI EnumDesktopsW(HWINSTA hwinsta,DESKTOPENUMPROCW lpEnumFunc,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI EnumDesktopWindows(HDESK hDesktop,WNDENUMPROC lpfn,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI SwitchDesktop(HDESK hDesktop); |
| WINUSERAPI WINBOOL WINAPI SetThreadDesktop(HDESK hDesktop); |
| WINUSERAPI WINBOOL WINAPI CloseDesktop(HDESK hDesktop); |
| WINUSERAPI HDESK WINAPI GetThreadDesktop(DWORD dwThreadId); |
| #endif |
| #endif |
| |
| #ifndef NOWINDOWSTATION |
| #define WINSTA_ENUMDESKTOPS __MSABI_LONG(0x0001) |
| #define WINSTA_READATTRIBUTES __MSABI_LONG(0x0002) |
| #define WINSTA_ACCESSCLIPBOARD __MSABI_LONG(0x0004) |
| #define WINSTA_CREATEDESKTOP __MSABI_LONG(0x0008) |
| #define WINSTA_WRITEATTRIBUTES __MSABI_LONG(0x0010) |
| #define WINSTA_ACCESSGLOBALATOMS __MSABI_LONG(0x0020) |
| #define WINSTA_EXITWINDOWS __MSABI_LONG(0x0040) |
| #define WINSTA_ENUMERATE __MSABI_LONG(0x0100) |
| #define WINSTA_READSCREEN __MSABI_LONG(0x0200) |
| #define WINSTA_ALL_ACCESS (WINSTA_ENUMDESKTOPS | WINSTA_READATTRIBUTES | WINSTA_ACCESSCLIPBOARD | WINSTA_CREATEDESKTOP | WINSTA_WRITEATTRIBUTES | WINSTA_ACCESSGLOBALATOMS | WINSTA_EXITWINDOWS | WINSTA_ENUMERATE | WINSTA_READSCREEN) |
| |
| #define CWF_CREATE_ONLY 0x00000001 |
| |
| #define WSF_VISIBLE __MSABI_LONG(0x0001) |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define CreateWindowStation __MINGW_NAME_AW(CreateWindowStation) |
| #define OpenWindowStation __MINGW_NAME_AW(OpenWindowStation) |
| #define EnumWindowStations __MINGW_NAME_AW(EnumWindowStations) |
| |
| WINUSERAPI HWINSTA WINAPI CreateWindowStationA(LPCSTR lpwinsta,DWORD dwFlags,ACCESS_MASK dwDesiredAccess,LPSECURITY_ATTRIBUTES lpsa); |
| WINUSERAPI HWINSTA WINAPI CreateWindowStationW(LPCWSTR lpwinsta,DWORD dwFlags,ACCESS_MASK dwDesiredAccess,LPSECURITY_ATTRIBUTES lpsa); |
| WINUSERAPI HWINSTA WINAPI OpenWindowStationA(LPCSTR lpszWinSta,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess); |
| WINUSERAPI HWINSTA WINAPI OpenWindowStationW(LPCWSTR lpszWinSta,WINBOOL fInherit,ACCESS_MASK dwDesiredAccess); |
| WINUSERAPI WINBOOL WINAPI EnumWindowStationsA(WINSTAENUMPROCA lpEnumFunc,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI EnumWindowStationsW(WINSTAENUMPROCW lpEnumFunc,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI CloseWindowStation(HWINSTA hWinSta); |
| WINUSERAPI WINBOOL WINAPI SetProcessWindowStation(HWINSTA hWinSta); |
| WINUSERAPI HWINSTA WINAPI GetProcessWindowStation(VOID); |
| #endif |
| #endif |
| |
| #ifndef NOSECURITY |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI SetUserObjectSecurity(HANDLE hObj,PSECURITY_INFORMATION pSIRequested,PSECURITY_DESCRIPTOR pSID); |
| WINUSERAPI WINBOOL WINAPI GetUserObjectSecurity(HANDLE hObj,PSECURITY_INFORMATION pSIRequested,PSECURITY_DESCRIPTOR pSID,DWORD nLength,LPDWORD lpnLengthNeeded); |
| #endif |
| |
| #define UOI_FLAGS 1 |
| #define UOI_NAME 2 |
| #define UOI_TYPE 3 |
| #define UOI_USER_SID 4 |
| #if WINVER >= 0x0600 |
| #define UOI_HEAPSIZE 5 |
| #define UOI_IO 6 |
| #endif |
| #define UOI_TIMERPROC_EXCEPTION_SUPPRESSION 7 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagUSEROBJECTFLAGS { |
| WINBOOL fInherit; |
| WINBOOL fReserved; |
| DWORD dwFlags; |
| } USEROBJECTFLAGS,*PUSEROBJECTFLAGS; |
| |
| #define GetUserObjectInformation __MINGW_NAME_AW(GetUserObjectInformation) |
| #define SetUserObjectInformation __MINGW_NAME_AW(SetUserObjectInformation) |
| |
| WINUSERAPI WINBOOL WINAPI GetUserObjectInformationA(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength,LPDWORD lpnLengthNeeded); |
| WINUSERAPI WINBOOL WINAPI GetUserObjectInformationW(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength,LPDWORD lpnLengthNeeded); |
| WINUSERAPI WINBOOL WINAPI SetUserObjectInformationA(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength); |
| WINUSERAPI WINBOOL WINAPI SetUserObjectInformationW(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength); |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagWNDCLASSEXA { |
| UINT cbSize; |
| UINT style; |
| WNDPROC lpfnWndProc; |
| int cbClsExtra; |
| int cbWndExtra; |
| HINSTANCE hInstance; |
| HICON hIcon; |
| HCURSOR hCursor; |
| HBRUSH hbrBackground; |
| LPCSTR lpszMenuName; |
| LPCSTR lpszClassName; |
| HICON hIconSm; |
| } WNDCLASSEXA,*PWNDCLASSEXA,*NPWNDCLASSEXA,*LPWNDCLASSEXA; |
| |
| typedef struct tagWNDCLASSEXW { |
| UINT cbSize; |
| UINT style; |
| WNDPROC lpfnWndProc; |
| int cbClsExtra; |
| int cbWndExtra; |
| HINSTANCE hInstance; |
| HICON hIcon; |
| HCURSOR hCursor; |
| HBRUSH hbrBackground; |
| LPCWSTR lpszMenuName; |
| LPCWSTR lpszClassName; |
| HICON hIconSm; |
| } WNDCLASSEXW,*PWNDCLASSEXW,*NPWNDCLASSEXW,*LPWNDCLASSEXW; |
| |
| __MINGW_TYPEDEF_AW(WNDCLASSEX) |
| __MINGW_TYPEDEF_AW(PWNDCLASSEX) |
| __MINGW_TYPEDEF_AW(NPWNDCLASSEX) |
| __MINGW_TYPEDEF_AW(LPWNDCLASSEX) |
| |
| typedef struct tagWNDCLASSA { |
| UINT style; |
| WNDPROC lpfnWndProc; |
| int cbClsExtra; |
| int cbWndExtra; |
| HINSTANCE hInstance; |
| HICON hIcon; |
| HCURSOR hCursor; |
| HBRUSH hbrBackground; |
| LPCSTR lpszMenuName; |
| LPCSTR lpszClassName; |
| } WNDCLASSA,*PWNDCLASSA,*NPWNDCLASSA,*LPWNDCLASSA; |
| |
| typedef struct tagWNDCLASSW { |
| UINT style; |
| WNDPROC lpfnWndProc; |
| int cbClsExtra; |
| int cbWndExtra; |
| HINSTANCE hInstance; |
| HICON hIcon; |
| HCURSOR hCursor; |
| HBRUSH hbrBackground; |
| LPCWSTR lpszMenuName; |
| LPCWSTR lpszClassName; |
| } WNDCLASSW,*PWNDCLASSW,*NPWNDCLASSW,*LPWNDCLASSW; |
| |
| __MINGW_TYPEDEF_AW(WNDCLASS) |
| __MINGW_TYPEDEF_AW(PWNDCLASS) |
| __MINGW_TYPEDEF_AW(NPWNDCLASS) |
| __MINGW_TYPEDEF_AW(LPWNDCLASS) |
| |
| WINUSERAPI WINBOOL WINAPI IsHungAppWindow(HWND hwnd); |
| WINUSERAPI VOID WINAPI DisableProcessWindowsGhosting(VOID); |
| #endif |
| |
| #ifndef NOMSG |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) |
| typedef struct tagMSG { |
| HWND hwnd; |
| UINT message; |
| WPARAM wParam; |
| LPARAM lParam; |
| DWORD time; |
| POINT pt; |
| } MSG,*PMSG,*NPMSG,*LPMSG; |
| #endif |
| |
| #define POINTSTOPOINT(pt,pts) { (pt).x = (LONG)(SHORT)LOWORD(*(LONG*)&pts); (pt).y = (LONG)(SHORT)HIWORD(*(LONG*)&pts); } |
| |
| #define POINTTOPOINTS(pt) (MAKELONG((short)((pt).x),(short)((pt).y))) |
| #define MAKEWPARAM(l,h) ((WPARAM)(DWORD)MAKELONG(l,h)) |
| #define MAKELPARAM(l,h) ((LPARAM)(DWORD)MAKELONG(l,h)) |
| #define MAKELRESULT(l,h) ((LRESULT)(DWORD)MAKELONG(l,h)) |
| #endif |
| |
| #ifndef NOWINOFFSETS |
| #define GWL_WNDPROC (-4) |
| #define GWL_HINSTANCE (-6) |
| #define GWL_HWNDPARENT (-8) |
| #define GWL_STYLE (-16) |
| #define GWL_EXSTYLE (-20) |
| #define GWL_USERDATA (-21) |
| #define GWL_ID (-12) |
| |
| #ifdef _WIN64 |
| #undef GWL_WNDPROC |
| #undef GWL_HINSTANCE |
| #undef GWL_HWNDPARENT |
| #undef GWL_USERDATA |
| #endif |
| |
| #define GWLP_WNDPROC (-4) |
| #define GWLP_HINSTANCE (-6) |
| #define GWLP_HWNDPARENT (-8) |
| #define GWLP_USERDATA (-21) |
| #define GWLP_ID (-12) |
| |
| #define GCL_MENUNAME (-8) |
| #define GCL_HBRBACKGROUND (-10) |
| #define GCL_HCURSOR (-12) |
| #define GCL_HICON (-14) |
| #define GCL_HMODULE (-16) |
| #define GCL_CBWNDEXTRA (-18) |
| #define GCL_CBCLSEXTRA (-20) |
| #define GCL_WNDPROC (-24) |
| #define GCL_STYLE (-26) |
| #define GCW_ATOM (-32) |
| #define GCL_HICONSM (-34) |
| |
| #ifdef _WIN64 |
| #undef GCL_MENUNAME |
| #undef GCL_HBRBACKGROUND |
| #undef GCL_HCURSOR |
| #undef GCL_HICON |
| #undef GCL_HMODULE |
| #undef GCL_WNDPROC |
| #undef GCL_HICONSM |
| #endif |
| |
| #define GCLP_MENUNAME (-8) |
| #define GCLP_HBRBACKGROUND (-10) |
| #define GCLP_HCURSOR (-12) |
| #define GCLP_HICON (-14) |
| #define GCLP_HMODULE (-16) |
| #define GCLP_WNDPROC (-24) |
| #define GCLP_HICONSM (-34) |
| #endif |
| |
| #ifndef NOWINMESSAGES |
| |
| #define WM_NULL 0x0000 |
| #define WM_CREATE 0x0001 |
| #define WM_DESTROY 0x0002 |
| #define WM_MOVE 0x0003 |
| #define WM_SIZE 0x0005 |
| |
| #define WM_ACTIVATE 0x0006 |
| |
| #define WA_INACTIVE 0 |
| #define WA_ACTIVE 1 |
| #define WA_CLICKACTIVE 2 |
| |
| #define WM_SETFOCUS 0x0007 |
| #define WM_KILLFOCUS 0x0008 |
| #define WM_ENABLE 0x000A |
| #define WM_SETREDRAW 0x000B |
| #define WM_SETTEXT 0x000C |
| #define WM_GETTEXT 0x000D |
| #define WM_GETTEXTLENGTH 0x000E |
| #define WM_PAINT 0x000F |
| #define WM_CLOSE 0x0010 |
| #ifndef _WIN32_WCE |
| #define WM_QUERYENDSESSION 0x0011 |
| #define WM_QUERYOPEN 0x0013 |
| #define WM_ENDSESSION 0x0016 |
| #endif |
| #define WM_QUIT 0x0012 |
| #define WM_ERASEBKGND 0x0014 |
| #define WM_SYSCOLORCHANGE 0x0015 |
| #define WM_SHOWWINDOW 0x0018 |
| #define WM_WININICHANGE 0x001A |
| #define WM_SETTINGCHANGE WM_WININICHANGE |
| #define WM_DEVMODECHANGE 0x001B |
| #define WM_ACTIVATEAPP 0x001C |
| #define WM_FONTCHANGE 0x001D |
| #define WM_TIMECHANGE 0x001E |
| #define WM_CANCELMODE 0x001F |
| #define WM_SETCURSOR 0x0020 |
| #define WM_MOUSEACTIVATE 0x0021 |
| #define WM_CHILDACTIVATE 0x0022 |
| #define WM_QUEUESYNC 0x0023 |
| #define WM_GETMINMAXINFO 0x0024 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagMINMAXINFO { |
| POINT ptReserved; |
| POINT ptMaxSize; |
| POINT ptMaxPosition; |
| POINT ptMinTrackSize; |
| POINT ptMaxTrackSize; |
| } MINMAXINFO,*PMINMAXINFO,*LPMINMAXINFO; |
| #endif |
| |
| #define WM_PAINTICON 0x0026 |
| #define WM_ICONERASEBKGND 0x0027 |
| #define WM_NEXTDLGCTL 0x0028 |
| #define WM_SPOOLERSTATUS 0x002A |
| #define WM_DRAWITEM 0x002B |
| #define WM_MEASUREITEM 0x002C |
| #define WM_DELETEITEM 0x002D |
| #define WM_VKEYTOITEM 0x002E |
| #define WM_CHARTOITEM 0x002F |
| #define WM_SETFONT 0x0030 |
| #define WM_GETFONT 0x0031 |
| #define WM_SETHOTKEY 0x0032 |
| #define WM_GETHOTKEY 0x0033 |
| #define WM_QUERYDRAGICON 0x0037 |
| #define WM_COMPAREITEM 0x0039 |
| #ifndef _WIN32_WCE |
| #define WM_GETOBJECT 0x003D |
| #endif |
| #define WM_COMPACTING 0x0041 |
| #define WM_COMMNOTIFY 0x0044 |
| #define WM_WINDOWPOSCHANGING 0x0046 |
| #define WM_WINDOWPOSCHANGED 0x0047 |
| #define WM_POWER 0x0048 |
| |
| #define PWR_OK 1 |
| #define PWR_FAIL (-1) |
| #define PWR_SUSPENDREQUEST 1 |
| #define PWR_SUSPENDRESUME 2 |
| #define PWR_CRITICALRESUME 3 |
| |
| #define WM_COPYDATA 0x004A |
| #define WM_CANCELJOURNAL 0x004B |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagCOPYDATASTRUCT { |
| ULONG_PTR dwData; |
| DWORD cbData; |
| PVOID lpData; |
| } COPYDATASTRUCT,*PCOPYDATASTRUCT; |
| |
| typedef struct tagMDINEXTMENU { |
| HMENU hmenuIn; |
| HMENU hmenuNext; |
| HWND hwndNext; |
| } MDINEXTMENU,*PMDINEXTMENU,*LPMDINEXTMENU; |
| #endif |
| |
| #define WM_NOTIFY 0x004E |
| #define WM_INPUTLANGCHANGEREQUEST 0x0050 |
| #define WM_INPUTLANGCHANGE 0x0051 |
| #define WM_TCARD 0x0052 |
| #define WM_HELP 0x0053 |
| #define WM_USERCHANGED 0x0054 |
| #define WM_NOTIFYFORMAT 0x0055 |
| |
| #define NFR_ANSI 1 |
| #define NFR_UNICODE 2 |
| #define NF_QUERY 3 |
| #define NF_REQUERY 4 |
| |
| #define WM_CONTEXTMENU 0x007B |
| #define WM_STYLECHANGING 0x007C |
| #define WM_STYLECHANGED 0x007D |
| #define WM_DISPLAYCHANGE 0x007E |
| #define WM_GETICON 0x007F |
| #define WM_SETICON 0x0080 |
| |
| #define WM_NCCREATE 0x0081 |
| #define WM_NCDESTROY 0x0082 |
| #define WM_NCCALCSIZE 0x0083 |
| #define WM_NCHITTEST 0x0084 |
| #define WM_NCPAINT 0x0085 |
| #define WM_NCACTIVATE 0x0086 |
| #define WM_GETDLGCODE 0x0087 |
| #ifndef _WIN32_WCE |
| #define WM_SYNCPAINT 0x0088 |
| #endif |
| #define WM_NCMOUSEMOVE 0x00A0 |
| #define WM_NCLBUTTONDOWN 0x00A1 |
| #define WM_NCLBUTTONUP 0x00A2 |
| #define WM_NCLBUTTONDBLCLK 0x00A3 |
| #define WM_NCRBUTTONDOWN 0x00A4 |
| #define WM_NCRBUTTONUP 0x00A5 |
| #define WM_NCRBUTTONDBLCLK 0x00A6 |
| #define WM_NCMBUTTONDOWN 0x00A7 |
| #define WM_NCMBUTTONUP 0x00A8 |
| #define WM_NCMBUTTONDBLCLK 0x00A9 |
| |
| #define WM_NCXBUTTONDOWN 0x00AB |
| #define WM_NCXBUTTONUP 0x00AC |
| #define WM_NCXBUTTONDBLCLK 0x00AD |
| #define WM_INPUT_DEVICE_CHANGE 0x00fe |
| #define WM_INPUT 0x00FF |
| #define WM_KEYFIRST 0x0100 |
| #define WM_KEYDOWN 0x0100 |
| #define WM_KEYUP 0x0101 |
| #define WM_CHAR 0x0102 |
| #define WM_DEADCHAR 0x0103 |
| #define WM_SYSKEYDOWN 0x0104 |
| #define WM_SYSKEYUP 0x0105 |
| #define WM_SYSCHAR 0x0106 |
| #define WM_SYSDEADCHAR 0x0107 |
| #if _WIN32_WINNT >= 0x0501 |
| #define WM_UNICHAR 0x0109 |
| #define WM_KEYLAST 0x0109 |
| #define UNICODE_NOCHAR 0xFFFF |
| #else |
| #define WM_KEYLAST 0x0108 |
| #endif |
| #define WM_IME_STARTCOMPOSITION 0x010D |
| #define WM_IME_ENDCOMPOSITION 0x010E |
| #define WM_IME_COMPOSITION 0x010F |
| #define WM_IME_KEYLAST 0x010F |
| #define WM_INITDIALOG 0x0110 |
| #define WM_COMMAND 0x0111 |
| #define WM_SYSCOMMAND 0x0112 |
| #define WM_TIMER 0x0113 |
| #define WM_HSCROLL 0x0114 |
| #define WM_VSCROLL 0x0115 |
| #define WM_INITMENU 0x0116 |
| #define WM_INITMENUPOPUP 0x0117 |
| #define WM_MENUSELECT 0x011F |
| #if _WIN32_WINNT >= 0x0601 |
| #define WM_GESTURE 0x0119 |
| #define WM_GESTURENOTIFY 0x011A |
| #endif /* _WIN32_WINNT >= 0x0601 */ |
| #define WM_MENUCHAR 0x0120 |
| #define WM_ENTERIDLE 0x0121 |
| #ifndef _WIN32_WCE |
| #define WM_MENURBUTTONUP 0x0122 |
| #define WM_MENUDRAG 0x0123 |
| #define WM_MENUGETOBJECT 0x0124 |
| #define WM_UNINITMENUPOPUP 0x0125 |
| #define WM_MENUCOMMAND 0x0126 |
| #define WM_CHANGEUISTATE 0x0127 |
| #define WM_UPDATEUISTATE 0x0128 |
| #define WM_QUERYUISTATE 0x0129 |
| |
| #define UIS_SET 1 |
| #define UIS_CLEAR 2 |
| #define UIS_INITIALIZE 3 |
| |
| #define UISF_HIDEFOCUS 0x1 |
| #define UISF_HIDEACCEL 0x2 |
| #define UISF_ACTIVE 0x4 |
| #endif |
| |
| #define WM_CTLCOLORMSGBOX 0x0132 |
| #define WM_CTLCOLOREDIT 0x0133 |
| #define WM_CTLCOLORLISTBOX 0x0134 |
| #define WM_CTLCOLORBTN 0x0135 |
| #define WM_CTLCOLORDLG 0x0136 |
| #define WM_CTLCOLORSCROLLBAR 0x0137 |
| #define WM_CTLCOLORSTATIC 0x0138 |
| #define MN_GETHMENU 0x01E1 |
| |
| #define WM_MOUSEFIRST 0x0200 |
| #define WM_MOUSEMOVE 0x0200 |
| #define WM_LBUTTONDOWN 0x0201 |
| #define WM_LBUTTONUP 0x0202 |
| #define WM_LBUTTONDBLCLK 0x0203 |
| #define WM_RBUTTONDOWN 0x0204 |
| #define WM_RBUTTONUP 0x0205 |
| #define WM_RBUTTONDBLCLK 0x0206 |
| #define WM_MBUTTONDOWN 0x0207 |
| #define WM_MBUTTONUP 0x0208 |
| #define WM_MBUTTONDBLCLK 0x0209 |
| #define WM_MOUSEWHEEL 0x020A |
| #define WM_XBUTTONDOWN 0x020B |
| #define WM_XBUTTONUP 0x020C |
| #define WM_XBUTTONDBLCLK 0x020D |
| #if _WIN32_WINNT >= 0x0600 |
| #define WM_MOUSEHWHEEL 0x020e |
| #endif |
| |
| #if _WIN32_WINNT >= 0x0600 |
| #define WM_MOUSELAST 0x020e |
| #elif _WIN32_WINNT >= 0x0500 |
| #define WM_MOUSELAST 0x020d |
| #elif (_WIN32_WINNT >= 0x0400) || (_WIN32_WINDOWS > 0x0400) |
| #define WM_MOUSELAST 0x020a |
| #else |
| #define WM_MOUSELAST 0x0209 |
| #endif |
| |
| #define WHEEL_DELTA 120 |
| #define GET_WHEEL_DELTA_WPARAM(wParam) ((short)HIWORD(wParam)) |
| |
| #define WHEEL_PAGESCROLL (UINT_MAX) |
| |
| #define GET_KEYSTATE_WPARAM(wParam) (LOWORD(wParam)) |
| #define GET_NCHITTEST_WPARAM(wParam) ((short)LOWORD(wParam)) |
| #define GET_XBUTTON_WPARAM(wParam) (HIWORD(wParam)) |
| |
| #define XBUTTON1 0x0001 |
| #define XBUTTON2 0x0002 |
| |
| #define WM_PARENTNOTIFY 0x0210 |
| #define WM_ENTERMENULOOP 0x0211 |
| #define WM_EXITMENULOOP 0x0212 |
| #define WM_NEXTMENU 0x0213 |
| #define WM_SIZING 0x0214 |
| #define WM_CAPTURECHANGED 0x0215 |
| #define WM_MOVING 0x0216 |
| #define WM_POWERBROADCAST 0x0218 |
| |
| #ifndef _WIN32_WCE |
| #define PBT_APMQUERYSUSPEND 0x0000 |
| #define PBT_APMQUERYSTANDBY 0x0001 |
| |
| #define PBT_APMQUERYSUSPENDFAILED 0x0002 |
| #define PBT_APMQUERYSTANDBYFAILED 0x0003 |
| |
| #define PBT_APMSUSPEND 0x0004 |
| #define PBT_APMSTANDBY 0x0005 |
| |
| #define PBT_APMRESUMECRITICAL 0x0006 |
| #define PBT_APMRESUMESUSPEND 0x0007 |
| #define PBT_APMRESUMESTANDBY 0x0008 |
| |
| #define PBTF_APMRESUMEFROMFAILURE 0x00000001 |
| |
| #define PBT_APMBATTERYLOW 0x0009 |
| #define PBT_APMPOWERSTATUSCHANGE 0x000A |
| |
| #define PBT_APMOEMEVENT 0x000B |
| #define PBT_APMRESUMEAUTOMATIC 0x0012 |
| #if _WIN32_WINNT >= 0x0502 |
| #ifndef PBT_POWERSETTINGCHANGE |
| #define PBT_POWERSETTINGCHANGE 32787 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct { |
| GUID PowerSetting; |
| DWORD DataLength; |
| UCHAR Data[1]; |
| } POWERBROADCAST_SETTING,*PPOWERBROADCAST_SETTING; |
| #endif |
| #endif |
| #endif |
| #endif |
| |
| #define WM_DEVICECHANGE 0x0219 |
| |
| #define WM_MDICREATE 0x0220 |
| #define WM_MDIDESTROY 0x0221 |
| #define WM_MDIACTIVATE 0x0222 |
| #define WM_MDIRESTORE 0x0223 |
| #define WM_MDINEXT 0x0224 |
| #define WM_MDIMAXIMIZE 0x0225 |
| #define WM_MDITILE 0x0226 |
| #define WM_MDICASCADE 0x0227 |
| #define WM_MDIICONARRANGE 0x0228 |
| #define WM_MDIGETACTIVE 0x0229 |
| |
| #define WM_MDISETMENU 0x0230 |
| #define WM_ENTERSIZEMOVE 0x0231 |
| #define WM_EXITSIZEMOVE 0x0232 |
| #define WM_DROPFILES 0x0233 |
| #define WM_MDIREFRESHMENU 0x0234 |
| #if WINVER >= 0x0602 |
| #define WM_POINTERDEVICECHANGE 0x238 |
| #define WM_POINTERDEVICEINRANGE 0x239 |
| #define WM_POINTERDEVICEOUTOFRANGE 0x23a |
| #endif |
| #if WINVER >= 0x0601 |
| #define WM_TOUCH 0x0240 |
| #endif |
| #if WINVER >= 0x0602 |
| #define WM_NCPOINTERUPDATE 0x0241 |
| #define WM_NCPOINTERDOWN 0x0242 |
| #define WM_NCPOINTERUP 0x0243 |
| #define WM_POINTERUPDATE 0x0245 |
| #define WM_POINTERDOWN 0x0246 |
| #define WM_POINTERUP 0x0247 |
| #define WM_POINTERENTER 0x0249 |
| #define WM_POINTERLEAVE 0x024a |
| #define WM_POINTERACTIVATE 0x024b |
| #define WM_POINTERCAPTURECHANGED 0x024c |
| #define WM_TOUCHHITTESTING 0x024d |
| #define WM_POINTERWHEEL 0x024e |
| #define WM_POINTERHWHEEL 0x024f |
| #define DM_POINTERHITTEST 0x0250 |
| #define WM_POINTERROUTEDTO 0x0251 |
| #define WM_POINTERROUTEDAWAY 0x0252 |
| #define WM_POINTERROUTEDRELEASED 0x0253 |
| #endif |
| |
| #define WM_IME_SETCONTEXT 0x0281 |
| #define WM_IME_NOTIFY 0x0282 |
| #define WM_IME_CONTROL 0x0283 |
| #define WM_IME_COMPOSITIONFULL 0x0284 |
| #define WM_IME_SELECT 0x0285 |
| #define WM_IME_CHAR 0x0286 |
| #define WM_IME_REQUEST 0x0288 |
| #define WM_IME_KEYDOWN 0x0290 |
| #define WM_IME_KEYUP 0x0291 |
| |
| #define WM_MOUSEHOVER 0x02A1 |
| #define WM_MOUSELEAVE 0x02A3 |
| #define WM_NCMOUSEHOVER 0x02A0 |
| #define WM_NCMOUSELEAVE 0x02A2 |
| #define WM_WTSSESSION_CHANGE 0x02B1 |
| #define WM_TABLET_FIRST 0x02c0 |
| #define WM_TABLET_LAST 0x02df |
| #if WINVER >= 0x0601 |
| #define WM_DPICHANGED 0x02e0 |
| #endif |
| #if WINVER >= 0x0605 |
| #define WM_DPICHANGED_BEFOREPARENT 0x02e2 |
| #define WM_DPICHANGED_AFTERPARENT 0x02e3 |
| #define WM_GETDPISCALEDSIZE 0x02e4 |
| #endif |
| #define WM_CUT 0x0300 |
| #define WM_COPY 0x0301 |
| #define WM_PASTE 0x0302 |
| #define WM_CLEAR 0x0303 |
| #define WM_UNDO 0x0304 |
| #define WM_RENDERFORMAT 0x0305 |
| #define WM_RENDERALLFORMATS 0x0306 |
| #define WM_DESTROYCLIPBOARD 0x0307 |
| #define WM_DRAWCLIPBOARD 0x0308 |
| #define WM_PAINTCLIPBOARD 0x0309 |
| #define WM_VSCROLLCLIPBOARD 0x030A |
| #define WM_SIZECLIPBOARD 0x030B |
| #define WM_ASKCBFORMATNAME 0x030C |
| #define WM_CHANGECBCHAIN 0x030D |
| #define WM_HSCROLLCLIPBOARD 0x030E |
| #define WM_QUERYNEWPALETTE 0x030F |
| #define WM_PALETTEISCHANGING 0x0310 |
| #define WM_PALETTECHANGED 0x0311 |
| #define WM_HOTKEY 0x0312 |
| #define WM_PRINT 0x0317 |
| #define WM_PRINTCLIENT 0x0318 |
| #define WM_APPCOMMAND 0x0319 |
| #define WM_THEMECHANGED 0x031A |
| #define WM_CLIPBOARDUPDATE 0x031d |
| #if _WIN32_WINNT >= 0x0600 |
| #define WM_DWMCOMPOSITIONCHANGED 0x031e |
| #define WM_DWMNCRENDERINGCHANGED 0x031f |
| #define WM_DWMCOLORIZATIONCOLORCHANGED 0x0320 |
| #define WM_DWMWINDOWMAXIMIZEDCHANGE 0x0321 |
| #endif |
| #if _WIN32_WINNT >= 0x0601 |
| #define WM_DWMSENDICONICTHUMBNAIL 0x0323 |
| #define WM_DWMSENDICONICLIVEPREVIEWBITMAP 0x0326 |
| #endif |
| #if WINVER >= 0x0600 |
| #define WM_GETTITLEBARINFOEX 0x033f |
| #endif |
| |
| #define WM_HANDHELDFIRST 0x0358 |
| #define WM_HANDHELDLAST 0x035F |
| #define WM_AFXFIRST 0x0360 |
| #define WM_AFXLAST 0x037F |
| #define WM_PENWINFIRST 0x0380 |
| #define WM_PENWINLAST 0x038F |
| #define WM_APP 0x8000 |
| #define WM_USER 0x0400 |
| |
| #define WMSZ_LEFT 1 |
| #define WMSZ_RIGHT 2 |
| #define WMSZ_TOP 3 |
| #define WMSZ_TOPLEFT 4 |
| #define WMSZ_TOPRIGHT 5 |
| #define WMSZ_BOTTOM 6 |
| #define WMSZ_BOTTOMLEFT 7 |
| #define WMSZ_BOTTOMRIGHT 8 |
| |
| #ifndef NONCMESSAGES |
| |
| #define HTERROR (-2) |
| #define HTTRANSPARENT (-1) |
| #define HTNOWHERE 0 |
| #define HTCLIENT 1 |
| #define HTCAPTION 2 |
| #define HTSYSMENU 3 |
| #define HTGROWBOX 4 |
| #define HTSIZE HTGROWBOX |
| #define HTMENU 5 |
| #define HTHSCROLL 6 |
| #define HTVSCROLL 7 |
| #define HTMINBUTTON 8 |
| #define HTMAXBUTTON 9 |
| #define HTLEFT 10 |
| #define HTRIGHT 11 |
| #define HTTOP 12 |
| #define HTTOPLEFT 13 |
| #define HTTOPRIGHT 14 |
| #define HTBOTTOM 15 |
| #define HTBOTTOMLEFT 16 |
| #define HTBOTTOMRIGHT 17 |
| #define HTBORDER 18 |
| #define HTREDUCE HTMINBUTTON |
| #define HTZOOM HTMAXBUTTON |
| #define HTSIZEFIRST HTLEFT |
| #define HTSIZELAST HTBOTTOMRIGHT |
| #define HTOBJECT 19 |
| #define HTCLOSE 20 |
| #define HTHELP 21 |
| |
| #define SMTO_NORMAL 0x0000 |
| #define SMTO_BLOCK 0x0001 |
| #define SMTO_ABORTIFHUNG 0x0002 |
| #define SMTO_NOTIMEOUTIFNOTHUNG 0x0008 |
| #if WINVER >= 0x0600 |
| #define SMTO_ERRORONEXIT 0x0020 |
| #endif |
| #endif |
| |
| #define MA_ACTIVATE 1 |
| #define MA_ACTIVATEANDEAT 2 |
| #define MA_NOACTIVATE 3 |
| #define MA_NOACTIVATEANDEAT 4 |
| |
| #define ICON_SMALL 0 |
| #define ICON_BIG 1 |
| #define ICON_SMALL2 2 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define RegisterWindowMessage __MINGW_NAME_AW(RegisterWindowMessage) |
| |
| WINUSERAPI UINT WINAPI RegisterWindowMessageA(LPCSTR lpString); |
| WINUSERAPI UINT WINAPI RegisterWindowMessageW(LPCWSTR lpString); |
| #endif |
| |
| #define SIZE_RESTORED 0 |
| #define SIZE_MINIMIZED 1 |
| #define SIZE_MAXIMIZED 2 |
| #define SIZE_MAXSHOW 3 |
| #define SIZE_MAXHIDE 4 |
| |
| #define SIZENORMAL SIZE_RESTORED |
| #define SIZEICONIC SIZE_MINIMIZED |
| #define SIZEFULLSCREEN SIZE_MAXIMIZED |
| #define SIZEZOOMSHOW SIZE_MAXSHOW |
| #define SIZEZOOMHIDE SIZE_MAXHIDE |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagWINDOWPOS { |
| HWND hwnd; |
| HWND hwndInsertAfter; |
| int x; |
| int y; |
| int cx; |
| int cy; |
| UINT flags; |
| } WINDOWPOS,*LPWINDOWPOS,*PWINDOWPOS; |
| |
| typedef struct tagNCCALCSIZE_PARAMS { |
| RECT rgrc[3]; |
| PWINDOWPOS lppos; |
| } NCCALCSIZE_PARAMS,*LPNCCALCSIZE_PARAMS; |
| #endif |
| |
| #define WVR_ALIGNTOP 0x0010 |
| #define WVR_ALIGNLEFT 0x0020 |
| #define WVR_ALIGNBOTTOM 0x0040 |
| #define WVR_ALIGNRIGHT 0x0080 |
| #define WVR_HREDRAW 0x0100 |
| #define WVR_VREDRAW 0x0200 |
| #define WVR_REDRAW (WVR_HREDRAW | WVR_VREDRAW) |
| #define WVR_VALIDRECTS 0x0400 |
| |
| #ifndef NOKEYSTATES |
| |
| #define MK_LBUTTON 0x0001 |
| #define MK_RBUTTON 0x0002 |
| #define MK_SHIFT 0x0004 |
| #define MK_CONTROL 0x0008 |
| #define MK_MBUTTON 0x0010 |
| #define MK_XBUTTON1 0x0020 |
| #define MK_XBUTTON2 0x0040 |
| #endif |
| |
| #ifndef NOTRACKMOUSEEVENT |
| #define TME_HOVER 0x00000001 |
| #define TME_LEAVE 0x00000002 |
| #define TME_NONCLIENT 0x00000010 |
| #define TME_QUERY 0x40000000 |
| #define TME_CANCEL 0x80000000 |
| |
| #define HOVER_DEFAULT 0xFFFFFFFF |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagTRACKMOUSEEVENT { |
| DWORD cbSize; |
| DWORD dwFlags; |
| HWND hwndTrack; |
| DWORD dwHoverTime; |
| } TRACKMOUSEEVENT,*LPTRACKMOUSEEVENT; |
| |
| WINUSERAPI WINBOOL WINAPI TrackMouseEvent(LPTRACKMOUSEEVENT lpEventTrack); |
| #endif |
| #endif |
| |
| #ifndef NOWINSTYLES |
| |
| #define WS_OVERLAPPED __MSABI_LONG(0x00000000) |
| #define WS_POPUP __MSABI_LONG(0x80000000) |
| #define WS_CHILD __MSABI_LONG(0x40000000) |
| #define WS_MINIMIZE __MSABI_LONG(0x20000000) |
| #define WS_VISIBLE __MSABI_LONG(0x10000000) |
| #define WS_DISABLED __MSABI_LONG(0x08000000) |
| #define WS_CLIPSIBLINGS __MSABI_LONG(0x04000000) |
| #define WS_CLIPCHILDREN __MSABI_LONG(0x02000000) |
| #define WS_MAXIMIZE __MSABI_LONG(0x01000000) |
| #define WS_CAPTION __MSABI_LONG(0x00C00000) |
| #define WS_BORDER __MSABI_LONG(0x00800000) |
| #define WS_DLGFRAME __MSABI_LONG(0x00400000) |
| #define WS_VSCROLL __MSABI_LONG(0x00200000) |
| #define WS_HSCROLL __MSABI_LONG(0x00100000) |
| #define WS_SYSMENU __MSABI_LONG(0x00080000) |
| #define WS_THICKFRAME __MSABI_LONG(0x00040000) |
| #define WS_GROUP __MSABI_LONG(0x00020000) |
| #define WS_TABSTOP __MSABI_LONG(0x00010000) |
| #define WS_MINIMIZEBOX __MSABI_LONG(0x00020000) |
| #define WS_MAXIMIZEBOX __MSABI_LONG(0x00010000) |
| #define WS_TILED WS_OVERLAPPED |
| #define WS_ICONIC WS_MINIMIZE |
| #define WS_SIZEBOX WS_THICKFRAME |
| #define WS_TILEDWINDOW WS_OVERLAPPEDWINDOW |
| |
| #define WS_OVERLAPPEDWINDOW (WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX) |
| #define WS_POPUPWINDOW (WS_POPUP | WS_BORDER | WS_SYSMENU) |
| #define WS_CHILDWINDOW (WS_CHILD) |
| |
| #define WS_EX_DLGMODALFRAME __MSABI_LONG(0x00000001) |
| #define WS_EX_NOPARENTNOTIFY __MSABI_LONG(0x00000004) |
| #define WS_EX_TOPMOST __MSABI_LONG(0x00000008) |
| #define WS_EX_ACCEPTFILES __MSABI_LONG(0x00000010) |
| #define WS_EX_TRANSPARENT __MSABI_LONG(0x00000020) |
| #define WS_EX_MDICHILD __MSABI_LONG(0x00000040) |
| #define WS_EX_TOOLWINDOW __MSABI_LONG(0x00000080) |
| #define WS_EX_WINDOWEDGE __MSABI_LONG(0x00000100) |
| #define WS_EX_CLIENTEDGE __MSABI_LONG(0x00000200) |
| #define WS_EX_CONTEXTHELP __MSABI_LONG(0x00000400) |
| #define WS_EX_RIGHT __MSABI_LONG(0x00001000) |
| #define WS_EX_LEFT __MSABI_LONG(0x00000000) |
| #define WS_EX_RTLREADING __MSABI_LONG(0x00002000) |
| #define WS_EX_LTRREADING __MSABI_LONG(0x00000000) |
| #define WS_EX_LEFTSCROLLBAR __MSABI_LONG(0x00004000) |
| #define WS_EX_RIGHTSCROLLBAR __MSABI_LONG(0x00000000) |
| #define WS_EX_CONTROLPARENT __MSABI_LONG(0x00010000) |
| #define WS_EX_STATICEDGE __MSABI_LONG(0x00020000) |
| #define WS_EX_APPWINDOW __MSABI_LONG(0x00040000) |
| |
| #define WS_EX_OVERLAPPEDWINDOW (WS_EX_WINDOWEDGE | WS_EX_CLIENTEDGE) |
| #define WS_EX_PALETTEWINDOW (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW | WS_EX_TOPMOST) |
| #define WS_EX_LAYERED 0x00080000 |
| #define WS_EX_NOINHERITLAYOUT __MSABI_LONG(0x00100000) |
| #if WINVER >= 0x0602 |
| #define WS_EX_NOREDIRECTIONBITMAP __MSABI_LONG(0x00200000) |
| #endif |
| #define WS_EX_LAYOUTRTL __MSABI_LONG(0x00400000) |
| #define WS_EX_COMPOSITED __MSABI_LONG(0x02000000) |
| #define WS_EX_NOACTIVATE __MSABI_LONG(0x08000000) |
| |
| #define CS_VREDRAW 0x0001 |
| #define CS_HREDRAW 0x0002 |
| #define CS_DBLCLKS 0x0008 |
| #define CS_OWNDC 0x0020 |
| #define CS_CLASSDC 0x0040 |
| #define CS_PARENTDC 0x0080 |
| #define CS_NOCLOSE 0x0200 |
| #define CS_SAVEBITS 0x0800 |
| #define CS_BYTEALIGNCLIENT 0x1000 |
| #define CS_BYTEALIGNWINDOW 0x2000 |
| #define CS_GLOBALCLASS 0x4000 |
| #define CS_IME 0x00010000 |
| #define CS_DROPSHADOW 0x00020000 |
| #endif |
| |
| #define PRF_CHECKVISIBLE __MSABI_LONG(0x00000001) |
| #define PRF_NONCLIENT __MSABI_LONG(0x00000002) |
| #define PRF_CLIENT __MSABI_LONG(0x00000004) |
| #define PRF_ERASEBKGND __MSABI_LONG(0x00000008) |
| #define PRF_CHILDREN __MSABI_LONG(0x00000010) |
| #define PRF_OWNED __MSABI_LONG(0x00000020) |
| |
| #define BDR_RAISEDOUTER 0x0001 |
| #define BDR_SUNKENOUTER 0x0002 |
| #define BDR_RAISEDINNER 0x0004 |
| #define BDR_SUNKENINNER 0x0008 |
| |
| #define BDR_OUTER (BDR_RAISEDOUTER | BDR_SUNKENOUTER) |
| #define BDR_INNER (BDR_RAISEDINNER | BDR_SUNKENINNER) |
| #define BDR_RAISED (BDR_RAISEDOUTER | BDR_RAISEDINNER) |
| #define BDR_SUNKEN (BDR_SUNKENOUTER | BDR_SUNKENINNER) |
| |
| #define EDGE_RAISED (BDR_RAISEDOUTER | BDR_RAISEDINNER) |
| #define EDGE_SUNKEN (BDR_SUNKENOUTER | BDR_SUNKENINNER) |
| #define EDGE_ETCHED (BDR_SUNKENOUTER | BDR_RAISEDINNER) |
| #define EDGE_BUMP (BDR_RAISEDOUTER | BDR_SUNKENINNER) |
| |
| #define BF_LEFT 0x0001 |
| #define BF_TOP 0x0002 |
| #define BF_RIGHT 0x0004 |
| #define BF_BOTTOM 0x0008 |
| |
| #define BF_TOPLEFT (BF_TOP | BF_LEFT) |
| #define BF_TOPRIGHT (BF_TOP | BF_RIGHT) |
| #define BF_BOTTOMLEFT (BF_BOTTOM | BF_LEFT) |
| #define BF_BOTTOMRIGHT (BF_BOTTOM | BF_RIGHT) |
| #define BF_RECT (BF_LEFT | BF_TOP | BF_RIGHT | BF_BOTTOM) |
| |
| #define BF_DIAGONAL 0x0010 |
| |
| #define BF_DIAGONAL_ENDTOPRIGHT (BF_DIAGONAL | BF_TOP | BF_RIGHT) |
| #define BF_DIAGONAL_ENDTOPLEFT (BF_DIAGONAL | BF_TOP | BF_LEFT) |
| #define BF_DIAGONAL_ENDBOTTOMLEFT (BF_DIAGONAL | BF_BOTTOM | BF_LEFT) |
| #define BF_DIAGONAL_ENDBOTTOMRIGHT (BF_DIAGONAL | BF_BOTTOM | BF_RIGHT) |
| |
| #define BF_MIDDLE 0x0800 |
| #define BF_SOFT 0x1000 |
| #define BF_ADJUST 0x2000 |
| #define BF_FLAT 0x4000 |
| #define BF_MONO 0x8000 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI DrawEdge(HDC hdc,LPRECT qrc,UINT edge,UINT grfFlags); |
| #endif |
| |
| #define DFC_CAPTION 1 |
| #define DFC_MENU 2 |
| #define DFC_SCROLL 3 |
| #define DFC_BUTTON 4 |
| #define DFC_POPUPMENU 5 |
| |
| #define DFCS_CAPTIONCLOSE 0x0000 |
| #define DFCS_CAPTIONMIN 0x0001 |
| #define DFCS_CAPTIONMAX 0x0002 |
| #define DFCS_CAPTIONRESTORE 0x0003 |
| #define DFCS_CAPTIONHELP 0x0004 |
| |
| #define DFCS_MENUARROW 0x0000 |
| #define DFCS_MENUCHECK 0x0001 |
| #define DFCS_MENUBULLET 0x0002 |
| #define DFCS_MENUARROWRIGHT 0x0004 |
| #define DFCS_SCROLLUP 0x0000 |
| #define DFCS_SCROLLDOWN 0x0001 |
| #define DFCS_SCROLLLEFT 0x0002 |
| #define DFCS_SCROLLRIGHT 0x0003 |
| #define DFCS_SCROLLCOMBOBOX 0x0005 |
| #define DFCS_SCROLLSIZEGRIP 0x0008 |
| #define DFCS_SCROLLSIZEGRIPRIGHT 0x0010 |
| |
| #define DFCS_BUTTONCHECK 0x0000 |
| #define DFCS_BUTTONRADIOIMAGE 0x0001 |
| #define DFCS_BUTTONRADIOMASK 0x0002 |
| #define DFCS_BUTTONRADIO 0x0004 |
| #define DFCS_BUTTON3STATE 0x0008 |
| #define DFCS_BUTTONPUSH 0x0010 |
| |
| #define DFCS_INACTIVE 0x0100 |
| #define DFCS_PUSHED 0x0200 |
| #define DFCS_CHECKED 0x0400 |
| |
| #define DFCS_TRANSPARENT 0x0800 |
| #define DFCS_HOT 0x1000 |
| |
| #define DFCS_ADJUSTRECT 0x2000 |
| #define DFCS_FLAT 0x4000 |
| #define DFCS_MONO 0x8000 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI DrawFrameControl(HDC,LPRECT,UINT,UINT); |
| #endif |
| |
| #define DC_ACTIVE 0x0001 |
| #define DC_SMALLCAP 0x0002 |
| #define DC_ICON 0x0004 |
| #define DC_TEXT 0x0008 |
| #define DC_INBUTTON 0x0010 |
| #define DC_GRADIENT 0x0020 |
| #define DC_BUTTONS 0x1000 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI DrawCaption(HWND hwnd,HDC hdc,CONST RECT *lprect,UINT flags); |
| #endif |
| |
| #define IDANI_OPEN 1 |
| #define IDANI_CAPTION 3 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI DrawAnimatedRects(HWND hwnd,int idAni,CONST RECT *lprcFrom,CONST RECT *lprcTo); |
| #endif |
| |
| #ifndef NOCLIPBOARD |
| |
| #define CF_TEXT 1 |
| #define CF_BITMAP 2 |
| #define CF_METAFILEPICT 3 |
| #define CF_SYLK 4 |
| #define CF_DIF 5 |
| #define CF_TIFF 6 |
| #define CF_OEMTEXT 7 |
| #define CF_DIB 8 |
| #define CF_PALETTE 9 |
| #define CF_PENDATA 10 |
| #define CF_RIFF 11 |
| #define CF_WAVE 12 |
| #define CF_UNICODETEXT 13 |
| #define CF_ENHMETAFILE 14 |
| #define CF_HDROP 15 |
| #define CF_LOCALE 16 |
| #define CF_DIBV5 17 |
| #if WINVER >= 0x0500 |
| #define CF_MAX 18 |
| #elif WINVER >= 0x0400 |
| #define CF_MAX 17 |
| #else |
| #define CF_MAX 15 |
| #endif |
| |
| #define CF_OWNERDISPLAY 0x0080 |
| #define CF_DSPTEXT 0x0081 |
| #define CF_DSPBITMAP 0x0082 |
| #define CF_DSPMETAFILEPICT 0x0083 |
| #define CF_DSPENHMETAFILE 0x008E |
| |
| #define CF_PRIVATEFIRST 0x0200 |
| #define CF_PRIVATELAST 0x02FF |
| |
| #define CF_GDIOBJFIRST 0x0300 |
| #define CF_GDIOBJLAST 0x03FF |
| #endif |
| |
| #define FVIRTKEY TRUE |
| #define FNOINVERT 0x02 |
| #define FSHIFT 0x04 |
| #define FCONTROL 0x08 |
| #define FALT 0x10 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagACCEL { |
| BYTE fVirt; |
| WORD key; |
| WORD cmd; |
| } ACCEL,*LPACCEL; |
| |
| typedef struct tagPAINTSTRUCT { |
| HDC hdc; |
| WINBOOL fErase; |
| RECT rcPaint; |
| WINBOOL fRestore; |
| WINBOOL fIncUpdate; |
| BYTE rgbReserved[32]; |
| } PAINTSTRUCT,*PPAINTSTRUCT,*NPPAINTSTRUCT,*LPPAINTSTRUCT; |
| |
| typedef struct tagCREATESTRUCTA { |
| LPVOID lpCreateParams; |
| HINSTANCE hInstance; |
| HMENU hMenu; |
| HWND hwndParent; |
| int cy; |
| int cx; |
| int y; |
| int x; |
| LONG style; |
| LPCSTR lpszName; |
| LPCSTR lpszClass; |
| DWORD dwExStyle; |
| } CREATESTRUCTA,*LPCREATESTRUCTA; |
| |
| typedef struct tagCREATESTRUCTW { |
| LPVOID lpCreateParams; |
| HINSTANCE hInstance; |
| HMENU hMenu; |
| HWND hwndParent; |
| int cy; |
| int cx; |
| int y; |
| int x; |
| LONG style; |
| LPCWSTR lpszName; |
| LPCWSTR lpszClass; |
| DWORD dwExStyle; |
| } CREATESTRUCTW,*LPCREATESTRUCTW; |
| |
| __MINGW_TYPEDEF_AW(CREATESTRUCT) |
| __MINGW_TYPEDEF_AW(LPCREATESTRUCT) |
| |
| typedef struct tagWINDOWPLACEMENT { |
| UINT length; |
| UINT flags; |
| UINT showCmd; |
| POINT ptMinPosition; |
| POINT ptMaxPosition; |
| RECT rcNormalPosition; |
| } WINDOWPLACEMENT; |
| typedef WINDOWPLACEMENT *PWINDOWPLACEMENT,*LPWINDOWPLACEMENT; |
| #endif |
| |
| #define WPF_SETMINPOSITION 0x0001 |
| #define WPF_RESTORETOMAXIMIZED 0x0002 |
| #define WPF_ASYNCWINDOWPLACEMENT 0x0004 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) |
| typedef struct tagNMHDR { |
| HWND hwndFrom; |
| UINT_PTR idFrom; |
| UINT code; |
| } NMHDR; |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef NMHDR *LPNMHDR; |
| |
| typedef struct tagSTYLESTRUCT { |
| DWORD styleOld; |
| DWORD styleNew; |
| } STYLESTRUCT,*LPSTYLESTRUCT; |
| #endif |
| |
| #define ODT_MENU 1 |
| #define ODT_LISTBOX 2 |
| #define ODT_COMBOBOX 3 |
| #define ODT_BUTTON 4 |
| #define ODT_STATIC 5 |
| |
| #define ODA_DRAWENTIRE 0x0001 |
| #define ODA_SELECT 0x0002 |
| #define ODA_FOCUS 0x0004 |
| |
| #define ODS_SELECTED 0x0001 |
| #define ODS_GRAYED 0x0002 |
| #define ODS_DISABLED 0x0004 |
| #define ODS_CHECKED 0x0008 |
| #define ODS_FOCUS 0x0010 |
| #define ODS_DEFAULT 0x0020 |
| #define ODS_COMBOBOXEDIT 0x1000 |
| #define ODS_HOTLIGHT 0x0040 |
| #define ODS_INACTIVE 0x0080 |
| #define ODS_NOACCEL 0x0100 |
| #define ODS_NOFOCUSRECT 0x0200 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct tagMEASUREITEMSTRUCT { |
| UINT CtlType; |
| UINT CtlID; |
| UINT itemID; |
| UINT itemWidth; |
| UINT itemHeight; |
| ULONG_PTR itemData; |
| } MEASUREITEMSTRUCT,*PMEASUREITEMSTRUCT,*LPMEASUREITEMSTRUCT; |
| |
| typedef struct tagDRAWITEMSTRUCT { |
| UINT CtlType; |
| UINT CtlID; |
| UINT itemID; |
| UINT itemAction; |
| UINT itemState; |
| HWND hwndItem; |
| HDC hDC; |
| RECT rcItem; |
| ULONG_PTR itemData; |
| } DRAWITEMSTRUCT,*PDRAWITEMSTRUCT,*LPDRAWITEMSTRUCT; |
| |
| typedef struct tagDELETEITEMSTRUCT { |
| UINT CtlType; |
| UINT CtlID; |
| UINT itemID; |
| HWND hwndItem; |
| ULONG_PTR itemData; |
| } DELETEITEMSTRUCT,*PDELETEITEMSTRUCT,*LPDELETEITEMSTRUCT; |
| |
| typedef struct tagCOMPAREITEMSTRUCT { |
| UINT CtlType; |
| UINT CtlID; |
| HWND hwndItem; |
| UINT itemID1; |
| ULONG_PTR itemData1; |
| UINT itemID2; |
| ULONG_PTR itemData2; |
| DWORD dwLocaleId; |
| } COMPAREITEMSTRUCT,*PCOMPAREITEMSTRUCT,*LPCOMPAREITEMSTRUCT; |
| #endif |
| |
| #ifndef NOMSG |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define GetMessage __MINGW_NAME_AW(GetMessage) |
| #define DispatchMessage __MINGW_NAME_AW(DispatchMessage) |
| #define PeekMessage __MINGW_NAME_AW(PeekMessage) |
| |
| WINUSERAPI WINBOOL WINAPI GetMessageA(LPMSG lpMsg,HWND hWnd,UINT wMsgFilterMin,UINT wMsgFilterMax); |
| WINUSERAPI WINBOOL WINAPI GetMessageW(LPMSG lpMsg,HWND hWnd,UINT wMsgFilterMin,UINT wMsgFilterMax); |
| WINUSERAPI WINBOOL WINAPI TranslateMessage(CONST MSG *lpMsg); |
| WINUSERAPI LRESULT WINAPI DispatchMessageA(CONST MSG *lpMsg); |
| WINUSERAPI LRESULT WINAPI DispatchMessageW(CONST MSG *lpMsg); |
| WINUSERAPI WINBOOL WINAPI SetMessageQueue(int cMessagesMax); |
| WINUSERAPI WINBOOL WINAPI PeekMessageA(LPMSG lpMsg,HWND hWnd,UINT wMsgFilterMin,UINT wMsgFilterMax,UINT wRemoveMsg); |
| WINUSERAPI WINBOOL WINAPI PeekMessageW(LPMSG lpMsg,HWND hWnd,UINT wMsgFilterMin,UINT wMsgFilterMax,UINT wRemoveMsg); |
| #endif |
| |
| #define PM_NOREMOVE 0x0000 |
| #define PM_REMOVE 0x0001 |
| #define PM_NOYIELD 0x0002 |
| |
| #define PM_QS_INPUT (QS_INPUT << 16) |
| #define PM_QS_POSTMESSAGE ((QS_POSTMESSAGE | QS_HOTKEY | QS_TIMER) << 16) |
| #define PM_QS_PAINT (QS_PAINT << 16) |
| #define PM_QS_SENDMESSAGE (QS_SENDMESSAGE << 16) |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI RegisterHotKey(HWND hWnd,int id,UINT fsModifiers,UINT vk); |
| WINUSERAPI WINBOOL WINAPI UnregisterHotKey(HWND hWnd,int id); |
| #endif |
| |
| #define MOD_ALT 0x0001 |
| #define MOD_CONTROL 0x0002 |
| #define MOD_SHIFT 0x0004 |
| #define MOD_WIN 0x0008 |
| #if WINVER >= 0x0601 |
| #define MOD_NOREPEAT 0x4000 |
| #endif |
| |
| #define IDHOT_SNAPWINDOW (-1) |
| #define IDHOT_SNAPDESKTOP (-2) |
| |
| #ifdef WIN_INTERNAL |
| #ifndef LSTRING |
| #define NOLSTRING |
| #endif |
| #ifndef LFILEIO |
| #define NOLFILEIO |
| #endif |
| #endif |
| |
| #define ENDSESSION_CLOSEAPP 0x00000001 |
| #define ENDSESSION_CRITICAL 0x40000000 |
| #define ENDSESSION_LOGOFF 0x80000000 |
| |
| #define EWX_LOGOFF 0x00000000 |
| #define EWX_SHUTDOWN 0x00000001 |
| #define EWX_REBOOT 0x00000002 |
| #define EWX_FORCE 0x00000004 |
| #define EWX_POWEROFF 0x00000008 |
| #define EWX_FORCEIFHUNG 0x00000010 |
| #define EWX_QUICKRESOLVE 0x00000020 |
| #if _WIN32_WINNT >= 0x0600 |
| #define EWX_RESTARTAPPS 0x00000040 |
| #endif |
| #define EWX_HYBRID_SHUTDOWN 0x00400000 |
| #define EWX_BOOTOPTIONS 0x01000000 |
| #define EWX_ARSO 0x04000000 |
| #define EWX_CHECK_SAFE_FOR_SERVER 0x08000000 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define ExitWindows(dwReserved,Code) ExitWindowsEx(EWX_LOGOFF,0xFFFFFFFF) |
| |
| #define SendMessage __MINGW_NAME_AW(SendMessage) |
| #define SendMessageTimeout __MINGW_NAME_AW(SendMessageTimeout) |
| #define SendNotifyMessage __MINGW_NAME_AW(SendNotifyMessage) |
| #define SendMessageCallback __MINGW_NAME_AW(SendMessageCallback) |
| |
| WINUSERAPI WINBOOL WINAPI ExitWindowsEx(UINT uFlags,DWORD dwReason); |
| WINUSERAPI WINBOOL WINAPI SwapMouseButton(WINBOOL fSwap); |
| WINUSERAPI DWORD WINAPI GetMessagePos(VOID); |
| WINUSERAPI LONG WINAPI GetMessageTime(VOID); |
| WINUSERAPI LPARAM WINAPI GetMessageExtraInfo(VOID); |
| #if _WIN32_WINNT >= 0x0602 |
| WINUSERAPI DWORD WINAPI GetUnpredictedMessagePos (VOID); |
| #endif |
| WINUSERAPI WINBOOL WINAPI IsWow64Message(VOID); |
| WINUSERAPI LPARAM WINAPI SetMessageExtraInfo(LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI SendMessageA(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI SendMessageW(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI SendMessageTimeoutA(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,UINT fuFlags,UINT uTimeout,PDWORD_PTR lpdwResult); |
| WINUSERAPI LRESULT WINAPI SendMessageTimeoutW(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,UINT fuFlags,UINT uTimeout,PDWORD_PTR lpdwResult); |
| WINUSERAPI WINBOOL WINAPI SendNotifyMessageA(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI SendNotifyMessageW(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI SendMessageCallbackA(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,SENDASYNCPROC lpResultCallBack,ULONG_PTR dwData); |
| WINUSERAPI WINBOOL WINAPI SendMessageCallbackW(HWND hWnd,UINT Msg,WPARAM wParam,LPARAM lParam,SENDASYNCPROC lpResultCallBack,ULONG_PTR dwData); |
| |
| typedef struct { |
| UINT cbSize; |
| HDESK hdesk; |
| HWND hwnd; |
| LUID luid; |
| } BSMINFO,*PBSMINFO; |
| |
| #define BroadcastSystemMessageEx __MINGW_NAME_AW(BroadcastSystemMessageEx) |
| #define BroadcastSystemMessage __MINGW_NAME_AW(BroadcastSystemMessage) |
| |
| WINUSERAPI __LONG32 WINAPI BroadcastSystemMessageExA(DWORD flags,LPDWORD lpInfo,UINT Msg,WPARAM wParam,LPARAM lParam,PBSMINFO pbsmInfo); |
| WINUSERAPI __LONG32 WINAPI BroadcastSystemMessageExW(DWORD flags,LPDWORD lpInfo,UINT Msg,WPARAM wParam,LPARAM lParam,PBSMINFO pbsmInfo); |
| WINUSERAPI __LONG32 WINAPI BroadcastSystemMessageA(DWORD flags,LPDWORD lpInfo,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI __LONG32 WINAPI BroadcastSystemMessageW(DWORD flags,LPDWORD lpInfo,UINT Msg,WPARAM wParam,LPARAM lParam); |
| #endif |
| |
| #define BSM_ALLCOMPONENTS 0x00000000 |
| #define BSM_VXDS 0x00000001 |
| #define BSM_NETDRIVER 0x00000002 |
| #define BSM_INSTALLABLEDRIVERS 0x00000004 |
| #define BSM_APPLICATIONS 0x00000008 |
| #define BSM_ALLDESKTOPS 0x00000010 |
| |
| #define BSF_QUERY 0x00000001 |
| #define BSF_IGNORECURRENTTASK 0x00000002 |
| #define BSF_FLUSHDISK 0x00000004 |
| #define BSF_NOHANG 0x00000008 |
| #define BSF_POSTMESSAGE 0x00000010 |
| #define BSF_FORCEIFHUNG 0x00000020 |
| #define BSF_NOTIMEOUTIFNOTHUNG 0x00000040 |
| #define BSF_ALLOWSFW 0x00000080 |
| #define BSF_SENDNOTIFYMESSAGE 0x00000100 |
| #define BSF_RETURNHDESK 0x00000200 |
| #define BSF_LUID 0x00000400 |
| |
| #define BROADCAST_QUERY_DENY 0x424D5144 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef PVOID HDEVNOTIFY; |
| typedef HDEVNOTIFY *PHDEVNOTIFY; |
| #endif |
| |
| #define DEVICE_NOTIFY_WINDOW_HANDLE 0x00000000 |
| #define DEVICE_NOTIFY_SERVICE_HANDLE 0x00000001 |
| #define DEVICE_NOTIFY_ALL_INTERFACE_CLASSES 0x00000004 |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define RegisterDeviceNotification __MINGW_NAME_AW(RegisterDeviceNotification) |
| #define PostMessage __MINGW_NAME_AW(PostMessage) |
| #define PostThreadMessage __MINGW_NAME_AW(PostThreadMessage) |
| #define PostAppMessage __MINGW_NAME_AW(PostAppMessage) |
| #define DefWindowProc __MINGW_NAME_AW(DefWindowProc) |
| #define CallWindowProc __MINGW_NAME_AW(CallWindowProc) |
| #define RegisterClass __MINGW_NAME_AW(RegisterClass) |
| #define UnregisterClass __MINGW_NAME_AW(UnregisterClass) |
| #define GetClassInfo __MINGW_NAME_AW(GetClassInfo) |
| #define RegisterClassEx __MINGW_NAME_AW(RegisterClassEx) |
| #define GetClassInfoEx __MINGW_NAME_AW(GetClassInfoEx) |
| |
| #if _WIN32_WINNT >= 0x0502 |
| #ifndef _HPOWERNOTIFY_DEF_ |
| #define _HPOWERNOTIFY_DEF_ |
| typedef HANDLE HPOWERNOTIFY; |
| typedef HPOWERNOTIFY *PHPOWERNOTIFY; |
| #endif |
| |
| WINUSERAPI HPOWERNOTIFY WINAPI RegisterPowerSettingNotification (HANDLE hRecipient, LPCGUID PowerSettingGuid, DWORD Flags); |
| WINUSERAPI WINBOOL WINAPI UnregisterPowerSettingNotification (HPOWERNOTIFY Handle); |
| WINUSERAPI HPOWERNOTIFY WINAPI RegisterSuspendResumeNotification (HANDLE hRecipient, DWORD Flags); |
| WINUSERAPI WINBOOL WINAPI UnregisterSuspendResumeNotification (HPOWERNOTIFY Handle); |
| #endif |
| |
| WINUSERAPI WINBOOL WINAPI PostMessageA (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI PostMessageW (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI PostThreadMessageA (DWORD idThread, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI WINBOOL WINAPI PostThreadMessageW (DWORD idThread, UINT Msg, WPARAM wParam, LPARAM lParam); |
| |
| #define PostAppMessageA(idThread, wMsg, wParam, lParam) PostThreadMessageA ((DWORD)idThread, wMsg, wParam, lParam) |
| #define PostAppMessageW(idThread, wMsg, wParam, lParam) PostThreadMessageW ((DWORD)idThread, wMsg, wParam, lParam) |
| |
| WINUSERAPI WINBOOL WINAPI AttachThreadInput (DWORD idAttach, DWORD idAttachTo, WINBOOL fAttach); |
| WINUSERAPI WINBOOL WINAPI ReplyMessage (LRESULT lResult); |
| WINUSERAPI WINBOOL WINAPI WaitMessage (VOID); |
| WINUSERAPI DWORD WINAPI WaitForInputIdle (HANDLE hProcess, DWORD dwMilliseconds); |
| WINUSERAPI LRESULT WINAPI DefWindowProcA (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI DefWindowProcW (HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI VOID WINAPI PostQuitMessage (int nExitCode); |
| WINUSERAPI WINBOOL WINAPI InSendMessage (VOID); |
| WINUSERAPI DWORD WINAPI InSendMessageEx (LPVOID lpReserved); |
| WINUSERAPI UINT WINAPI GetDoubleClickTime (VOID); |
| WINUSERAPI WINBOOL WINAPI SetDoubleClickTime (UINT); |
| WINUSERAPI ATOM WINAPI RegisterClassA (CONST WNDCLASSA *lpWndClass); |
| WINUSERAPI ATOM WINAPI RegisterClassW (CONST WNDCLASSW *lpWndClass); |
| WINUSERAPI WINBOOL WINAPI UnregisterClassA (LPCSTR lpClassName, HINSTANCE hInstance); |
| WINUSERAPI WINBOOL WINAPI UnregisterClassW (LPCWSTR lpClassName, HINSTANCE hInstance); |
| WINUSERAPI WINBOOL WINAPI GetClassInfoA (HINSTANCE hInstance, LPCSTR lpClassName, LPWNDCLASSA lpWndClass); |
| WINUSERAPI WINBOOL WINAPI GetClassInfoW (HINSTANCE hInstance, LPCWSTR lpClassName, LPWNDCLASSW lpWndClass); |
| WINUSERAPI ATOM WINAPI RegisterClassExA (CONST WNDCLASSEXA *); |
| WINUSERAPI ATOM WINAPI RegisterClassExW (CONST WNDCLASSEXW *); |
| WINUSERAPI WINBOOL WINAPI GetClassInfoExA (HINSTANCE hInstance, LPCSTR lpszClass, LPWNDCLASSEXA lpwcx); |
| WINUSERAPI WINBOOL WINAPI GetClassInfoExW (HINSTANCE hInstance, LPCWSTR lpszClass, LPWNDCLASSEXW lpwcx); |
| |
| #ifdef STRICT |
| WINUSERAPI LRESULT WINAPI CallWindowProcA (WNDPROC lpPrevWndFunc, HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI CallWindowProcW (WNDPROC lpPrevWndFunc, HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| #else |
| WINUSERAPI LRESULT WINAPI CallWindowProcA (FARPROC lpPrevWndFunc, HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI CallWindowProcW (FARPROC lpPrevWndFunc, HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam); |
| #endif |
| #endif |
| |
| #define CW_USEDEFAULT ((int)0x80000000) |
| |
| #define HWND_BROADCAST ((HWND)0xffff) |
| #define HWND_MESSAGE ((HWND)-3) |
| #define HWND_DESKTOP ((HWND)0) |
| |
| #define ISMEX_NOSEND 0x00000000 |
| #define ISMEX_SEND 0x00000001 |
| #define ISMEX_NOTIFY 0x00000002 |
| #define ISMEX_CALLBACK 0x00000004 |
| #define ISMEX_REPLIED 0x00000008 |
| |
| #if (_WIN32_WINNT >= 0x0502) |
| extern const GUID GUID_POWERSCHEME_PERSONALITY; |
| extern const GUID GUID_MIN_POWER_SAVINGS; |
| extern const GUID GUID_MAX_POWER_SAVINGS; |
| extern const GUID GUID_TYPICAL_POWER_SAVINGS; |
| extern const GUID GUID_ACDC_POWER_SOURCE; |
| extern const GUID GUID_BATTERY_PERCENTAGE_REMAINING; |
| extern const GUID GUID_IDLE_BACKGROUND_TASK; |
| extern const GUID GUID_SYSTEM_AWAYMODE; |
| extern const GUID GUID_MONITOR_POWER_ON; |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI HDEVNOTIFY WINAPI RegisterDeviceNotificationA(HANDLE hRecipient,LPVOID NotificationFilter,DWORD Flags); |
| WINUSERAPI HDEVNOTIFY WINAPI RegisterDeviceNotificationW(HANDLE hRecipient,LPVOID NotificationFilter,DWORD Flags); |
| WINUSERAPI WINBOOL WINAPI UnregisterDeviceNotification(HDEVNOTIFY Handle); |
| |
| typedef BOOLEAN (WINAPI *PREGISTERCLASSNAMEW)(LPCWSTR); |
| |
| #define CreateWindowEx __MINGW_NAME_AW(CreateWindowEx) |
| #define CreateWindow __MINGW_NAME_AW(CreateWindow) |
| |
| WINUSERAPI HWND WINAPI CreateWindowExA(DWORD dwExStyle,LPCSTR lpClassName,LPCSTR lpWindowName,DWORD dwStyle,int X,int Y,int nWidth,int nHeight,HWND hWndParent,HMENU hMenu,HINSTANCE hInstance,LPVOID lpParam); |
| WINUSERAPI HWND WINAPI CreateWindowExW(DWORD dwExStyle,LPCWSTR lpClassName,LPCWSTR lpWindowName,DWORD dwStyle,int X,int Y,int nWidth,int nHeight,HWND hWndParent,HMENU hMenu,HINSTANCE hInstance,LPVOID lpParam); |
| |
| #define CreateWindowA(lpClassName,lpWindowName,dwStyle,x,y,nWidth,nHeight,hWndParent,hMenu,hInstance,lpParam) CreateWindowExA((DWORD)0,lpClassName,lpWindowName,dwStyle,x,y,nWidth,nHeight,hWndParent,hMenu,hInstance,lpParam) |
| #define CreateWindowW(lpClassName,lpWindowName,dwStyle,x,y,nWidth,nHeight,hWndParent,hMenu,hInstance,lpParam) CreateWindowExW((DWORD)0,lpClassName,lpWindowName,dwStyle,x,y,nWidth,nHeight,hWndParent,hMenu,hInstance,lpParam) |
| |
| WINUSERAPI WINBOOL WINAPI IsWindow(HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI IsMenu(HMENU hMenu); |
| WINUSERAPI WINBOOL WINAPI IsChild(HWND hWndParent,HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI DestroyWindow(HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI ShowWindow(HWND hWnd,int nCmdShow); |
| WINUSERAPI WINBOOL WINAPI AnimateWindow(HWND hWnd,DWORD dwTime,DWORD dwFlags); |
| #endif |
| |
| #if defined (_WINGDI_) && !defined (NOGDI) |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI UpdateLayeredWindow (HWND hWnd, HDC hdcDst, POINT *pptDst, SIZE *psize, HDC hdcSrc, POINT *pptSrc, COLORREF crKey, BLENDFUNCTION *pblend, DWORD dwFlags); |
| |
| typedef struct tagUPDATELAYEREDWINDOWINFO { |
| DWORD cbSize; |
| HDC hdcDst; |
| const POINT *pptDst; |
| const SIZE *psize; |
| HDC hdcSrc; |
| const POINT *pptSrc; |
| COLORREF crKey; |
| const BLENDFUNCTION *pblend; |
| DWORD dwFlags; |
| const RECT *prcDirty; |
| } UPDATELAYEREDWINDOWINFO,*PUPDATELAYEREDWINDOWINFO; |
| |
| #if _WIN32_WINNT < 0x0502 |
| typedef |
| #endif |
| WINUSERAPI WINBOOL WINAPI UpdateLayeredWindowIndirect (HWND hWnd, const UPDATELAYEREDWINDOWINFO *pULWInfo); |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI GetLayeredWindowAttributes (HWND hwnd, COLORREF *pcrKey, BYTE *pbAlpha, DWORD *pdwFlags); |
| |
| #define PW_CLIENTONLY 0x00000001 |
| |
| WINUSERAPI WINBOOL WINAPI PrintWindow (HWND hwnd, HDC hdcBlt, UINT nFlags); |
| WINUSERAPI WINBOOL WINAPI SetLayeredWindowAttributes (HWND hwnd, COLORREF crKey, BYTE bAlpha, DWORD dwFlags); |
| #endif |
| |
| #define LWA_COLORKEY 0x00000001 |
| #define LWA_ALPHA 0x00000002 |
| |
| #define ULW_COLORKEY 0x00000001 |
| #define ULW_ALPHA 0x00000002 |
| #define ULW_OPAQUE 0x00000004 |
| #define ULW_EX_NORESIZE 0x00000008 |
| |
| #define FLASHW_STOP 0 |
| #define FLASHW_CAPTION 0x00000001 |
| #define FLASHW_TRAY 0x00000002 |
| #define FLASHW_ALL (FLASHW_CAPTION | FLASHW_TRAY) |
| #define FLASHW_TIMER 0x00000004 |
| #define FLASHW_TIMERNOFG 0x0000000c |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct { |
| UINT cbSize; |
| HWND hwnd; |
| DWORD dwFlags; |
| UINT uCount; |
| DWORD dwTimeout; |
| } FLASHWINFO,*PFLASHWINFO; |
| |
| WINUSERAPI WINBOOL WINAPI ShowWindowAsync (HWND hWnd, int nCmdShow); |
| WINUSERAPI WINBOOL WINAPI FlashWindow (HWND hWnd, WINBOOL bInvert); |
| WINUSERAPI WINBOOL WINAPI FlashWindowEx (PFLASHWINFO pfwi); |
| WINUSERAPI WINBOOL WINAPI ShowOwnedPopups (HWND hWnd, WINBOOL fShow); |
| WINUSERAPI WINBOOL WINAPI OpenIcon (HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI CloseWindow (HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI MoveWindow (HWND hWnd, int X, int Y, int nWidth, int nHeight, WINBOOL bRepaint); |
| WINUSERAPI WINBOOL WINAPI SetWindowPos (HWND hWnd, HWND hWndInsertAfter, int X, int Y, int cx, int cy, UINT uFlags); |
| WINUSERAPI WINBOOL WINAPI GetWindowPlacement (HWND hWnd, WINDOWPLACEMENT *lpwndpl); |
| WINUSERAPI WINBOOL WINAPI SetWindowPlacement (HWND hWnd, CONST WINDOWPLACEMENT *lpwndpl); |
| |
| #if _WIN32_WINNT >= 0x0601 |
| #define WDA_NONE 0x00000000 |
| #define WDA_MONITOR 0x00000001 |
| #define WDA_EXCLUDEFROMCAPTURE 0x00000011 |
| |
| WINUSERAPI WINBOOL WINAPI GetWindowDisplayAffinity (HWND hWnd, DWORD *pdwAffinity); |
| WINUSERAPI WINBOOL WINAPI SetWindowDisplayAffinity (HWND hWnd, DWORD dwAffinity); |
| #endif |
| #endif |
| |
| #ifndef NODEFERWINDOWPOS |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI HDWP WINAPI BeginDeferWindowPos (int nNumWindows); |
| WINUSERAPI HDWP WINAPI DeferWindowPos (HDWP hWinPosInfo, HWND hWnd, HWND hWndInsertAfter, int x, int y, int cx, int cy, UINT uFlags); |
| WINUSERAPI WINBOOL WINAPI EndDeferWindowPos (HDWP hWinPosInfo); |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI WINBOOL WINAPI IsWindowVisible (HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI IsIconic (HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI AnyPopup (VOID); |
| WINUSERAPI WINBOOL WINAPI BringWindowToTop (HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI IsZoomed (HWND hWnd); |
| #endif |
| |
| #define SWP_NOSIZE 0x0001 |
| #define SWP_NOMOVE 0x0002 |
| #define SWP_NOZORDER 0x0004 |
| #define SWP_NOREDRAW 0x0008 |
| #define SWP_NOACTIVATE 0x0010 |
| #define SWP_FRAMECHANGED 0x0020 |
| #define SWP_SHOWWINDOW 0x0040 |
| #define SWP_HIDEWINDOW 0x0080 |
| #define SWP_NOCOPYBITS 0x0100 |
| #define SWP_NOOWNERZORDER 0x0200 |
| #define SWP_NOSENDCHANGING 0x0400 |
| |
| #define SWP_DRAWFRAME SWP_FRAMECHANGED |
| #define SWP_NOREPOSITION SWP_NOOWNERZORDER |
| #define SWP_DEFERERASE 0x2000 |
| #define SWP_ASYNCWINDOWPOS 0x4000 |
| |
| #define HWND_TOP ((HWND)0) |
| #define HWND_BOTTOM ((HWND)1) |
| #define HWND_TOPMOST ((HWND)-1) |
| #define HWND_NOTOPMOST ((HWND)-2) |
| |
| #ifndef NOCTLMGR |
| |
| #include <pshpack2.h> |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) |
| typedef struct { |
| DWORD style; |
| DWORD dwExtendedStyle; |
| WORD cdit; |
| short x; |
| short y; |
| short cx; |
| short cy; |
| } DLGTEMPLATE; |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef DLGTEMPLATE *LPDLGTEMPLATEA; |
| typedef DLGTEMPLATE *LPDLGTEMPLATEW; |
| |
| __MINGW_TYPEDEF_AW(LPDLGTEMPLATE) |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_APP) |
| typedef CONST DLGTEMPLATE *LPCDLGTEMPLATEA; |
| typedef CONST DLGTEMPLATE *LPCDLGTEMPLATEW; |
| |
| __MINGW_TYPEDEF_AW(LPCDLGTEMPLATE) |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| typedef struct { |
| DWORD style; |
| DWORD dwExtendedStyle; |
| short x; |
| short y; |
| short cx; |
| short cy; |
| WORD id; |
| } DLGITEMTEMPLATE; |
| |
| typedef DLGITEMTEMPLATE *PDLGITEMTEMPLATEA; |
| typedef DLGITEMTEMPLATE *PDLGITEMTEMPLATEW; |
| |
| __MINGW_TYPEDEF_AW(PDLGITEMTEMPLATE) |
| |
| typedef DLGITEMTEMPLATE *LPDLGITEMTEMPLATEA; |
| typedef DLGITEMTEMPLATE *LPDLGITEMTEMPLATEW; |
| |
| __MINGW_TYPEDEF_AW(LPDLGITEMTEMPLATE) |
| #endif |
| |
| #include <poppack.h> |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define CreateDialogParam __MINGW_NAME_AW(CreateDialogParam) |
| #define CreateDialogIndirectParam __MINGW_NAME_AW(CreateDialogIndirectParam) |
| #define CreateDialog __MINGW_NAME_AW(CreateDialog) |
| #define CreateDialogIndirect __MINGW_NAME_AW(CreateDialogIndirect) |
| #define DialogBoxParam __MINGW_NAME_AW(DialogBoxParam) |
| #define DialogBoxIndirectParam __MINGW_NAME_AW(DialogBoxIndirectParam) |
| #define DialogBox __MINGW_NAME_AW(DialogBox) |
| #define DialogBoxIndirect __MINGW_NAME_AW(DialogBoxIndirect) |
| #define SetDlgItemText __MINGW_NAME_AW(SetDlgItemText) |
| #define GetDlgItemText __MINGW_NAME_AW(GetDlgItemText) |
| #define SendDlgItemMessage __MINGW_NAME_AW(SendDlgItemMessage) |
| #define DefDlgProc __MINGW_NAME_AW(DefDlgProc) |
| |
| WINUSERAPI HWND WINAPI CreateDialogParamA(HINSTANCE hInstance,LPCSTR lpTemplateName,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| WINUSERAPI HWND WINAPI CreateDialogParamW(HINSTANCE hInstance,LPCWSTR lpTemplateName,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| WINUSERAPI HWND WINAPI CreateDialogIndirectParamA(HINSTANCE hInstance,LPCDLGTEMPLATEA lpTemplate,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| WINUSERAPI HWND WINAPI CreateDialogIndirectParamW(HINSTANCE hInstance,LPCDLGTEMPLATEW lpTemplate,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| |
| #define CreateDialogA(hInstance,lpName,hWndParent,lpDialogFunc) CreateDialogParamA(hInstance,lpName,hWndParent,lpDialogFunc,(LPARAM)0) |
| #define CreateDialogW(hInstance,lpName,hWndParent,lpDialogFunc) CreateDialogParamW(hInstance,lpName,hWndParent,lpDialogFunc,(LPARAM)0) |
| #define CreateDialogIndirectA(hInstance,lpTemplate,hWndParent,lpDialogFunc) CreateDialogIndirectParamA(hInstance,lpTemplate,hWndParent,lpDialogFunc,(LPARAM)0) |
| #define CreateDialogIndirectW(hInstance,lpTemplate,hWndParent,lpDialogFunc) CreateDialogIndirectParamW(hInstance,lpTemplate,hWndParent,lpDialogFunc,(LPARAM)0) |
| |
| WINUSERAPI INT_PTR WINAPI DialogBoxParamA(HINSTANCE hInstance,LPCSTR lpTemplateName,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| WINUSERAPI INT_PTR WINAPI DialogBoxParamW(HINSTANCE hInstance,LPCWSTR lpTemplateName,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| WINUSERAPI INT_PTR WINAPI DialogBoxIndirectParamA(HINSTANCE hInstance,LPCDLGTEMPLATEA hDialogTemplate,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| WINUSERAPI INT_PTR WINAPI DialogBoxIndirectParamW(HINSTANCE hInstance,LPCDLGTEMPLATEW hDialogTemplate,HWND hWndParent,DLGPROC lpDialogFunc,LPARAM dwInitParam); |
| #define DialogBoxA(hInstance,lpTemplate,hWndParent,lpDialogFunc) DialogBoxParamA(hInstance,lpTemplate,hWndParent,lpDialogFunc,(LPARAM)0) |
| #define DialogBoxW(hInstance,lpTemplate,hWndParent,lpDialogFunc) DialogBoxParamW(hInstance,lpTemplate,hWndParent,lpDialogFunc,(LPARAM)0) |
| #define DialogBoxIndirectA(hInstance,lpTemplate,hWndParent,lpDialogFunc) DialogBoxIndirectParamA(hInstance,lpTemplate,hWndParent,lpDialogFunc,(LPARAM)0) |
| #define DialogBoxIndirectW(hInstance,lpTemplate,hWndParent,lpDialogFunc) DialogBoxIndirectParamW(hInstance,lpTemplate,hWndParent,lpDialogFunc,(LPARAM)0) |
| WINUSERAPI WINBOOL WINAPI EndDialog(HWND hDlg,INT_PTR nResult); |
| WINUSERAPI HWND WINAPI GetDlgItem(HWND hDlg,int nIDDlgItem); |
| WINUSERAPI WINBOOL WINAPI SetDlgItemInt(HWND hDlg,int nIDDlgItem,UINT uValue,WINBOOL bSigned); |
| WINUSERAPI UINT WINAPI GetDlgItemInt(HWND hDlg,int nIDDlgItem,WINBOOL *lpTranslated,WINBOOL bSigned); |
| WINUSERAPI WINBOOL WINAPI SetDlgItemTextA(HWND hDlg,int nIDDlgItem,LPCSTR lpString); |
| WINUSERAPI WINBOOL WINAPI SetDlgItemTextW(HWND hDlg,int nIDDlgItem,LPCWSTR lpString); |
| WINUSERAPI UINT WINAPI GetDlgItemTextA(HWND hDlg,int nIDDlgItem,LPSTR lpString,int cchMax); |
| WINUSERAPI UINT WINAPI GetDlgItemTextW(HWND hDlg,int nIDDlgItem,LPWSTR lpString,int cchMax); |
| WINUSERAPI WINBOOL WINAPI CheckDlgButton(HWND hDlg,int nIDButton,UINT uCheck); |
| WINUSERAPI WINBOOL WINAPI CheckRadioButton(HWND hDlg,int nIDFirstButton,int nIDLastButton,int nIDCheckButton); |
| WINUSERAPI UINT WINAPI IsDlgButtonChecked(HWND hDlg,int nIDButton); |
| WINUSERAPI LRESULT WINAPI SendDlgItemMessageA(HWND hDlg,int nIDDlgItem,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI SendDlgItemMessageW(HWND hDlg,int nIDDlgItem,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI HWND WINAPI GetNextDlgGroupItem(HWND hDlg,HWND hCtl,WINBOOL bPrevious); |
| WINUSERAPI HWND WINAPI GetNextDlgTabItem(HWND hDlg,HWND hCtl,WINBOOL bPrevious); |
| WINUSERAPI int WINAPI GetDlgCtrlID(HWND hWnd); |
| WINUSERAPI __LONG32 WINAPI GetDialogBaseUnits(VOID); |
| WINUSERAPI LRESULT WINAPI DefDlgProcA(HWND hDlg,UINT Msg,WPARAM wParam,LPARAM lParam); |
| WINUSERAPI LRESULT WINAPI DefDlgProcW(HWND hDlg,UINT Msg,WPARAM wParam,LPARAM lParam); |
| #endif |
| |
| typedef enum DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS { |
| DCDC_DEFAULT = 0x0000, |
| DCDC_DISABLE_FONT_UPDATE = 0x0001, |
| DCDC_DISABLE_RELAYOUT = 0x0002 |
| } DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS; |
| |
| WINBOOL WINAPI SetDialogControlDpiChangeBehavior(HWND hWnd, DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS mask, DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS values); |
| DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS WINAPI GetDialogControlDpiChangeBehavior(HWND hWnd); |
| |
| typedef enum DIALOG_DPI_CHANGE_BEHAVIORS { |
| DDC_DEFAULT = 0x0000, |
| DDC_DISABLE_ALL = 0x0001, |
| DDC_DISABLE_RESIZE = 0x0002, |
| DDC_DISABLE_CONTROL_RELAYOUT = 0x0004 |
| } DIALOG_DPI_CHANGE_BEHAVIORS; |
| |
| WINBOOL WINAPI SetDialogDpiChangeBehavior(HWND hDlg, DIALOG_DPI_CHANGE_BEHAVIORS mask, DIALOG_DPI_CHANGE_BEHAVIORS values); |
| DIALOG_DPI_CHANGE_BEHAVIORS WINAPI GetDialogDpiChangeBehavior(HWND hDlg); |
| |
| #define DLGWINDOWEXTRA 30 |
| #endif /* !NOCTLMGR */ |
| |
| #ifndef NOMSG |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define CallMsgFilter __MINGW_NAME_AW(CallMsgFilter) |
| |
| WINUSERAPI WINBOOL WINAPI CallMsgFilterA(LPMSG lpMsg,int nCode); |
| WINUSERAPI WINBOOL WINAPI CallMsgFilterW(LPMSG lpMsg,int nCode); |
| #endif |
| #endif |
| |
| #ifndef NOCLIPBOARD |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define RegisterClipboardFormat __MINGW_NAME_AW(RegisterClipboardFormat) |
| #define GetClipboardFormatName __MINGW_NAME_AW(GetClipboardFormatName) |
| |
| WINUSERAPI WINBOOL WINAPI OpenClipboard(HWND hWndNewOwner); |
| WINUSERAPI WINBOOL WINAPI CloseClipboard(VOID); |
| WINUSERAPI DWORD WINAPI GetClipboardSequenceNumber(VOID); |
| WINUSERAPI HWND WINAPI GetClipboardOwner(VOID); |
| WINUSERAPI HWND WINAPI SetClipboardViewer(HWND hWndNewViewer); |
| WINUSERAPI HWND WINAPI GetClipboardViewer(VOID); |
| WINUSERAPI WINBOOL WINAPI ChangeClipboardChain(HWND hWndRemove, HWND hWndNewNext); |
| WINUSERAPI HANDLE WINAPI SetClipboardData(UINT uFormat, HANDLE hMem); |
| WINUSERAPI HANDLE WINAPI GetClipboardData(UINT uFormat); |
| WINUSERAPI UINT WINAPI RegisterClipboardFormatA(LPCSTR lpszFormat); |
| WINUSERAPI UINT WINAPI RegisterClipboardFormatW(LPCWSTR lpszFormat); |
| WINUSERAPI int WINAPI CountClipboardFormats(VOID); |
| WINUSERAPI UINT WINAPI EnumClipboardFormats(UINT format); |
| WINUSERAPI int WINAPI GetClipboardFormatNameA(UINT format, LPSTR lpszFormatName, int cchMaxCount); |
| WINUSERAPI int WINAPI GetClipboardFormatNameW(UINT format, LPWSTR lpszFormatName, int cchMaxCount); |
| WINUSERAPI WINBOOL WINAPI EmptyClipboard(VOID); |
| WINUSERAPI WINBOOL WINAPI IsClipboardFormatAvailable(UINT format); |
| WINUSERAPI int WINAPI GetPriorityClipboardFormat(UINT *paFormatPriorityList, int cFormats); |
| WINUSERAPI HWND WINAPI GetOpenClipboardWindow(VOID); |
| #if WINVER >= 0x0600 |
| WINUSERAPI WINBOOL WINAPI AddClipboardFormatListener (HWND hwnd); |
| WINUSERAPI WINBOOL WINAPI RemoveClipboardFormatListener (HWND hwnd); |
| WINUSERAPI WINBOOL WINAPI GetUpdatedClipboardFormats (PUINT lpuiFormats, UINT cFormats, PUINT pcFormatsOut); |
| #endif |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define CharToOem __MINGW_NAME_AW(CharToOem) |
| #define OemToChar __MINGW_NAME_AW(OemToChar) |
| #define CharToOemBuff __MINGW_NAME_AW(CharToOemBuff) |
| #define OemToCharBuff __MINGW_NAME_AW(OemToCharBuff) |
| #define CharUpper __MINGW_NAME_AW(CharUpper) |
| #define CharUpperBuff __MINGW_NAME_AW(CharUpperBuff) |
| #define CharLower __MINGW_NAME_AW(CharLower) |
| #define CharLowerBuff __MINGW_NAME_AW(CharLowerBuff) |
| #define CharNext __MINGW_NAME_AW(CharNext) |
| #define CharPrev __MINGW_NAME_AW(CharPrev) |
| |
| WINUSERAPI WINBOOL WINAPI CharToOemA(LPCSTR lpszSrc,LPSTR lpszDst); |
| WINUSERAPI WINBOOL WINAPI CharToOemW(LPCWSTR lpszSrc,LPSTR lpszDst); |
| WINUSERAPI WINBOOL WINAPI OemToCharA(LPCSTR lpszSrc,LPSTR lpszDst); |
| WINUSERAPI WINBOOL WINAPI OemToCharW(LPCSTR lpszSrc,LPWSTR lpszDst); |
| WINUSERAPI WINBOOL WINAPI CharToOemBuffA(LPCSTR lpszSrc,LPSTR lpszDst,DWORD cchDstLength); |
| WINUSERAPI WINBOOL WINAPI CharToOemBuffW(LPCWSTR lpszSrc,LPSTR lpszDst,DWORD cchDstLength); |
| WINUSERAPI WINBOOL WINAPI OemToCharBuffA(LPCSTR lpszSrc,LPSTR lpszDst,DWORD cchDstLength); |
| WINUSERAPI WINBOOL WINAPI OemToCharBuffW(LPCSTR lpszSrc,LPWSTR lpszDst,DWORD cchDstLength); |
| WINUSERAPI LPSTR WINAPI CharUpperA(LPSTR lpsz); |
| WINUSERAPI LPWSTR WINAPI CharUpperW(LPWSTR lpsz); |
| WINUSERAPI DWORD WINAPI CharUpperBuffA(LPSTR lpsz,DWORD cchLength); |
| WINUSERAPI DWORD WINAPI CharUpperBuffW(LPWSTR lpsz,DWORD cchLength); |
| WINUSERAPI LPSTR WINAPI CharLowerA(LPSTR lpsz); |
| WINUSERAPI LPWSTR WINAPI CharLowerW(LPWSTR lpsz); |
| WINUSERAPI DWORD WINAPI CharLowerBuffA(LPSTR lpsz,DWORD cchLength); |
| WINUSERAPI DWORD WINAPI CharLowerBuffW(LPWSTR lpsz,DWORD cchLength); |
| WINUSERAPI LPSTR WINAPI CharNextA(LPCSTR lpsz); |
| WINUSERAPI LPWSTR WINAPI CharNextW(LPCWSTR lpsz); |
| WINUSERAPI LPSTR WINAPI CharPrevA(LPCSTR lpszStart,LPCSTR lpszCurrent); |
| WINUSERAPI LPWSTR WINAPI CharPrevW(LPCWSTR lpszStart,LPCWSTR lpszCurrent); |
| WINUSERAPI LPSTR WINAPI CharNextExA(WORD CodePage,LPCSTR lpCurrentChar,DWORD dwFlags); |
| WINUSERAPI LPSTR WINAPI CharPrevExA(WORD CodePage,LPCSTR lpStart,LPCSTR lpCurrentChar,DWORD dwFlags); |
| #endif |
| |
| #define AnsiToOem CharToOemA |
| #define OemToAnsi OemToCharA |
| #define AnsiToOemBuff CharToOemBuffA |
| #define OemToAnsiBuff OemToCharBuffA |
| #define AnsiUpper CharUpperA |
| #define AnsiUpperBuff CharUpperBuffA |
| #define AnsiLower CharLowerA |
| #define AnsiLowerBuff CharLowerBuffA |
| #define AnsiNext CharNextA |
| #define AnsiPrev CharPrevA |
| |
| #ifndef NOLANGUAGE |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define IsCharAlpha __MINGW_NAME_AW(IsCharAlpha) |
| #define IsCharAlphaNumeric __MINGW_NAME_AW(IsCharAlphaNumeric) |
| #define IsCharUpper __MINGW_NAME_AW(IsCharUpper) |
| #define IsCharLower __MINGW_NAME_AW(IsCharLower) |
| |
| WINUSERAPI WINBOOL WINAPI IsCharAlphaA(CHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharAlphaW(WCHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharAlphaNumericA(CHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharAlphaNumericW(WCHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharUpperA(CHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharUpperW(WCHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharLowerA(CHAR ch); |
| WINUSERAPI WINBOOL WINAPI IsCharLowerW(WCHAR ch); |
| #endif |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define GetKeyNameText __MINGW_NAME_AW(GetKeyNameText) |
| #define VkKeyScan __MINGW_NAME_AW(VkKeyScan) |
| #define VkKeyScanEx __MINGW_NAME_AW(VkKeyScanEx) |
| |
| WINUSERAPI HWND WINAPI SetFocus(HWND hWnd); |
| WINUSERAPI HWND WINAPI GetActiveWindow(VOID); |
| WINUSERAPI HWND WINAPI GetFocus(VOID); |
| WINUSERAPI UINT WINAPI GetKBCodePage(VOID); |
| WINUSERAPI SHORT WINAPI GetKeyState(int nVirtKey); |
| WINUSERAPI SHORT WINAPI GetAsyncKeyState(int vKey); |
| WINUSERAPI WINBOOL WINAPI GetKeyboardState(PBYTE lpKeyState); |
| WINUSERAPI WINBOOL WINAPI SetKeyboardState(LPBYTE lpKeyState); |
| WINUSERAPI int WINAPI GetKeyNameTextA(LONG lParam,LPSTR lpString,int cchSize); |
| WINUSERAPI int WINAPI GetKeyNameTextW(LONG lParam,LPWSTR lpString,int cchSize); |
| WINUSERAPI int WINAPI GetKeyboardType(int nTypeFlag); |
| WINUSERAPI int WINAPI ToAscii(UINT uVirtKey,UINT uScanCode,CONST BYTE *lpKeyState,LPWORD lpChar,UINT uFlags); |
| WINUSERAPI int WINAPI ToAsciiEx(UINT uVirtKey,UINT uScanCode,CONST BYTE *lpKeyState,LPWORD lpChar,UINT uFlags,HKL dwhkl); |
| WINUSERAPI int WINAPI ToUnicode(UINT wVirtKey,UINT wScanCode,CONST BYTE *lpKeyState,LPWSTR pwszBuff,int cchBuff,UINT wFlags); |
| WINUSERAPI DWORD WINAPI OemKeyScan(WORD wOemChar); |
| WINUSERAPI SHORT WINAPI VkKeyScanA(CHAR ch); |
| WINUSERAPI SHORT WINAPI VkKeyScanW(WCHAR ch); |
| WINUSERAPI SHORT WINAPI VkKeyScanExA(CHAR ch,HKL dwhkl); |
| WINUSERAPI SHORT WINAPI VkKeyScanExW(WCHAR ch,HKL dwhkl); |
| WINUSERAPI VOID WINAPI keybd_event(BYTE bVk,BYTE bScan,DWORD dwFlags,ULONG_PTR dwExtraInfo); |
| #endif |
| |
| #define KEYEVENTF_EXTENDEDKEY 0x0001 |
| #define KEYEVENTF_KEYUP 0x0002 |
| #define KEYEVENTF_UNICODE 0x0004 |
| #define KEYEVENTF_SCANCODE 0x0008 |
| |
| #define MOUSEEVENTF_MOVE 0x0001 |
| #define MOUSEEVENTF_LEFTDOWN 0x0002 |
| #define MOUSEEVENTF_LEFTUP 0x0004 |
| #define MOUSEEVENTF_RIGHTDOWN 0x0008 |
| #define MOUSEEVENTF_RIGHTUP 0x0010 |
| #define MOUSEEVENTF_MIDDLEDOWN 0x0020 |
| #define MOUSEEVENTF_MIDDLEUP 0x0040 |
| #define MOUSEEVENTF_XDOWN 0x0080 |
| #define MOUSEEVENTF_XUP 0x0100 |
| #define MOUSEEVENTF_WHEEL 0x0800 |
| #if _WIN32_WINNT >= 0x0600 |
| #define MOUSEEVENTF_HWHEEL 0x01000 |
| #endif |
| #if WINVER >= 0x0600 |
| #define MOUSEEVENTF_MOVE_NOCOALESCE 0x2000 |
| #endif |
| #define MOUSEEVENTF_VIRTUALDESK 0x4000 |
| #define MOUSEEVENTF_ABSOLUTE 0x8000 |
| |
| #define INPUT_MOUSE 0 |
| #define INPUT_KEYBOARD 1 |
| #define INPUT_HARDWARE 2 |
| |
| #if WINVER >= 0x0601 |
| #define TOUCH_COORD_TO_PIXEL(l) ((l) / 100) |
| |
| #define TOUCHEVENTF_MOVE 0x0001 |
| #define TOUCHEVENTF_DOWN 0x0002 |
| #define TOUCHEVENTF_UP 0x0004 |
| #define TOUCHEVENTF_INRANGE 0x0008 |
| #define TOUCHEVENTF_PRIMARY 0x0010 |
| #define TOUCHEVENTF_NOCOALESCE 0x0020 |
| #define TOUCHEVENTF_PEN 0x0040 |
| #define TOUCHEVENTF_PALM 0x0080 |
| |
| #define TOUCHINPUTMASKF_TIMEFROMSYSTEM 0x0001 |
| #define TOUCHINPUTMASKF_EXTRAINFO 0x0002 |
| #define TOUCHINPUTMASKF_CONTACTAREA 0x0004 |
| |
| #define TWF_FINETOUCH (0x00000001) |
| #define TWF_WANTPALM (0x00000002) |
| #endif |
| |
| #if WINVER >= 0x0602 |
| #define POINTER_FLAG_NONE 0x00000000 |
| #define POINTER_FLAG_NEW 0x00000001 |
| #define POINTER_FLAG_INRANGE 0x00000002 |
| #define POINTER_FLAG_INCONTACT 0x00000004 |
| #define POINTER_FLAG_FIRSTBUTTON 0x00000010 |
| #define POINTER_FLAG_SECONDBUTTON 0x00000020 |
| #define POINTER_FLAG_THIRDBUTTON 0x00000040 |
| #define POINTER_FLAG_FOURTHBUTTON 0x00000080 |
| #define POINTER_FLAG_FIFTHBUTTON 0x00000100 |
| #define POINTER_FLAG_PRIMARY 0x00002000 |
| #define POINTER_FLAG_CONFIDENCE 0x00004000 |
| #define POINTER_FLAG_CANCELED 0x00008000 |
| #define POINTER_FLAG_DOWN 0x00010000 |
| #define POINTER_FLAG_UPDATE 0x00020000 |
| #define POINTER_FLAG_UP 0x00040000 |
| #define POINTER_FLAG_WHEEL 0x00080000 |
| #define POINTER_FLAG_HWHEEL 0x00100000 |
| #define POINTER_FLAG_CAPTURECHANGED 0x00200000 |
| #define POINTER_FLAG_HASTRANSFORM 0x00400000 |
| |
| #define POINTER_MOD_SHIFT (0x0004) |
| #define POINTER_MOD_CTRL (0x0008) |
| |
| #define TOUCH_FLAG_NONE 0x00000000 |
| |
| #define TOUCH_MASK_NONE 0x00000000 |
| #define TOUCH_MASK_CONTACTAREA 0x00000001 |
| #define TOUCH_MASK_ORIENTATION 0x00000002 |
| #define TOUCH_MASK_PRESSURE 0x00000004 |
| |
| #define PEN_FLAG_NONE 0x00000000 |
| #define PEN_FLAG_BARREL 0x00000001 |
| #define PEN_FLAG_INVERTED 0x00000002 |
| #define PEN_FLAG_ERASER 0x00000004 |
| |
| #define PEN_MASK_NONE 0x00000000 |
| #define PEN_MASK_PRESSURE 0x00000001 |
| #define PEN_MASK_ROTATION 0x00000002 |
| #define PEN_MASK_TILT_X 0x00000004 |
| #define PEN_MASK_TILT_Y 0x00000008 |
| |
| #define POINTER_MESSAGE_FLAG_NEW 0x00000001 |
| #define POINTER_MESSAGE_FLAG_INRANGE 0x00000002 |
| #define POINTER_MESSAGE_FLAG_INCONTACT 0x00000004 |
| #define POINTER_MESSAGE_FLAG_FIRSTBUTTON 0x00000010 |
| #define POINTER_MESSAGE_FLAG_SECONDBUTTON 0x00000020 |
| #define POINTER_MESSAGE_FLAG_THIRDBUTTON 0x00000040 |
| #define POINTER_MESSAGE_FLAG_FOURTHBUTTON 0x00000080 |
| #define POINTER_MESSAGE_FLAG_FIFTHBUTTON 0x00000100 |
| #define POINTER_MESSAGE_FLAG_PRIMARY 0x00002000 |
| #define POINTER_MESSAGE_FLAG_CONFIDENCE 0x00004000 |
| #define POINTER_MESSAGE_FLAG_CANCELED 0x00008000 |
| |
| #define GET_POINTERID_WPARAM(wParam) (LOWORD (wParam)) |
| #define IS_POINTER_FLAG_SET_WPARAM(wParam, flag) (((DWORD)HIWORD (wParam) &(flag)) == (flag)) |
| #define IS_POINTER_NEW_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_NEW) |
| #define IS_POINTER_INRANGE_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_INRANGE) |
| #define IS_POINTER_INCONTACT_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_INCONTACT) |
| #define IS_POINTER_FIRSTBUTTON_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_FIRSTBUTTON) |
| #define IS_POINTER_SECONDBUTTON_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_SECONDBUTTON) |
| #define IS_POINTER_THIRDBUTTON_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_THIRDBUTTON) |
| #define IS_POINTER_FOURTHBUTTON_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_FOURTHBUTTON) |
| #define IS_POINTER_FIFTHBUTTON_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_FIFTHBUTTON) |
| #define IS_POINTER_PRIMARY_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_PRIMARY) |
| #define HAS_POINTER_CONFIDENCE_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_CONFIDENCE) |
| #define IS_POINTER_CANCELED_WPARAM(wParam) IS_POINTER_FLAG_SET_WPARAM (wParam, POINTER_MESSAGE_FLAG_CANCELED) |
| |
| #define PA_ACTIVATE MA_ACTIVATE |
| #define PA_NOACTIVATE MA_NOACTIVATE |
| |
| #define MAX_TOUCH_COUNT 256 |
| |
| #define TOUCH_FEEDBACK_DEFAULT 0x1 |
| #define TOUCH_FEEDBACK_INDIRECT 0x2 |
| #define TOUCH_FEEDBACK_NONE 0x3 |
| |
| #define TOUCH_HIT_TESTING_DEFAULT 0x0 |
| #define TOUCH_HIT_TESTING_CLIENT 0x1 |
| #define TOUCH_HIT_TESTING_NONE 0x2 |
| |
| #define TOUCH_HIT_TESTING_PROXIMITY_CLOSEST 0x0 |
| #define TOUCH_HIT_TESTING_PROXIMITY_FARTHEST 0xfff |
| |
| #define GWFS_INCLUDE_ANCESTORS 0x00000001 |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI VOID WINAPI mouse_event(DWORD dwFlags,DWORD dx,DWORD dy,DWORD dwData,ULONG_PTR dwExtraInfo); |
| |
| typedef struct tagMOUSEINPUT { |
| LONG dx; |
| LONG dy; |
| DWORD mouseData; |
| DWORD dwFlags; |
| DWORD time; |
| ULONG_PTR dwExtraInfo; |
| } MOUSEINPUT,*PMOUSEINPUT,*LPMOUSEINPUT; |
| |
| typedef struct tagKEYBDINPUT { |
| WORD wVk; |
| WORD wScan; |
| DWORD dwFlags; |
| DWORD time; |
| ULONG_PTR dwExtraInfo; |
| } KEYBDINPUT,*PKEYBDINPUT,*LPKEYBDINPUT; |
| |
| typedef struct tagHARDWAREINPUT { |
| DWORD uMsg; |
| WORD wParamL; |
| WORD wParamH; |
| } HARDWAREINPUT,*PHARDWAREINPUT,*LPHARDWAREINPUT; |
| |
| typedef struct tagINPUT { |
| DWORD type; |
| __C89_NAMELESS union { |
| MOUSEINPUT mi; |
| KEYBDINPUT ki; |
| HARDWAREINPUT hi; |
| } DUMMYUNIONNAME; |
| } INPUT,*PINPUT,*LPINPUT; |
| |
| WINUSERAPI UINT WINAPI SendInput(UINT cInputs,LPINPUT pInputs,int cbSize); |
| |
| #if WINVER >= 0x0601 |
| DECLARE_HANDLE (HTOUCHINPUT); |
| |
| typedef struct tagTOUCHINPUT { |
| LONG x; |
| LONG y; |
| HANDLE hSource; |
| DWORD dwID; |
| DWORD dwFlags; |
| DWORD dwMask; |
| DWORD dwTime; |
| ULONG_PTR dwExtraInfo; |
| DWORD cxContact; |
| DWORD cyContact; |
| } TOUCHINPUT,*PTOUCHINPUT; |
| |
| typedef const TOUCHINPUT *PCTOUCHINPUT; |
| |
| WINUSERAPI WINBOOL WINAPI GetTouchInputInfo (HTOUCHINPUT hTouchInput, UINT cInputs, PTOUCHINPUT pInputs, int cbSize); |
| WINUSERAPI WINBOOL WINAPI CloseTouchInputHandle (HTOUCHINPUT hTouchInput); |
| WINUSERAPI WINBOOL WINAPI RegisterTouchWindow (HWND hwnd, ULONG ulFlags); |
| WINUSERAPI WINBOOL WINAPI UnregisterTouchWindow (HWND hwnd); |
| WINUSERAPI WINBOOL WINAPI IsTouchWindow (HWND hwnd, PULONG pulFlags); |
| #endif |
| |
| #if WINVER >= 0x0602 |
| typedef DWORD POINTER_INPUT_TYPE; |
| typedef UINT32 POINTER_FLAGS; |
| typedef UINT32 TOUCH_FLAGS; |
| typedef UINT32 TOUCH_MASK; |
| typedef UINT32 PEN_FLAGS; |
| typedef UINT32 PEN_MASK; |
| |
| enum tagPOINTER_INPUT_TYPE { |
| PT_POINTER = 0x00000001, |
| PT_TOUCH = 0x00000002, |
| PT_PEN = 0x00000003, |
| PT_MOUSE = 0x00000004 |
| #if WINVER >= 0x0603 |
| ,PT_TOUCHPAD = 0x00000005 |
| #endif |
| }; |
| |
| typedef enum tagFEEDBACK_TYPE { |
| FEEDBACK_TOUCH_CONTACTVISUALIZATION = 1, |
| FEEDBACK_PEN_BARRELVISUALIZATION = 2, |
| FEEDBACK_PEN_TAP = 3, |
| FEEDBACK_PEN_DOUBLETAP = 4, |
| FEEDBACK_PEN_PRESSANDHOLD = 5, |
| FEEDBACK_PEN_RIGHTTAP = 6, |
| FEEDBACK_TOUCH_TAP = 7, |
| FEEDBACK_TOUCH_DOUBLETAP = 8, |
| FEEDBACK_TOUCH_PRESSANDHOLD = 9, |
| FEEDBACK_TOUCH_RIGHTTAP = 10, |
| FEEDBACK_GESTURE_PRESSANDTAP = 11, |
| FEEDBACK_MAX = 0xffffffff |
| } FEEDBACK_TYPE; |
| |
| typedef enum tagPOINTER_BUTTON_CHANGE_TYPE { |
| POINTER_CHANGE_NONE, |
| POINTER_CHANGE_FIRSTBUTTON_DOWN, |
| POINTER_CHANGE_FIRSTBUTTON_UP, |
| POINTER_CHANGE_SECONDBUTTON_DOWN, |
| POINTER_CHANGE_SECONDBUTTON_UP, |
| POINTER_CHANGE_THIRDBUTTON_DOWN, |
| POINTER_CHANGE_THIRDBUTTON_UP, |
| POINTER_CHANGE_FOURTHBUTTON_DOWN, |
| POINTER_CHANGE_FOURTHBUTTON_UP, |
| POINTER_CHANGE_FIFTHBUTTON_DOWN, |
| POINTER_CHANGE_FIFTHBUTTON_UP, |
| } POINTER_BUTTON_CHANGE_TYPE; |
| |
| typedef struct tagPOINTER_INFO { |
| POINTER_INPUT_TYPE pointerType; |
| UINT32 pointerId; |
| UINT32 frameId; |
| POINTER_FLAGS pointerFlags; |
| HANDLE sourceDevice; |
| HWND hwndTarget; |
| POINT ptPixelLocation; |
| POINT ptHimetricLocation; |
| POINT ptPixelLocationRaw; |
| POINT ptHimetricLocationRaw; |
| DWORD dwTime; |
| UINT32 historyCount; |
| INT32 InputData; |
| DWORD dwKeyStates; |
| UINT64 PerformanceCount; |
| POINTER_BUTTON_CHANGE_TYPE ButtonChangeType; |
| } POINTER_INFO; |
| |
| typedef struct tagPOINTER_TOUCH_INFO { |
| POINTER_INFO pointerInfo; |
| TOUCH_FLAGS touchFlags; |
| TOUCH_MASK touchMask; |
| RECT rcContact; |
| RECT rcContactRaw; |
| UINT32 orientation; |
| UINT32 pressure; |
| } POINTER_TOUCH_INFO; |
| |
| typedef struct tagPOINTER_PEN_INFO { |
| POINTER_INFO pointerInfo; |
| PEN_FLAGS penFlags; |
| PEN_MASK penMask; |
| UINT32 pressure; |
| UINT32 rotation; |
| INT32 tiltX; |
| INT32 tiltY; |
| } POINTER_PEN_INFO; |
| |
| typedef enum { |
| POINTER_FEEDBACK_DEFAULT = 1, |
| POINTER_FEEDBACK_INDIRECT = 2, |
| POINTER_FEEDBACK_NONE = 3 |
| } POINTER_FEEDBACK_MODE; |
| |
| typedef struct tagUSAGE_PROPERTIES { |
| USHORT level; |
| USHORT page; |
| USHORT usage; |
| INT32 logicalMinimum; |
| INT32 logicalMaximum; |
| USHORT unit; |
| USHORT exponent; |
| BYTE count; |
| INT32 physicalMinimum; |
| INT32 physicalMaximum; |
| } USAGE_PROPERTIES, *PUSAGE_PROPERTIES; |
| |
| typedef struct tagPOINTER_TYPE_INFO { |
| POINTER_INPUT_TYPE type; |
| __C89_NAMELESS union { |
| POINTER_TOUCH_INFO touchInfo; |
| POINTER_PEN_INFO penInfo; |
| }; |
| } POINTER_TYPE_INFO, *PPOINTER_TYPE_INFO; |
| |
| typedef struct tagINPUT_INJECTION_VALUE { |
| USHORT page; |
| USHORT usage; |
| INT32 value; |
| USHORT index; |
| } INPUT_INJECTION_VALUE, *PINPUT_INJECTION_VALUE; |
| |
| typedef struct tagTOUCH_HIT_TESTING_PROXIMITY_EVALUATION { |
| UINT16 score; |
| POINT adjustedPoint; |
| } TOUCH_HIT_TESTING_PROXIMITY_EVALUATION,*PTOUCH_HIT_TESTING_PROXIMITY_EVALUATION; |
| |
| typedef struct tagTOUCH_HIT_TESTING_INPUT { |
| UINT32 pointerId; |
| POINT point; |
| RECT boundingBox; |
| RECT nonOccludedBoundingBox; |
| UINT32 orientation; |
| } TOUCH_HIT_TESTING_INPUT,*PTOUCH_HIT_TESTING_INPUT; |
| |
| WINUSERAPI WINBOOL WINAPI InitializeTouchInjection (UINT32 maxCount, DWORD dwMode); |
| WINUSERAPI WINBOOL WINAPI InjectTouchInput (UINT32 count, CONST POINTER_TOUCH_INFO *contacts); |
| WINUSERAPI WINBOOL WINAPI GetPointerType (UINT32 pointerId, POINTER_INPUT_TYPE *pointerType); |
| WINUSERAPI WINBOOL WINAPI GetPointerCursorId (UINT32 pointerId, UINT32 *cursorId); |
| WINUSERAPI WINBOOL WINAPI GetPointerInfo (UINT32 pointerId, POINTER_INFO *pointerInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerInfoHistory (UINT32 pointerId, UINT32 *entriesCount, POINTER_INFO *pointerInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerFrameInfo (UINT32 pointerId, UINT32 *pointerCount, POINTER_INFO *pointerInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerFrameInfoHistory (UINT32 pointerId, UINT32 *entriesCount, UINT32 *pointerCount, POINTER_INFO *pointerInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerTouchInfo (UINT32 pointerId, POINTER_TOUCH_INFO *touchInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerTouchInfoHistory (UINT32 pointerId, UINT32 *entriesCount, POINTER_TOUCH_INFO *touchInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerFrameTouchInfo (UINT32 pointerId, UINT32 *pointerCount, POINTER_TOUCH_INFO *touchInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerFrameTouchInfoHistory (UINT32 pointerId, UINT32 *entriesCount, UINT32 *pointerCount, POINTER_TOUCH_INFO *touchInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerPenInfo (UINT32 pointerId, POINTER_PEN_INFO *penInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerPenInfoHistory (UINT32 pointerId, UINT32 *entriesCount, POINTER_PEN_INFO *penInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerFramePenInfo (UINT32 pointerId, UINT32 *pointerCount, POINTER_PEN_INFO *penInfo); |
| WINUSERAPI WINBOOL WINAPI GetPointerFramePenInfoHistory (UINT32 pointerId, UINT32 *entriesCount, UINT32 *pointerCount, POINTER_PEN_INFO *penInfo); |
| WINUSERAPI WINBOOL WINAPI SkipPointerFrameMessages (UINT32 pointerId); |
| WINUSERAPI WINBOOL WINAPI RegisterPointerInputTarget (HWND hwnd, POINTER_INPUT_TYPE pointerType); |
| WINUSERAPI WINBOOL WINAPI RegisterPointerInputTargetEx(HWND hwnd, POINTER_INPUT_TYPE pointerType, WINBOOL fObserve); |
| WINUSERAPI WINBOOL WINAPI UnregisterPointerInputTarget (HWND hwnd, POINTER_INPUT_TYPE pointerType); |
| WINUSERAPI WINBOOL WINAPI UnregisterPointerInputTargetEx(HWND hwnd, POINTER_INPUT_TYPE pointerType); |
| WINUSERAPI WINBOOL WINAPI EnableMouseInPointer (WINBOOL fEnable); |
| WINUSERAPI WINBOOL WINAPI IsMouseInPointerEnabled (VOID); |
| WINUSERAPI WINBOOL WINAPI RegisterTouchHitTestingWindow (HWND hwnd, ULONG value); |
| WINUSERAPI WINBOOL WINAPI EvaluateProximityToRect (const RECT *controlBoundingBox, const TOUCH_HIT_TESTING_INPUT *pHitTestingInput, TOUCH_HIT_TESTING_PROXIMITY_EVALUATION *pProximityEval); |
| WINUSERAPI WINBOOL WINAPI EvaluateProximityToPolygon (UINT32 numVertices, const POINT *controlPolygon, const TOUCH_HIT_TESTING_INPUT *pHitTestingInput, TOUCH_HIT_TESTING_PROXIMITY_EVALUATION *pProximityEval); |
| WINUSERAPI LRESULT WINAPI PackTouchHitTestingProximityEvaluation (const TOUCH_HIT_TESTING_INPUT *pHitTestingInput, const TOUCH_HIT_TESTING_PROXIMITY_EVALUATION *pProximityEval); |
| WINUSERAPI WINBOOL WINAPI GetWindowFeedbackSetting (HWND hwnd, FEEDBACK_TYPE feedback, DWORD dwFlags, UINT32 *pSize, VOID *config); |
| WINUSERAPI WINBOOL WINAPI SetWindowFeedbackSetting (HWND hwnd, FEEDBACK_TYPE feedback, DWORD dwFlags, UINT32 size, CONST VOID *configuration); |
| #endif |
| |
| #if WDK_NTDDI_VERSION >= NTDDI_WIN10_RS3 |
| WINUSERAPI WINBOOL WINAPI EnableMouseInPointerForThread(VOID); |
| #endif |
| |
| #if NTDDI_VERSION >= NTDDI_WIN10_RS5 |
| DECLARE_HANDLE(HSYNTHETICPOINTERDEVICE); |
| WINUSERAPI HSYNTHETICPOINTERDEVICE WINAPI CreateSyntheticPointerDevice(POINTER_INPUT_TYPE pointerType, ULONG maxCount, POINTER_FEEDBACK_MODE mode); |
| WINUSERAPI WINBOOL WINAPI InjectSyntheticPointerInput(HSYNTHETICPOINTERDEVICE device, CONST POINTER_TYPE_INFO* pointerInfo, UINT32 count); |
| WINUSERAPI VOID WINAPI DestroySyntheticPointerDevice(HSYNTHETICPOINTERDEVICE device); |
| #endif /* NTDDI_VERSION >= NTDDI_WIN10_RS5 */ |
| |
| typedef struct tagLASTINPUTINFO { |
| UINT cbSize; |
| DWORD dwTime; |
| } LASTINPUTINFO,*PLASTINPUTINFO; |
| |
| #define MapVirtualKey __MINGW_NAME_AW(MapVirtualKey) |
| #define MapVirtualKeyEx __MINGW_NAME_AW(MapVirtualKeyEx) |
| |
| WINUSERAPI WINBOOL WINAPI GetLastInputInfo(PLASTINPUTINFO plii); |
| WINUSERAPI UINT WINAPI MapVirtualKeyA(UINT uCode,UINT uMapType); |
| WINUSERAPI UINT WINAPI MapVirtualKeyW(UINT uCode,UINT uMapType); |
| WINUSERAPI UINT WINAPI MapVirtualKeyExA(UINT uCode,UINT uMapType,HKL dwhkl); |
| WINUSERAPI UINT WINAPI MapVirtualKeyExW(UINT uCode,UINT uMapType,HKL dwhkl); |
| WINUSERAPI WINBOOL WINAPI GetInputState(VOID); |
| WINUSERAPI DWORD WINAPI GetQueueStatus(UINT flags); |
| WINUSERAPI HWND WINAPI GetCapture(VOID); |
| WINUSERAPI HWND WINAPI SetCapture(HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI ReleaseCapture(VOID); |
| WINUSERAPI DWORD WINAPI MsgWaitForMultipleObjects(DWORD nCount,CONST HANDLE *pHandles,WINBOOL fWaitAll,DWORD dwMilliseconds,DWORD dwWakeMask); |
| WINUSERAPI DWORD WINAPI MsgWaitForMultipleObjectsEx(DWORD nCount,CONST HANDLE *pHandles,DWORD dwMilliseconds,DWORD dwWakeMask,DWORD dwFlags); |
| #endif |
| |
| #define MAPVK_VK_TO_VSC (0) |
| #define MAPVK_VSC_TO_VK (1) |
| #define MAPVK_VK_TO_CHAR (2) |
| #define MAPVK_VSC_TO_VK_EX (3) |
| #if WINVER >= 0x0600 |
| #define MAPVK_VK_TO_VSC_EX (4) |
| #endif |
| |
| #define MWMO_WAITALL 0x0001 |
| #define MWMO_ALERTABLE 0x0002 |
| #define MWMO_INPUTAVAILABLE 0x0004 |
| |
| #define QS_KEY 0x0001 |
| #define QS_MOUSEMOVE 0x0002 |
| #define QS_MOUSEBUTTON 0x0004 |
| #define QS_POSTMESSAGE 0x0008 |
| #define QS_TIMER 0x0010 |
| #define QS_PAINT 0x0020 |
| #define QS_SENDMESSAGE 0x0040 |
| #define QS_HOTKEY 0x0080 |
| #define QS_ALLPOSTMESSAGE 0x0100 |
| #define QS_RAWINPUT 0x0400 |
| #if _WIN32_WINNT >= 0x0602 |
| #define QS_TOUCH 0x0800 |
| #define QS_POINTER 0x1000 |
| #endif |
| |
| #define QS_MOUSE (QS_MOUSEMOVE | QS_MOUSEBUTTON) |
| #if _WIN32_WINNT >= 0x602 |
| #define QS_INPUT (QS_MOUSE | QS_KEY | QS_RAWINPUT | QS_TOUCH | QS_POINTER) |
| #else |
| #define QS_INPUT (QS_MOUSE | QS_KEY | QS_RAWINPUT) |
| #endif |
| #define QS_ALLEVENTS (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY) |
| #define QS_ALLINPUT (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY | QS_SENDMESSAGE) |
| |
| #define USER_TIMER_MAXIMUM 0x7FFFFFFF |
| #define USER_TIMER_MINIMUM 0x0000000A |
| |
| #if WINVER >= 0x0601 |
| #define TIMERV_DEFAULT_COALESCING (0) |
| #define TIMERV_NO_COALESCING (0xffffffff) |
| |
| #define TIMERV_COALESCING_MIN (1) |
| #define TIMERV_COALESCING_MAX (0x7ffffff5) |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define LoadAccelerators __MINGW_NAME_AW(LoadAccelerators) |
| #define CreateAcceleratorTable __MINGW_NAME_AW(CreateAcceleratorTable) |
| #define CopyAcceleratorTable __MINGW_NAME_AW(CopyAcceleratorTable) |
| |
| WINUSERAPI UINT_PTR WINAPI SetTimer(HWND hWnd,UINT_PTR nIDEvent,UINT uElapse,TIMERPROC lpTimerFunc); |
| WINUSERAPI WINBOOL WINAPI KillTimer(HWND hWnd,UINT_PTR uIDEvent); |
| WINUSERAPI WINBOOL WINAPI IsWindowUnicode(HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI EnableWindow(HWND hWnd,WINBOOL bEnable); |
| WINUSERAPI WINBOOL WINAPI IsWindowEnabled(HWND hWnd); |
| WINUSERAPI HACCEL WINAPI LoadAcceleratorsA(HINSTANCE hInstance,LPCSTR lpTableName); |
| WINUSERAPI HACCEL WINAPI LoadAcceleratorsW(HINSTANCE hInstance,LPCWSTR lpTableName); |
| WINUSERAPI HACCEL WINAPI CreateAcceleratorTableA(LPACCEL paccel,int cAccel); |
| WINUSERAPI HACCEL WINAPI CreateAcceleratorTableW(LPACCEL paccel,int cAccel); |
| WINUSERAPI WINBOOL WINAPI DestroyAcceleratorTable(HACCEL hAccel); |
| WINUSERAPI int WINAPI CopyAcceleratorTableA(HACCEL hAccelSrc,LPACCEL lpAccelDst,int cAccelEntries); |
| WINUSERAPI int WINAPI CopyAcceleratorTableW(HACCEL hAccelSrc,LPACCEL lpAccelDst,int cAccelEntries); |
| |
| #ifndef NOMSG |
| #define TranslateAccelerator __MINGW_NAME_AW(TranslateAccelerator) |
| |
| WINUSERAPI int WINAPI TranslateAcceleratorA(HWND hWnd,HACCEL hAccTable,LPMSG lpMsg); |
| WINUSERAPI int WINAPI TranslateAcceleratorW(HWND hWnd,HACCEL hAccTable,LPMSG lpMsg); |
| #endif |
| |
| #if WINVER >= 0x0601 |
| WINUSERAPI UINT_PTR WINAPI SetCoalescableTimer (HWND hWnd, UINT_PTR nIDEvent, UINT uElapse, TIMERPROC lpTimerFunc, ULONG uToleranceDelay); |
| #endif |
| #endif |
| |
| #ifndef NOSYSMETRICS |
| |
| #define SM_CXSCREEN 0 |
| #define SM_CYSCREEN 1 |
| #define SM_CXVSCROLL 2 |
| #define SM_CYHSCROLL 3 |
| #define SM_CYCAPTION 4 |
| #define SM_CXBORDER 5 |
| #define SM_CYBORDER 6 |
| #define SM_CXDLGFRAME 7 |
| #define SM_CYDLGFRAME 8 |
| #define SM_CYVTHUMB 9 |
| #define SM_CXHTHUMB 10 |
| #define SM_CXICON 11 |
| #define SM_CYICON 12 |
| #define SM_CXCURSOR 13 |
| #define SM_CYCURSOR 14 |
| #define SM_CYMENU 15 |
| #define SM_CXFULLSCREEN 16 |
| #define SM_CYFULLSCREEN 17 |
| #define SM_CYKANJIWINDOW 18 |
| #define SM_MOUSEPRESENT 19 |
| #define SM_CYVSCROLL 20 |
| #define SM_CXHSCROLL 21 |
| #define SM_DEBUG 22 |
| #define SM_SWAPBUTTON 23 |
| #define SM_RESERVED1 24 |
| #define SM_RESERVED2 25 |
| #define SM_RESERVED3 26 |
| #define SM_RESERVED4 27 |
| #define SM_CXMIN 28 |
| #define SM_CYMIN 29 |
| #define SM_CXSIZE 30 |
| #define SM_CYSIZE 31 |
| #define SM_CXFRAME 32 |
| #define SM_CYFRAME 33 |
| #define SM_CXMINTRACK 34 |
| #define SM_CYMINTRACK 35 |
| #define SM_CXDOUBLECLK 36 |
| #define SM_CYDOUBLECLK 37 |
| #define SM_CXICONSPACING 38 |
| #define SM_CYICONSPACING 39 |
| #define SM_MENUDROPALIGNMENT 40 |
| #define SM_PENWINDOWS 41 |
| #define SM_DBCSENABLED 42 |
| #define SM_CMOUSEBUTTONS 43 |
| |
| #define SM_CXFIXEDFRAME SM_CXDLGFRAME |
| #define SM_CYFIXEDFRAME SM_CYDLGFRAME |
| #define SM_CXSIZEFRAME SM_CXFRAME |
| #define SM_CYSIZEFRAME SM_CYFRAME |
| |
| #define SM_SECURE 44 |
| #define SM_CXEDGE 45 |
| #define SM_CYEDGE 46 |
| #define SM_CXMINSPACING 47 |
| #define SM_CYMINSPACING 48 |
| #define SM_CXSMICON 49 |
| #define SM_CYSMICON 50 |
| #define SM_CYSMCAPTION 51 |
| #define SM_CXSMSIZE 52 |
| #define SM_CYSMSIZE 53 |
| #define SM_CXMENUSIZE 54 |
| #define SM_CYMENUSIZE 55 |
| #define SM_ARRANGE 56 |
| #define SM_CXMINIMIZED 57 |
| #define SM_CYMINIMIZED 58 |
| #define SM_CXMAXTRACK 59 |
| #define SM_CYMAXTRACK 60 |
| #define SM_CXMAXIMIZED 61 |
| #define SM_CYMAXIMIZED 62 |
| #define SM_NETWORK 63 |
| #define SM_CLEANBOOT 67 |
| #define SM_CXDRAG 68 |
| #define SM_CYDRAG 69 |
| #define SM_SHOWSOUNDS 70 |
| #define SM_CXMENUCHECK 71 |
| #define SM_CYMENUCHECK 72 |
| #define SM_SLOWMACHINE 73 |
| #define SM_MIDEASTENABLED 74 |
| #define SM_MOUSEWHEELPRESENT 75 |
| #define SM_XVIRTUALSCREEN 76 |
| #define SM_YVIRTUALSCREEN 77 |
| #define SM_CXVIRTUALSCREEN 78 |
| #define SM_CYVIRTUALSCREEN 79 |
| #define SM_CMONITORS 80 |
| #define SM_SAMEDISPLAYFORMAT 81 |
| #define SM_IMMENABLED 82 |
| #define SM_CXFOCUSBORDER 83 |
| #define SM_CYFOCUSBORDER 84 |
| #define SM_TABLETPC 86 |
| #define SM_MEDIACENTER 87 |
| #define SM_STARTER 88 |
| #define SM_SERVERR2 89 |
| #if _WIN32_WINNT >= 0x0600 |
| #define SM_MOUSEHORIZONTALWHEELPRESENT 91 |
| #define SM_CXPADDEDBORDER 92 |
| #endif |
| #if WINVER >= 0x0601 |
| #define SM_DIGITIZER 94 |
| #define SM_MAXIMUMTOUCHES 95 |
| #endif |
| |
| #if WINVER <= 0x501 |
| #define SM_CMETRICS 91 |
| #elif WINVER == 0x600 |
| #define SM_CMETRICS 93 |
| #else |
| #define SM_CMETRICS 97 |
| #endif |
| |
| #define SM_REMOTESESSION 0x1000 |
| #define SM_SHUTTINGDOWN 0x2000 |
| #define SM_REMOTECONTROL 0x2001 |
| #define SM_CARETBLINKINGENABLED 0x2002 |
| #if WINVER >= 0x0602 |
| #define SM_CONVERTIBLESLATEMODE 0x2003 |
| #define SM_SYSTEMDOCKED 0x2004 |
| #endif |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| WINUSERAPI int WINAPI GetSystemMetrics(int nIndex); |
| #endif |
| #if WINVER >= 0x0605 |
| WINUSERAPI int WINAPI GetSystemMetricsForDpi(int nIndex, UINT dpi); |
| #endif |
| |
| #endif /* !NOSYSMETRICS */ |
| |
| #ifndef NOMENUS |
| |
| #define PMB_ACTIVE 0x00000001 |
| |
| #define MNC_IGNORE 0 |
| #define MNC_CLOSE 1 |
| #define MNC_EXECUTE 2 |
| #define MNC_SELECT 3 |
| |
| #define MNS_NOCHECK 0x80000000 |
| #define MNS_MODELESS 0x40000000 |
| #define MNS_DRAGDROP 0x20000000 |
| #define MNS_AUTODISMISS 0x10000000 |
| #define MNS_NOTIFYBYPOS 0x08000000 |
| #define MNS_CHECKORBMP 0x04000000 |
| |
| #define MIM_MAXHEIGHT 0x00000001 |
| #define MIM_BACKGROUND 0x00000002 |
| #define MIM_HELPID 0x00000004 |
| #define MIM_MENUDATA 0x00000008 |
| #define MIM_STYLE 0x00000010 |
| #define MIM_APPLYTOSUBMENUS 0x80000000 |
| |
| #define MND_CONTINUE 0 |
| #define MND_ENDMENU 1 |
| |
| #define MNGOF_TOPGAP 0x00000001 |
| #define MNGOF_BOTTOMGAP 0x00000002 |
| |
| #define MNGO_NOINTERFACE 0x00000000 |
| #define MNGO_NOERROR 0x00000001 |
| |
| #define MIIM_STATE 0x00000001 |
| #define MIIM_ID 0x00000002 |
| #define MIIM_SUBMENU 0x00000004 |
| #define MIIM_CHECKMARKS 0x00000008 |
| #define MIIM_TYPE 0x00000010 |
| #define MIIM_DATA 0x00000020 |
| #define MIIM_STRING 0x00000040 |
| #define MIIM_BITMAP 0x00000080 |
| #define MIIM_FTYPE 0x00000100 |
| |
| #define HBMMENU_CALLBACK ((HBITMAP) -1) |
| #define HBMMENU_SYSTEM ((HBITMAP) 1) |
| #define HBMMENU_MBAR_RESTORE ((HBITMAP) 2) |
| #define HBMMENU_MBAR_MINIMIZE ((HBITMAP) 3) |
| #define HBMMENU_MBAR_CLOSE ((HBITMAP) 5) |
| #define HBMMENU_MBAR_CLOSE_D ((HBITMAP) 6) |
| #define HBMMENU_MBAR_MINIMIZE_D ((HBITMAP) 7) |
| #define HBMMENU_POPUP_CLOSE ((HBITMAP) 8) |
| #define HBMMENU_POPUP_RESTORE ((HBITMAP) 9) |
| #define HBMMENU_POPUP_MAXIMIZE ((HBITMAP) 10) |
| #define HBMMENU_POPUP_MINIMIZE ((HBITMAP) 11) |
| |
| #if WINAPI_FAMILY_PARTITION (WINAPI_PARTITION_DESKTOP) |
| #define LoadMenu __MINGW_NAME_AW(LoadMenu) |
| #define LoadMenuIndirect __MINGW_NAME_AW(LoadMenuIndirect) |
| #define ChangeMenu __MINGW_NAME_AW(ChangeMenu) |
| #define GetMenuString __MINGW_NAME_AW(GetMenuString) |
| #define InsertMenu __MINGW_NAME_AW(InsertMenu) |
| #define AppendMenu __MINGW_NAME_AW(AppendMenu) |
| #define ModifyMenu __MINGW_NAME_AW(ModifyMenu) |
| |
| WINUSERAPI HMENU WINAPI LoadMenuA(HINSTANCE hInstance,LPCSTR lpMenuName); |
| WINUSERAPI HMENU WINAPI LoadMenuW(HINSTANCE hInstance,LPCWSTR lpMenuName); |
| WINUSERAPI HMENU WINAPI LoadMenuIndirectA(CONST MENUTEMPLATEA *lpMenuTemplate); |
| WINUSERAPI HMENU WINAPI LoadMenuIndirectW(CONST MENUTEMPLATEW *lpMenuTemplate); |
| WINUSERAPI HMENU WINAPI GetMenu(HWND hWnd); |
| WINUSERAPI WINBOOL WINAPI SetMenu(HWND hWnd,HMENU hMenu); |
| WINUSERAPI WINBOOL WINAPI ChangeMenuA(HMENU hMenu,UINT cmd,LPCSTR lpszNewItem,UINT cmdInsert,UINT flags); |
| WINUSERAPI WINBOOL WINAPI ChangeMenuW(HMENU hMenu,UINT cmd,LPCWSTR lpszNewItem,UINT cmdInsert,UINT flags); |
| WINUSERAPI WINBOOL WINAPI HiliteMenuItem(HWND hWnd,HMENU hMenu,UINT uIDHiliteItem,UINT uHilite); |
| WINUSERAPI int WINAPI GetMenuStringA(HMENU hMenu,UINT uIDItem,LPSTR lpString,int cchMax,UINT flags); |
| WINUSERAPI int WINAPI GetMenuStringW(HMENU hMenu,UINT uIDItem,LPWSTR lpString,int cchMax,UINT flags); |
| WINUSERAPI UINT WINAPI GetMenuState(HMENU hMenu,UINT uId,UINT uFlags); |
| WINUSERAPI WINBOOL WINAPI DrawMenuBar(HWND hWnd); |
| |
| WINUSERAPI HMENU WINAPI GetSystemMenu(HWND hWnd,WINBOOL bRevert); |
| WINUSERAPI HMENU WINAPI CreateMenu(VOID); |
| WINUSERAPI HMENU WINAPI CreatePopupMenu(VOID); |
| WINUSERAPI WINBOOL WINAPI DestroyMenu(HMENU hMenu); |
| WINUSERAPI DWORD WINAPI CheckMenuItem(HMENU hMenu,UINT uIDCheckItem,UINT uCheck); |
| WINUSERAPI WINBOOL WINAPI EnableMenuItem(HMENU hMenu,UINT uIDEnableItem,UINT uEnable); |
| WINUSERAPI HMENU WINAPI GetSubMenu(HMENU hMenu,int nPos); |
| WINUSERAPI UINT WINAPI GetMenuItemID(HMENU hMenu,int nPos); |
| WINUSERAPI int WINAPI GetMenuItemCount(HMENU hMenu); |
| WINUSERAPI WINBOOL WINAPI InsertMenuA(HMENU hMenu,UINT uPosition,UINT uFlags,UINT_PTR uIDNewItem,LPCSTR lpNewItem); |
| WINUSERAPI WINBOOL WINAPI InsertMenuW(HMENU hMenu,UINT uPosition,UINT uFlags,UINT_PTR uIDNewItem,LPCWSTR lpNewItem); |
| WINUSERAPI WINBOOL WINAPI AppendMenuA(HMENU hMenu,UINT uFlags,UINT_PTR uIDNewItem,LPCSTR lpNewItem); |
| WINUSERAPI WINBOOL WINAPI AppendMenuW(HMENU hMenu,UINT uFlags,UINT_PTR uIDNewItem,LPCWSTR lpNewItem); |
| WINUSERAPI WINBOOL WINAPI ModifyMenuA(HMENU hMnu,UINT uPosition,UINT uFlags,UINT_PTR uIDNewItem,LPCSTR lpNewItem); |
| WINUSERAPI WINBOOL WINAPI ModifyMenuW(HMENU hMnu,UINT uPosition,UINT uFlags,UINT_PTR uIDNewItem,LPCWSTR lpNewItem); |
| WINUSERAPI WINBOOL WINAPI RemoveMenu(HMENU hMenu,UINT uPosition,UINT uFlags); |
| WINUSERAPI WINBOOL WINAPI DeleteMenu(HMENU hMenu,UINT uPosition,UINT uFlags); |
| WINUSERAPI WINBOOL WINAPI SetMenuItemBitmaps(HMENU hMenu,UINT uPosition,UINT uFlags,HBITMAP hBitmapUnchecked,HBITMAP hBitmapChecked); |
| W
|