CreateIImeIPointInstance (Windows Embedded CE 6.0)
1/6/2010
This function creates an instance of the IImeIPoint2 class.
Syntax
HRESULT CreateIImeIPointInstance(
REFCLSID clsid,
VOID** ppvObj
);
Parameters
- clsid
[in] Class identifier associated with the data and code that are used to create the object.
- ppvObj
[out] Address of the pointer variable that receives the IUnknown interface pointer of the object.
Return Value
Returns S_OK if successful or an OLE-defined error value otherwise.
Remarks
Use this function instead of the CoCreateInstance function to create an instance of the IImeIPoint2 class. To request a pointer to the IImeIPoint2 interface, you must make a subsequent call to the QueryInterface method with IID_IImeIPoint2.
Requirements
Header | msime.h |
Library | imejpp.dll |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Other Resources
Japanese Pocket IME Functions
CoCreateInstance
IUnknown
IUnknown::QueryInterface