|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include "windef.h"#include "wine/windef16.h"#include "winbase.h"#include "wingdi.h"#include "controls.h"#include "imm.h"#include "user_private.h"#include "wine/debug.h"
Go to the source code of this file.
Macros | |
| #define | IMM_INIT_MAGIC 0x19650412 |
| #define | USIG_FLAGS_WIN32 0x0001 |
| #define | USIG_FLAGS_GUI 0x0002 |
| #define | USIG_FLAGS_FEEDBACK 0x0004 |
| #define | USIG_FLAGS_FAULT 0x0008 |
| #define | USIG_DLL_UNLOAD_WIN16 0x0001 |
| #define | USIG_DLL_UNLOAD_WIN32 0x0002 |
| #define | USIG_FAULT_DIALOG_PUSH 0x0003 |
| #define | USIG_FAULT_DIALOG_POP 0x0004 |
| #define | USIG_DLL_UNLOAD_ORPHANS 0x0005 |
| #define | USIG_THREAD_INIT 0x0010 |
| #define | USIG_THREAD_EXIT 0x0020 |
| #define | USIG_PROCESS_CREATE 0x0100 |
| #define | USIG_PROCESS_INIT 0x0200 |
| #define | USIG_PROCESS_EXIT 0x0300 |
| #define | USIG_PROCESS_DESTROY 0x0400 |
| #define | USIG_PROCESS_RUNNING 0x0500 |
| #define | USIG_PROCESS_LOADED 0x0600 |
Variables | |
| static UINT | msg |
| static UINT WPARAM | wparam |
| static UINT WPARAM LPARAM | lparam |
| static UINT WPARAM LPARAM BOOL | ansi |
| BOOL WINAPI EvaluateProximityToRect | ( | const RECT * | box, |
| const TOUCH_HIT_TESTING_INPUT * | input, | ||
| TOUCH_HIT_TESTING_PROXIMITY_EVALUATION * | proximity | ||
| ) |
Definition at line 608 of file misc.c.
Referenced by init_function_pointers().
Definition at line 631 of file misc.c.
Referenced by RegisterClientPFN().
Definition at line 637 of file misc.c.
Referenced by RegisterClientPFN().
| LRESULT WINAPI PackTouchHitTestingProximityEvaluation | ( | const TOUCH_HIT_TESTING_INPUT * | input, |
| const TOUCH_HIT_TESTING_PROXIMITY_EVALUATION * | proximity | ||
| ) |
| HPOWERNOTIFY WINAPI RegisterPowerSettingNotification | ( | HANDLE | recipient, |
| const GUID * | guid, | ||
| DWORD | flags | ||
| ) |
| HPOWERNOTIFY WINAPI RegisterSuspendResumeNotification | ( | HANDLE | recipient, |
| DWORD | flags | ||
| ) |
| BOOL WINAPI UnregisterPowerSettingNotification | ( | HPOWERNOTIFY | handle | ) |
| BOOL WINAPI UnregisterSuspendResumeNotification | ( | HPOWERNOTIFY | handle | ) |
| WORD WINAPI UserSignalProc | ( | UINT | uCode, |
| DWORD | dwThreadOrProcessID, | ||
| DWORD | dwFlags, | ||
| HMODULE16 | hModule | ||
| ) |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | win | ) |
Definition at line 135 of file misc.c.
Referenced by check_menu_item_info(), FillFaceInfo(), get_message(), get_window_long_ptr(), getline(), init_startup_info(), insert_menu_item(), marshall_unicode_as_utf8(), modify_menu(), send_notify(), set_dialog_proc(), set_menu_item_info(), SHELL_IsVerb(), test_EM_STREAMIN_null_bytes(), and test_menu_iteminfo().
Definition at line 135 of file misc.c.
Referenced by SendIMEMessageExA(), and SendIMEMessageExW().