mshtml
インタフェース IActiveIMMApp


public interface IActiveIMMApp


フィールドの概要
static com.ms.com._Guid iid
           
 
メソッドの概要
 void Activate(int fRestoreLayout)
           
 void AssociateContext(_RemotableHandle hWnd, int hIME, int[] phPrev)
           
 void AssociateContextEx(_RemotableHandle hWnd, int hIMC, int dwFlags)
           
 void CreateContext(int[] phIMC)
           
 void Deactivate()
           
 void DestroyContext(int hIME)
           
 void DisableIME(int idThread)
           
 void EnumInputContext(int idThread, IEnumInputContext[] ppEnum)
           
 void FilterClientWindows(short[] aaClassList, int uSize)
           
 void GetCandidateListA(int hIMC, int dwIndex, int uBufLen, __MIDL___MIDL_itf_mshtml_0001_0042_0007 pCandList, int[] puCopied)
           
 void GetCandidateListCountA(int hIMC, int[] pdwListSize, int[] pdwBufLen)
           
 void GetCandidateListCountW(int hIMC, int[] pdwListSize, int[] pdwBufLen)
           
 void GetCandidateListW(int hIMC, int dwIndex, int uBufLen, __MIDL___MIDL_itf_mshtml_0001_0042_0007 pCandList, int[] puCopied)
           
 void GetCandidateWindow(int hIMC, int dwIndex, __MIDL___MIDL_itf_mshtml_0001_0042_0005 pCandidate)
           
 void GetCompositionFontA(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0003 plf)
           
 void GetCompositionFontW(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0004 plf)
           
 void GetCompositionWindow(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0006 pCompForm)
           
 void GetContext(_RemotableHandle hWnd, int[] phIMC)
           
 void GetConversionStatus(int hIMC, int[] pfdwConversion, int[] pfdwSentence)
           
 void GetDefaultIMEWnd(_RemotableHandle hWnd, _RemotableHandle[] phDefWnd)
           
 void GetGuideLineA(int hIMC, int dwIndex, int dwBufLen, java.lang.String pBuf, int[] pdwResult)
           
 void GetGuideLineW(int hIMC, int dwIndex, int dwBufLen, java.lang.String pBuf, int[] pdwResult)
           
 void GetImeMenuItemsA(int hIMC, int dwFlags, int dwType, __MIDL___MIDL_itf_mshtml_0001_0042_0010 pImeParentMenu, __MIDL___MIDL_itf_mshtml_0001_0042_0010 pImeMenu, int dwSize, int[] pdwResult)
           
 void GetImeMenuItemsW(int hIMC, int dwFlags, int dwType, __MIDL___MIDL_itf_mshtml_0001_0042_0011 pImeParentMenu, __MIDL___MIDL_itf_mshtml_0001_0042_0011 pImeMenu, int dwSize, int[] pdwResult)
           
 void GetOpenStatus(int hIMC)
           
 void GetStatusWindowPos(int hIMC, tagPOINT pptPos)
           
 void GetVirtualKey(_RemotableHandle hWnd, int[] puVirtualKey)
           
 void IsUIMessageA(_RemotableHandle hWndIME, int msg, int wParam, int lParam)
           
 void IsUIMessageW(_RemotableHandle hWndIME, int msg, int wParam, int lParam)
           
 void NotifyIME(int hIMC, int dwAction, int dwIndex, int dwValue)
           
 void OnDefWindowProc(_RemotableHandle hWnd, int msg, int wParam, int lParam, int[] plResult)
           
 void ReleaseContext(_RemotableHandle hWnd, int hIMC)
           
 void SetCandidateWindow(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0005 pCandidate)
           
 void SetCompositionFontA(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0003 plf)
           
 void SetCompositionFontW(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0004 plf)
           
 void SetCompositionWindow(int hIMC, __MIDL___MIDL_itf_mshtml_0001_0042_0006 pCompForm)
           
 void SetConversionStatus(int hIMC, int fdwConversion, int fdwSentence)
           
 void SetOpenStatus(int hIMC, int fOpen)
           
 void SetStatusWindowPos(int hIMC, tagPOINT pptPos)
           
 void SimulateHotKey(_RemotableHandle hWnd, int dwHotKeyID)
           
 

フィールドの詳細

iid

static final com.ms.com._Guid iid
メソッドの詳細

AssociateContext

void AssociateContext(_RemotableHandle hWnd,
                      int hIME,
                      int[] phPrev)

CreateContext

void CreateContext(int[] phIMC)

DestroyContext

void DestroyContext(int hIME)

GetCandidateListA

void GetCandidateListA(int hIMC,
                       int dwIndex,
                       int uBufLen,
                       __MIDL___MIDL_itf_mshtml_0001_0042_0007 pCandList,
                       int[] puCopied)

GetCandidateListW

void GetCandidateListW(int hIMC,
                       int dwIndex,
                       int uBufLen,
                       __MIDL___MIDL_itf_mshtml_0001_0042_0007 pCandList,
                       int[] puCopied)

GetCandidateListCountA

void GetCandidateListCountA(int hIMC,
                            int[] pdwListSize,
                            int[] pdwBufLen)

GetCandidateListCountW

void GetCandidateListCountW(int hIMC,
                            int[] pdwListSize,
                            int[] pdwBufLen)

GetCandidateWindow

void GetCandidateWindow(int hIMC,
                        int dwIndex,
                        __MIDL___MIDL_itf_mshtml_0001_0042_0005 pCandidate)

GetCompositionFontA

void GetCompositionFontA(int hIMC,
                         __MIDL___MIDL_itf_mshtml_0001_0042_0003 plf)

GetCompositionFontW

void GetCompositionFontW(int hIMC,
                         __MIDL___MIDL_itf_mshtml_0001_0042_0004 plf)

GetCompositionWindow

void GetCompositionWindow(int hIMC,
                          __MIDL___MIDL_itf_mshtml_0001_0042_0006 pCompForm)

GetContext

void GetContext(_RemotableHandle hWnd,
                int[] phIMC)

GetConversionStatus

void GetConversionStatus(int hIMC,
                         int[] pfdwConversion,
                         int[] pfdwSentence)

GetDefaultIMEWnd

void GetDefaultIMEWnd(_RemotableHandle hWnd,
                      _RemotableHandle[] phDefWnd)

GetGuideLineA

void GetGuideLineA(int hIMC,
                   int dwIndex,
                   int dwBufLen,
                   java.lang.String pBuf,
                   int[] pdwResult)

GetGuideLineW

void GetGuideLineW(int hIMC,
                   int dwIndex,
                   int dwBufLen,
                   java.lang.String pBuf,
                   int[] pdwResult)

GetOpenStatus

void GetOpenStatus(int hIMC)

GetStatusWindowPos

void GetStatusWindowPos(int hIMC,
                        tagPOINT pptPos)

GetVirtualKey

void GetVirtualKey(_RemotableHandle hWnd,
                   int[] puVirtualKey)

IsUIMessageA

void IsUIMessageA(_RemotableHandle hWndIME,
                  int msg,
                  int wParam,
                  int lParam)

IsUIMessageW

void IsUIMessageW(_RemotableHandle hWndIME,
                  int msg,
                  int wParam,
                  int lParam)

NotifyIME

void NotifyIME(int hIMC,
               int dwAction,
               int dwIndex,
               int dwValue)

ReleaseContext

void ReleaseContext(_RemotableHandle hWnd,
                    int hIMC)

SetCandidateWindow

void SetCandidateWindow(int hIMC,
                        __MIDL___MIDL_itf_mshtml_0001_0042_0005 pCandidate)

SetCompositionFontA

void SetCompositionFontA(int hIMC,
                         __MIDL___MIDL_itf_mshtml_0001_0042_0003 plf)

SetCompositionFontW

void SetCompositionFontW(int hIMC,
                         __MIDL___MIDL_itf_mshtml_0001_0042_0004 plf)

SetCompositionWindow

void SetCompositionWindow(int hIMC,
                          __MIDL___MIDL_itf_mshtml_0001_0042_0006 pCompForm)

SetConversionStatus

void SetConversionStatus(int hIMC,
                         int fdwConversion,
                         int fdwSentence)

SetOpenStatus

void SetOpenStatus(int hIMC,
                   int fOpen)

SetStatusWindowPos

void SetStatusWindowPos(int hIMC,
                        tagPOINT pptPos)

SimulateHotKey

void SimulateHotKey(_RemotableHandle hWnd,
                    int dwHotKeyID)

Activate

void Activate(int fRestoreLayout)

Deactivate

void Deactivate()

OnDefWindowProc

void OnDefWindowProc(_RemotableHandle hWnd,
                     int msg,
                     int wParam,
                     int lParam,
                     int[] plResult)

FilterClientWindows

void FilterClientWindows(short[] aaClassList,
                         int uSize)

AssociateContextEx

void AssociateContextEx(_RemotableHandle hWnd,
                        int hIMC,
                        int dwFlags)

DisableIME

void DisableIME(int idThread)

GetImeMenuItemsA

void GetImeMenuItemsA(int hIMC,
                      int dwFlags,
                      int dwType,
                      __MIDL___MIDL_itf_mshtml_0001_0042_0010 pImeParentMenu,
                      __MIDL___MIDL_itf_mshtml_0001_0042_0010 pImeMenu,
                      int dwSize,
                      int[] pdwResult)

GetImeMenuItemsW

void GetImeMenuItemsW(int hIMC,
                      int dwFlags,
                      int dwType,
                      __MIDL___MIDL_itf_mshtml_0001_0042_0011 pImeParentMenu,
                      __MIDL___MIDL_itf_mshtml_0001_0042_0011 pImeMenu,
                      int dwSize,
                      int[] pdwResult)

EnumInputContext

void EnumInputContext(int idThread,
                      IEnumInputContext[] ppEnum)