ReactOS 0.4.15-dev-7953-g1f49173
win3.c File Reference
#include "precomp.h"
Include dependency graph for win3.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (imm)
 
WORD WINAPI ImmSendIMEMessageExA (HWND hWnd, LPARAM lParam)
 
WORD WINAPI ImmSendIMEMessageExW (HWND hWnd, LPARAM lParam)
 

Function Documentation

◆ ImmSendIMEMessageExA()

WORD WINAPI ImmSendIMEMessageExA ( HWND  hWnd,
LPARAM  lParam 
)

Definition at line 216 of file win3.c.

217{
218 FIXME("(%p, %p)\n", hWnd, lParam);
219 return 0;
220}
HWND hWnd
Definition: settings.c:17
#define FIXME(fmt,...)
Definition: debug.h:111
LPARAM lParam
Definition: combotst.c:139

Referenced by SendIMEMessageExA().

◆ ImmSendIMEMessageExW()

WORD WINAPI ImmSendIMEMessageExW ( HWND  hWnd,
LPARAM  lParam 
)

Definition at line 225 of file win3.c.

226{
227 FIXME("(%p, %p)\n", hWnd, lParam);
228 return 0;
229}

Referenced by SendIMEMessageExW().

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( imm  )