Share via


CreateIImeIPointInstance (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.