CreateIImeIPointInstance

This function creates an instance of the IImeIPoint2 class.

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 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

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.