IImePadApplet::Initialize method (imepad.h)
Called from IImePad interface to initialize IImePadApplet.
Syntax
HRESULT Initialize(
IUnknown *lpIImePad
);
Parameters
lpIImePad
Pointer to IImePad (IUnknown *)
Return value
S_OK if successful, otherwise E_FAIL.
Remarks
When the ImePad user interface is created, IImePad calls this method and sets the IImePad interface pointer as an argument. The applet can save and use this pointer to call the pIImePad->IImePad::Request method.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | imepad.h |