|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | tagREGISTERWORDA |
| struct | tagREGISTERWORDW |
| struct | tagCANDIDATEFORM |
| struct | tagCANDIDATELIST |
| struct | tagSTYLEBUFA |
| struct | tagSTYLEBUFW |
| struct | _tagCOMPOSITIONFORM |
| #define IME_CMODE_CHINESE IME_CMODE_NATIVE |
| #define IME_CMODE_HANGEUL IME_CMODE_NATIVE |
| #define IME_CMODE_HANGUL IME_CMODE_NATIVE |
| #define IME_CMODE_JAPANESE IME_CMODE_NATIVE |
| #define IME_CMODE_KATAKANA 0x0002 /* only effect under IME_CMODE_NATIVE */ |
| #define ImmConfigureIME ImmConfigureIMEA |
| #define ImmEnumRegisterWord ImmEnumRegisterWordA |
| #define ImmEscape ImmEscapeA |
| #define ImmGetCandidateList ImmGetCandidateListA |
| #define ImmGetCandidateListCount ImmGetCandidateListCountA |
| #define ImmGetCompositionString ImmGetCompositionStringA |
| #define ImmGetConversionList ImmGetConversionListA |
| #define ImmGetDescription ImmGetDescriptionA |
| #define ImmGetGuideLine ImmGetGuideLineA |
| #define ImmGetIMEFileName ImmGetIMEFileNameA |
| #define ImmGetRegisterWordStyle ImmGetRegisterWordStyleA |
| #define ImmInstallIME ImmInstallIMEA |
| #define ImmIsUIMessage ImmIsUIMessageA |
| #define ImmRegisterWord ImmRegisterWordA |
| #define ImmSetCompositionFont ImmSetCompositionFontA |
| #define ImmSetCompositionString ImmSetCompositionStringA |
| #define ImmUnregisterWord ImmUnregisterWordA |
| #define SCS_CHANGEATTR (GCS_COMPREADATTR | GCS_COMPATTR) |
| #define SCS_CHANGECLAUSE (GCS_COMPREADCLAUSE | GCS_COMPCLAUSE) |
| #define SCS_SETSTR (GCS_COMPREADSTR | GCS_COMPSTR) |
| typedef struct tagCANDIDATEFORM CANDIDATEFORM |
| typedef struct tagCANDIDATELIST CANDIDATELIST |
| typedef struct _tagCOMPOSITIONFORM COMPOSITIONFORM |
| typedef struct tagCANDIDATEFORM* LPCANDIDATEFORM |
| typedef struct tagCANDIDATELIST* LPCANDIDATELIST |
| typedef struct _tagCOMPOSITIONFORM* LPCOMPOSITIONFORM |
| typedef struct tagREGISTERWORDA* LPREGISTERWORDA |
| typedef struct tagREGISTERWORDW* LPREGISTERWORDW |
| typedef LPSTYLEBUFA LPSTYLEBUF |
| typedef struct tagSTYLEBUFA* LPSTYLEBUFA |
| typedef struct tagSTYLEBUFW* LPSTYLEBUFW |
| typedef struct tagCANDIDATEFORM* NPCANDIDATEFORM |
| typedef struct tagCANDIDATELIST* NPCANDIDATELIST |
| typedef struct _tagCOMPOSITIONFORM* NPCOMPOSITIONFORM |
| typedef struct tagREGISTERWORDA* NPREGISTERWORDA |
| typedef struct tagREGISTERWORDW* NPREGISTERWORDW |
| typedef NPSTYLEBUFA NPSTYLEBUF |
| typedef struct tagSTYLEBUFA* NPSTYLEBUFA |
| typedef struct tagSTYLEBUFW* NPSTYLEBUFW |
| typedef struct tagCANDIDATEFORM * PCANDIDATEFORM |
| typedef struct tagCANDIDATELIST * PCANDIDATELIST |
| typedef struct _tagCOMPOSITIONFORM * PCOMPOSITIONFORM |
| typedef struct tagREGISTERWORDA * PREGISTERWORDA |
| typedef struct tagREGISTERWORDW * PREGISTERWORDW |
| typedef PSTYLEBUFA PSTYLEBUF |
| typedef struct tagSTYLEBUFA * PSTYLEBUFA |
| typedef struct tagSTYLEBUFW * PSTYLEBUFW |
| typedef struct tagREGISTERWORDA REGISTERWORDA |
| typedef struct tagREGISTERWORDW REGISTERWORDW |
| typedef struct tagSTYLEBUFA STYLEBUFA |
| typedef struct tagSTYLEBUFW STYLEBUFW |
Definition at line 500 of file imm.c.
Referenced by ActiveIMMApp_AssociateContext(), Test1(), test_ImmThreads(), and test_InvalidIMC().
| BOOL WINAPI ImmConfigureIMEA | ( | _In_ HKL | hKL, |
| _In_ HWND | hWnd, | ||
| _In_ DWORD | dwMode, | ||
| _Inout_opt_ LPVOID | lpData | ||
| ) |
Definition at line 1597 of file ime.c.
Referenced by ActiveIMMApp_ConfigureIMEA(), and test_ImmIME().
| BOOL WINAPI ImmConfigureIMEW | ( | _In_ HKL | hKL, |
| _In_ HWND | hWnd, | ||
| _In_ DWORD | dwMode, | ||
| _Inout_opt_ LPVOID | lpData | ||
| ) |
Definition at line 1657 of file ime.c.
Referenced by ActiveIMMApp_ConfigureIMEW(), ImeWnd_OnImeSystem(), and test_ImmIME().
Definition at line 606 of file imm.c.
Referenced by ActiveIMMApp_CreateContext(), AnotherThreadFunc(), ImmGetContextThreadFunc(), OnInitDialog(), Test1(), test_ImmAssociateContextEx(), test_ImmDefaultHwnd(), test_ImmDestroyContext(), test_ImmGetIMCLockCount(), test_ImmNotifyIME(), and test_InvalidIMC().
Definition at line 931 of file imm.c.
Referenced by ActiveIMMApp_DestroyContext(), AnotherThreadFunc(), OnInitDialog(), Test1(), test_ImmDefaultHwnd(), test_ImmDestroyContext(), test_ImmGetIMCLockCount(), test_ImmNotifyIME(), test_ImmThreads(), and test_InvalidIMC().
| UINT WINAPI ImmEnumRegisterWordA | ( | _In_ HKL | hKL, |
| _In_ REGISTERWORDENUMPROCA | lpfnEnumProc, | ||
| _In_opt_ LPCSTR | lpszReading, | ||
| _In_ DWORD | dwStyle, | ||
| _In_opt_ LPCSTR | lpszRegister, | ||
| _Inout_opt_ LPVOID | lpData | ||
| ) |
Definition at line 95 of file regword.c.
| UINT WINAPI ImmEnumRegisterWordW | ( | _In_ HKL | hKL, |
| _In_ REGISTERWORDENUMPROCW | lpfnEnumProc, | ||
| _In_opt_ LPCWSTR | lpszReading, | ||
| _In_ DWORD | dwStyle, | ||
| _In_opt_ LPCWSTR | lpszRegister, | ||
| _Inout_opt_ LPVOID | lpData | ||
| ) |
Definition at line 156 of file regword.c.
| LRESULT WINAPI ImmEscapeA | ( | _In_ HKL | hKL, |
| _In_ HIMC | hIMC, | ||
| _In_ UINT | uSubFunc, | ||
| _Inout_opt_ LPVOID | lpData | ||
| ) |
Definition at line 820 of file ime.c.
Referenced by ActiveIMMApp_EscapeA().
| LRESULT WINAPI ImmEscapeW | ( | _In_ HKL | hKL, |
| _In_ HIMC | hIMC, | ||
| _In_ UINT | uSubFunc, | ||
| _Inout_opt_ LPVOID | lpData | ||
| ) |
Definition at line 913 of file ime.c.
Referenced by ActiveIMMApp_EscapeW(), and User32DoImeHelp().
| DWORD WINAPI ImmGetCandidateListA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | deIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPCANDIDATELIST | lpCandList, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 348 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateListA(), and test_InvalidIMC().
Definition at line 361 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateListCountA(), ActiveIMMApp_GetCandidateListCountW(), and test_InvalidIMC().
Definition at line 372 of file candidate.c.
| DWORD WINAPI ImmGetCandidateListW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | deIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPCANDIDATELIST | lpCandList, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 383 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateListW().
| BOOL WINAPI ImmGetCandidateWindow | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_ LPCANDIDATEFORM | lpCandidate | ||
| ) |
Definition at line 396 of file candidate.c.
Referenced by ActiveIMMApp_GetCandidateWindow(), ImeWnd_OnImeSystem(), test_ImmThreads(), and test_InvalidIMC().
| LONG WINAPI ImmGetCompositionStringA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPVOID | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 860 of file compstr.c.
Referenced by ActiveIMMApp_GetCompositionStringA(), Imm32ProcessRequest(), RealDefWindowProcA(), test_ImmGetCompositionString(), test_ImmNotifyIME(), and test_InvalidIMC().
| LONG WINAPI ImmGetCompositionStringW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPVOID | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 908 of file compstr.c.
Referenced by ActiveIMMApp_GetCompositionStringW(), EDIT_GetCompositionStr(), EDIT_GetResultStr(), EDIT_ImeComposition(), editor_handle_message(), Imm32ProcessRequest(), RealDefWindowProcW(), test_ime_wnd_proc(), and test_ImmGetCompositionString().
Definition at line 1122 of file ime.c.
Referenced by ActiveIMMApp_GetCompositionWindow(), ImeWnd_OnImeSystem(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 1065 of file imm.c.
Referenced by ActiveIMMApp_GetContext(), DoTest_BUTTON(), DoTest_EDIT(), EDIT_ImeComposition(), EDIT_WindowProc(), EDIT_WM_SetFont(), editor_handle_message(), EditWindowProc(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), ImmCallImeConsoleIME(), ImmGetContextThreadFunc(), ImmGetVirtualKey(), ImmProcessKey(), ImmSetActiveContextConsoleIME(), ImmSimulateHotKey(), ImmTranslateMessage(), init(), ITextHostImpl_TxImmGetContext(), OnInitDialog(), OnTimer(), RealDefWindowProcA(), RealDefWindowProcW(), CicBridge::SetActiveContextAlways(), Test1(), Test2(), test_ime_processkey(), test_ime_wnd_proc(), test_ImmAssociateContextEx(), test_ImmDefaultHwnd(), test_ImmGetCompositionString(), test_ImmGetContext(), test_ImmIME(), test_ImmMessages(), test_ImmNotifyIME(), test_ImmSetCompositionString(), test_ImmThreads(), test_InvalidIMC(), update_caret(), User32ImeMenuItemSelected(), and User32SetImeActivenessOfWindow().
| DWORD WINAPI ImmGetConversionListA | ( | _In_ HKL | hKL, |
| _In_ HIMC | hIMC, | ||
| _In_ LPCSTR | lpSrc, | ||
| _Out_writes_bytes_(dwBufLen) LPCANDIDATELIST | lpDst, | ||
| _In_ DWORD | dwBufLen, | ||
| _In_ UINT | uFlag | ||
| ) |
Definition at line 1381 of file ime.c.
Referenced by ActiveIMMApp_GetConversionListA().
| DWORD WINAPI ImmGetConversionListW | ( | _In_ HKL | hKL, |
| _In_ HIMC | hIMC, | ||
| _In_ LPCWSTR | lpSrc, | ||
| _Out_writes_bytes_(dwBufLen) LPCANDIDATELIST | lpDst, | ||
| _In_ DWORD | dwBufLen, | ||
| _In_ UINT | uFlag | ||
| ) |
Definition at line 1441 of file ime.c.
Referenced by ActiveIMMApp_GetConversionListW().
| BOOL WINAPI ImmGetConversionStatus | ( | _In_ HIMC | hIMC, |
| _Out_opt_ LPDWORD | lpfdwConversion, | ||
| _Out_opt_ LPDWORD | lpfdwSentence | ||
| ) |
Definition at line 1501 of file ime.c.
Referenced by ActiveIMMApp_GetConversionStatus(), GetImeStatus(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), ImeWnd_SwitchSoftKbdProc(), OnTimer(), and test_ImmThreads().
Definition at line 440 of file ime.c.
Referenced by ActiveIMMApp_GetDefaultIMEWnd(), DoTest_BUTTON(), DoTest_EDIT(), GetImeStatus(), CIMEUIWindowHandler::ImeUINotifyHandler(), Imm32DelaySetLangBandProc(), ImmActivateLayout(), ImmSetActiveContext(), ImmWINNLSEnableIME(), InnerWindowProc(), KbSwitch_OnPenIconMsg(), RealDefWindowProcA(), RealDefWindowProcW(), UIComposition::SendMessageToUI(), CTipbarWnd::SetLangBand(), ShowImeToolbar(), test_default_ime_disabled_cb(), test_default_ime_window_cancel_cb(), test_default_ime_window_cb(), test_default_ime_with_message_only_window_cb(), test_ime_wnd_proc(), test_ImmDefaultHwnd(), test_ImmGetDefaultIMEWnd_thread(), and test_ImmMessages().
| UINT WINAPI ImmGetDescriptionA | ( | _In_ HKL | hKL, |
| _Out_writes_opt_(uBufLen) LPSTR | lpszDescription, | ||
| _In_ UINT | uBufLen | ||
| ) |
Definition at line 640 of file ime.c.
Referenced by ActiveIMMApp_GetDescriptionA(), and test_ImmGetDescription().
| UINT WINAPI ImmGetDescriptionW | ( | _In_ HKL | hKL, |
| _Out_writes_opt_(uBufLen) LPWSTR | lpszDescription, | ||
| _In_ UINT | uBufLen | ||
| ) |
Definition at line 668 of file ime.c.
Referenced by ActiveIMMApp_GetDescriptionW(), GetHKLDesctription(), and test_ImmGetDescription().
| DWORD WINAPI ImmGetGuideLineA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPSTR | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
Definition at line 195 of file guideline.c.
Referenced by ActiveIMMApp_GetGuideLineA().
| DWORD WINAPI ImmGetGuideLineW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Out_writes_bytes_opt_(dwBufLen) LPWSTR | lpBuf, | ||
| _In_ DWORD | dwBufLen | ||
| ) |
| UINT WINAPI ImmGetIMEFileNameA | ( | _In_ HKL | hKL, |
| _Out_writes_opt_(uBufLen) LPSTR | lpszFileName, | ||
| _In_ UINT | uBufLen | ||
| ) |
Definition at line 695 of file ime.c.
Referenced by ActiveIMMApp_GetIMEFileNameA().
| UINT WINAPI ImmGetIMEFileNameW | ( | _In_ HKL | hKL, |
| _Out_writes_opt_(uBufLen) LPWSTR | lpszFileName, | ||
| _In_ UINT | uBufLen | ||
| ) |
Definition at line 732 of file ime.c.
Referenced by ActiveIMMApp_GetIMEFileNameW(), and GetHKLDesctription().
Definition at line 996 of file ime.c.
Referenced by ActiveIMMApp_GetOpenStatus(), GetImeStatus(), ImeWnd_OnImeControl(), Imm32JCloseOpen(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 767 of file ime.c.
Referenced by ActiveIMMApp_GetProperty(), KbSwitch_OnPenIconMsg(), and test_ImmGetCompositionString().
| UINT WINAPI ImmGetRegisterWordStyleA | ( | _In_ HKL | hKL, |
| _In_ UINT | nItem, | ||
| _Out_writes_(nItem) LPSTYLEBUFA | lpStyleBuf | ||
| ) |
Definition at line 218 of file regword.c.
Referenced by ActiveIMMApp_GetRegisterWordStyleA().
| UINT WINAPI ImmGetRegisterWordStyleW | ( | _In_ HKL | hKL, |
| _In_ UINT | nItem, | ||
| _Out_writes_(nItem) LPSTYLEBUFW | lpStyleBuf | ||
| ) |
Definition at line 281 of file regword.c.
Referenced by ActiveIMMApp_GetRegisterWordStyleW().
Definition at line 1066 of file ime.c.
Referenced by ActiveIMMApp_GetStatusWindowPos(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 698 of file keymsg.c.
Referenced by ActiveIMMApp_GetVirtualKey().
Definition at line 478 of file install.c.
Referenced by ActiveIMMApp_InstallIMEA().
Definition at line 507 of file install.c.
Referenced by ActiveIMMApp_InstallIMEW(), and ImmInstallIMEA().
Definition at line 429 of file ime.c.
Referenced by ActiveIMMApp_IsIME(), CtfAImmIsIME(), editor_handle_message(), Imm32CImeNonImeToggle(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32ImeNonImeToggle(), Imm32JCloseOpen(), ImmIMPSetIMEW(), and update_caret().
| BOOL WINAPI ImmIsUIMessageA | ( | _In_opt_ HWND | hWndIME, |
| _In_ UINT | msg, | ||
| _In_ WPARAM | wParam, | ||
| _In_ LPARAM | lParam | ||
| ) |
Definition at line 620 of file keymsg.c.
Referenced by ActiveIMMApp_IsUIMessageA(), and START_TEST().
| BOOL WINAPI ImmNotifyIME | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwAction, | ||
| _In_ DWORD | dwIndex, | ||
| _In_ DWORD_PTR | dwValue | ||
| ) |
Definition at line 458 of file ime.c.
Referenced by ActiveIMMApp_NotifyIME(), EDIT_WindowProc(), editor_handle_message(), Imm32NotifyIMEProc(), ImmSystemHandler(), CicBridge::SetActiveContextAlways(), CicBridge::SetCompositionString(), test_ImmGetCompositionString(), test_ImmNotifyIME(), and User32ImeMenuItemSelected().
| BOOL WINAPI ImmRegisterWordA | ( | _In_ HKL | hKL, |
| _In_opt_ LPCSTR | lpszReading, | ||
| _In_ DWORD | dwStyle, | ||
| _In_opt_ LPCSTR | lpszRegister | ||
| ) |
Definition at line 343 of file regword.c.
Referenced by ActiveIMMApp_RegisterWordA().
| BOOL WINAPI ImmRegisterWordW | ( | _In_ HKL | hKL, |
| _In_opt_ LPCWSTR | lpszReading, | ||
| _In_ DWORD | dwStyle, | ||
| _In_opt_ LPCWSTR | lpszRegister | ||
| ) |
Definition at line 394 of file regword.c.
Referenced by ActiveIMMApp_RegisterWordW().
Definition at line 1109 of file imm.c.
Referenced by ActiveIMMApp_ReleaseContext(), DoTest_EDIT(), EDIT_ImeComposition(), EDIT_WindowProc(), EDIT_WM_SetFont(), editor_handle_message(), EditWindowProc(), ImmGetContextThreadFunc(), ImmProcessKey(), ImmSimulateHotKey(), ImmTranslateMessage(), init(), ITextHostImpl_TxImmReleaseContext(), OnTimer(), RealDefWindowProcA(), RealDefWindowProcW(), Test1(), Test2(), test_ime_processkey(), test_ime_wnd_proc(), test_ImmAssociateContextEx(), test_ImmDefaultHwnd(), test_ImmGetCompositionString(), test_ImmGetContext(), test_ImmIME(), test_ImmMessages(), test_ImmNotifyIME(), test_ImmSetCompositionString(), test_ImmThreads(), update_caret(), User32ImeMenuItemSelected(), and User32SetImeActivenessOfWindow().
Definition at line 433 of file candidate.c.
Referenced by ActiveIMMApp_SetCandidateWindow(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), ImmGetContextThreadFunc(), and test_ImmThreads().
| BOOL WINAPI ImmSetCompositionStringA | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Inout_updates_bytes_opt_(dwCompLen) LPVOID | lpComp, | ||
| _In_ DWORD | dwCompLen, | ||
| _Inout_updates_bytes_opt_(dwReadLen) LPVOID | lpRead, | ||
| _In_ DWORD | dwReadLen | ||
| ) |
Definition at line 956 of file compstr.c.
Referenced by ActiveIMMApp_SetCompositionStringA(), and test_ImmNotifyIME().
| BOOL WINAPI ImmSetCompositionStringW | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | dwIndex, | ||
| _Inout_updates_bytes_opt_(dwCompLen) LPVOID | lpComp, | ||
| _In_ DWORD | dwCompLen, | ||
| _Inout_updates_bytes_opt_(dwReadLen) LPVOID | lpRead, | ||
| _In_ DWORD | dwReadLen | ||
| ) |
Definition at line 973 of file compstr.c.
Referenced by ActiveIMMApp_SetCompositionStringW(), test_ImmGetCompositionString(), and test_ImmSetCompositionString().
Definition at line 1149 of file ime.c.
Referenced by ActiveIMMApp_SetCompositionWindow(), ImeWnd_OnImeControl(), ImeWnd_OnImeSetContext(), ImeWnd_OnImeSystem(), ImmGetContextThreadFunc(), test_ImmThreads(), test_InvalidIMC(), and update_caret().
| BOOL WINAPI ImmSetConversionStatus | ( | _In_ HIMC | hIMC, |
| _In_ DWORD | fdwConversion, | ||
| _In_ DWORD | fdwSentence | ||
| ) |
Definition at line 1534 of file ime.c.
Referenced by ActiveIMMApp_SetConversionStatus(), ImeWnd_OnImeControl(), ImeWnd_SwitchSoftKbdProc(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32KEnglish(), Imm32KHanjaConvert(), Imm32KShapeToggle(), OnTimer(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 1020 of file ime.c.
Referenced by ActiveIMMApp_SetOpenStatus(), ImeWnd_OnImeControl(), ImeWnd_OnImeSystem(), Imm32CImeNonImeToggle(), Imm32CShapeToggle(), Imm32CSymbolToggle(), Imm32JCloseOpen(), Imm32KEnglish(), Imm32KShapeToggle(), ImmGetContextThreadFunc(), KbSwitch_OnPenIconMsg(), OnTimer(), Test1(), test_ime_processkey(), test_ImmDefaultHwnd(), test_ImmMessages(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 1091 of file ime.c.
Referenced by ActiveIMMApp_SetStatusWindowPos(), ImeWnd_OnImeControl(), ImmGetContextThreadFunc(), test_ImmThreads(), and test_InvalidIMC().
Definition at line 675 of file keymsg.c.
Referenced by ActiveIMMApp_SimulateHotKey().
| BOOL WINAPI ImmUnregisterWordA | ( | _In_ HKL | hKL, |
| _In_opt_ LPCSTR | lpszReading, | ||
| _In_ DWORD | dwStyle, | ||
| _In_opt_ LPCSTR | lpszUnregister | ||
| ) |
Definition at line 446 of file regword.c.
Referenced by ActiveIMMApp_UnregisterWordA().
| BOOL WINAPI ImmUnregisterWordW | ( | _In_ HKL | hKL, |
| _In_opt_ LPCWSTR | lpszReading, | ||
| _In_ DWORD | dwStyle, | ||
| _In_opt_ LPCWSTR | lpszUnregister | ||
| ) |
Definition at line 498 of file regword.c.
Referenced by ActiveIMMApp_UnregisterWordW().