IImePadApplet::GetAppletCfg method
Called from IImePad to get IImePadApplet's configuration data.
c++
HRESULT GetAppletCfg(
LPIMEAPPLETCFG lpAppletCfg
);
- lpAppletCfg
Pointer to IMEAPPLETCFG structure.
S_OK if successful, otherwise E_FAIL.
This method is called from IImePad to get the applet's specific data. This method can be called before calling Initialize.
Header |
Imepad.h |