CreateIFEDictionaryInstance (Windows CE 5.0)

Send Feedback

This function creates an instance of the IFEDictionary class.

HRESULT CreateIFEDictionaryInstance(VOID** ppvObj);

Parameters

  • ppvObj
    [out] Address of the pointer variable that receives the IFEDictionary interface pointer of the object created.

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 IFEDictionary class.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Imejpp.dll.

See Also

CoCreateInstance | IFEDictionary

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.