Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function creates an instance of the IImeIPoint2 class.
HRESULT CreateIImeIPointInstance(REFCLSIDclsid,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 Values
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Imejpp.dll.
See Also
CoCreateInstance | IImeIPoint2 | IUnknown | QueryInterface
Send Feedback on this topic to the authors