|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
import "dimm.idl";
Inherits IUnknown.
Public Member Functions |
| HRESULT | AssociateContext ([in] HWND hWnd,[in] HIMC hIME,[out] HIMC *phPrev) |
| HRESULT | ConfigureIMEA ([in] HKL hKL,[in] HWND hwnd,[in] DWORD dwMode,[in] REGISTERWORDA *pData) |
| HRESULT | ConfigureIMEW ([in] HKL hKL,[in] HWND hWnd,[in] DWORD dwMode,[in] REGISTERWORDW *pData) |
| HRESULT | CreateContext ([out] HIMC *phIMC) |
| HRESULT | DestroyContext ([in] HIMC hIME) |
| HRESULT | EnumRegisterWordA ([in] HKL hKL,[in] LPSTR szReading,[in] DWORD dwStyle,[in] LPSTR szRegister,[in] LPVOID pData,[out] IEnumRegisterWordA **pEnum) |
| HRESULT | EnumRegisterWordW ([in] HKL hKL,[in] LPWSTR szReading,[in] DWORD dwStyle,[in] LPWSTR szRegister,[in] LPVOID pData,[out] IEnumRegisterWordW **pEnum) |
| HRESULT | EscapeA ([in] HKL hKL,[in] HIMC hIMC,[in] UINT uEscape,[in, out] LPVOID pData,[out] LRESULT *plResult) |
| HRESULT | EscapeW ([in] HKL hKL,[in] HIMC hIMC,[in] UINT uEscape,[in, out] LPVOID pData,[out] LRESULT *plResult) |
| HRESULT | GetCandidateListA ([in] HIMC hIMC,[in] DWORD dwIndex,[in] UINT uBufLen,[out] CANDIDATELIST *pCandList,[out] UINT *puCopied) |
| HRESULT | GetCandidateListW ([in] HIMC hIMC,[in] DWORD dwIndex,[in] UINT uBufLen,[out] CANDIDATELIST *pCandList,[out] UINT *puCopied) |
| HRESULT | GetCandidateListCountA ([in] HIMC hIMC,[out] DWORD *pdwListSize,[out] DWORD *pdwBufLen) |
| HRESULT | GetCandidateListCountW ([in] HIMC hIMC,[out] DWORD *pdwListSize,[out] DWORD *pdwBufLen) |
| HRESULT | GetCandidateWindow ([in] HIMC hIMC,[in] DWORD dwIndex,[out] CANDIDATEFORM *pCandidate) |
| HRESULT | GetCompositionFontA ([in] HIMC hIMC,[out] LOGFONTA *plf) |
| HRESULT | GetCompositionFontW ([in] HIMC hIMC,[out] LOGFONTW *plf) |
| HRESULT | GetCompositionStringA ([in] HIMC hIMC,[in] DWORD dwIndex,[in] DWORD dwBufLen,[out] LONG *plCopied,[out] LPVOID pBuf) |
| HRESULT | GetCompositionStringW ([in] HIMC hIMC,[in] DWORD dwIndex,[in] DWORD dwBufLen,[out] LONG *plCopied,[out] LPVOID pBuf) |
| HRESULT | GetCompositionWindow ([in] HIMC hIMC,[out] COMPOSITIONFORM *pCompForm) |
| HRESULT | GetContext ([in] HWND hwnd,[out] HIMC *phIMC) |
| HRESULT | GetConversionListA ([in] HKL hKL,[in] HIMC hIMC,[in] LPSTR pSrc,[in] UINT uBufLen,[in] UINT uFlag,[out] CANDIDATELIST *pDst,[out] UINT *puCopied) |
| HRESULT | GetConversionListW ([in] HKL hKL,[in] HIMC hIMC,[in] LPWSTR pSrc,[in] UINT uBufLen,[in] UINT uFlag,[out] CANDIDATELIST *pDst,[out] UINT *puCopied) |
| HRESULT | GetConversionStatus ([in] HIMC hIMC,[out] DWORD *pfdwConversion,[out] DWORD *pfdwSentence) |
| HRESULT | GetDefaultIMEWnd ([in] HWND hWnd,[out] HWND *phDefWnd) |
| HRESULT | GetDescriptionA ([in] HKL hKL,[in] UINT uBufLen,[out] LPSTR szDescription,[out] UINT *puCopied) |
| HRESULT | GetDescriptionW ([in] HKL hKL,[in] UINT uBufLen,[out] LPWSTR szDescription,[out] UINT *puCopied) |
| HRESULT | GetGuideLineA ([in] HIMC hIMC,[in] DWORD dwIndex,[in] DWORD dwBufLen,[out] LPSTR pBuf,[out] DWORD *pdwResult) |
| HRESULT | GetGuideLineW ([in] HIMC hIMC,[in] DWORD dwIndex,[in] DWORD dwBufLen,[out] LPWSTR pBuf,[out] DWORD *pdwResult) |
| HRESULT | GetIMEFileNameA ([in] HKL hKL,[in] UINT uBufLen,[out] LPSTR szFileName,[out] UINT *puCopied) |
| HRESULT | GetIMEFileNameW ([in] HKL hKL,[in] UINT uBufLen,[out] LPWSTR szFileName,[out] UINT *puCopied) |
| HRESULT | GetOpenStatus ([in] HIMC hIMC) |
| HRESULT | GetProperty ([in] HKL hKL,[in] DWORD fdwIndex,[out] DWORD *pdwProperty) |
| HRESULT | GetRegisterWordStyleA ([in] HKL hKL,[in] UINT nItem,[out] STYLEBUFA *pStyleBuf,[out] UINT *puCopied) |
| HRESULT | GetRegisterWordStyleW ([in] HKL hKL,[in] UINT nItem,[out] STYLEBUFW *pStyleBuf,[out] UINT *puCopied) |
| HRESULT | GetStatusWindowPos ([in] HIMC hIMC,[out] POINT *pptPos) |
| HRESULT | GetVirtualKey ([in] HWND hWnd,[out] UINT *puVirtualKey) |
| HRESULT | InstallIMEA ([in] LPSTR szIMEFileName,[in] LPSTR szLayoutText,[out] HKL *phKL) |
| HRESULT | InstallIMEW ([in] LPWSTR szIMEFileName,[in] LPWSTR szLayoutText,[out] HKL *phKL) |
| HRESULT | IsIME ([in] HKL hKL) |
| HRESULT | IsUIMessageA ([in] HWND hWndIME,[in] UINT msg,[in] WPARAM wParam,[in] LPARAM lParam) |
| HRESULT | IsUIMessageW ([in] HWND hWndIME,[in] UINT msg,[in] WPARAM wParam,[in] LPARAM lParam) |
| HRESULT | NotifyIME ([in] HIMC hIMC,[in] DWORD dwAction,[in] DWORD dwIndex,[in] DWORD dwValue) |
| HRESULT | RegisterWordA ([in] HKL hKL,[in] LPSTR szReading,[in] DWORD dwStyle,[in] LPSTR szRegister) |
| HRESULT | RegisterWordW ([in] HKL hKL,[in] LPWSTR szReading,[in] DWORD dwStyle,[in] LPWSTR szRegister) |
| HRESULT | ReleaseContext ([in] HWND hWnd,[in] HIMC hIMC) |
| HRESULT | SetCandidateWindow ([in] HIMC hIMC,[in] CANDIDATEFORM *pCandidate) |
| HRESULT | SetCompositionFontA ([in] HIMC hIMC,[in] LOGFONTA *plf) |
| HRESULT | SetCompositionFontW ([in] HIMC hIMC,[in] LOGFONTW *plf) |
| HRESULT | SetCompositionStringA ([in] HIMC hIMC,[in] DWORD dwIndex,[in] LPVOID pComp,[in] DWORD dwCompLen,[in] LPVOID pRead,[in] DWORD dwReadLen) |
| HRESULT | SetCompositionStringW ([in] HIMC hIMC,[in] DWORD dwIndex,[in] LPVOID pComp,[in] DWORD dwCompLen,[in] LPVOID pRead,[in] DWORD dwReadLen) |
| HRESULT | SetCompositionWindow ([in] HIMC hIMC,[in] COMPOSITIONFORM *pCompForm) |
| HRESULT | SetConversionStatus ([in] HIMC hIMC,[in] DWORD fdwConversion,[in] DWORD fdwSentence) |
| HRESULT | SetOpenStatus ([in] HIMC hIMC,[in] BOOL fOpen) |
| HRESULT | SetStatusWindowPos ([in] HIMC hIMC,[in] POINT *pptPos) |
| HRESULT | SimulateHotKey ([in] HWND hwnd,[in] DWORD dwHotKeyID) |
| HRESULT | UnregisterWordA ([in] HKL hKL,[in] LPSTR szReading,[in] DWORD dwStyle,[in] LPSTR szUnregister) |
| HRESULT | UnregisterWordW ([in] HKL hKL,[in] LPWSTR szReading,[in] DWORD dwStyle,[in] LPWSTR szUnregister) |
| HRESULT | Activate ([in] BOOL fRestoreLayout) |
| HRESULT | Deactivate () |
| HRESULT | OnDefWindowProc ([in] HWND hWnd,[in] UINT Msg,[in] WPARAM wParam,[in] LPARAM lParam,[out] LRESULT *plResult) |
| HRESULT | FilterClientWindows ([in] ATOM *aaClassList,[in] UINT uSize) |
| HRESULT | GetCodePageA ([in] HKL hKL,[out] UINT *uCodePage) |
| HRESULT | GetLangId ([in] HKL hKL,[out] LANGID *plid) |
| HRESULT | AssociateContextEx ([in] HWND hWnd,[in] HIMC hIMC,[in] DWORD dwFlags) |
| HRESULT | DisableIME ([in] DWORD idThread) |
| HRESULT | GetImeMenuItemsA ([in] HIMC hIMC,[in] DWORD dwFlags,[in] DWORD dwType,[in] IMEMENUITEMINFOA *pImeParentMenu,[out] IMEMENUITEMINFOA *pImeMenu,[in] DWORD dwSize,[out] DWORD *pdwResult) |
| HRESULT | GetImeMenuItemsW ([in] HIMC hIMC,[in] DWORD dwFlags,[in] DWORD dwType,[in] IMEMENUITEMINFOW *pImeParentMenu,[out] IMEMENUITEMINFOW *pImeMenu,[in] DWORD dwSize,[out] DWORD *pdwResult) |
| HRESULT | EnumInputContext ([in] DWORD idThread,[out] IEnumInputContext **ppEnum) |
Detailed Description
Definition at line 213 of file dimm.idl.
The documentation for this interface was generated from the following file:
Generated on Sat May 26 2012 06:21:19 for ReactOS by
1.7.6.1
|