IIMEFNIMEPad
August 2003
Microsoft Corporation
Summary: This document defines the IIMEFNIMEPad interface for Microsoft IME 2003, Japanese version. IIMEFNIMEPad is an extended interface of the Microsoft Japanese Keyboard Text Service and serves to activate the IME Pad. (2 printed pages)
Contents
Interface
Activate
Interface
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("90A5B5B4-E2C2-48d7-A90A-4384B369AF7D")
IIMEFNIMEPad : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Activate( void) = 0;
};
#endif /* C style interface */
Note
This interface operates through the Common Text Framework's function provider interface.
Here is an example of getting the function provider:
ITfThreadMgr::GetFunctionProvider(CLSID_JapaneseKbdTip, &pFunction )
Activate
Activates IME Pad.
Parameters: None
Remarks: This function will fail if there is no Input Context (ITfContext) in the caller program.