CreateIFEDictionaryInstance (Windows Embedded CE 6.0)
1/6/2010
This function creates an instance of the IFEDictionary class.
Syntax
HRESULT CreateIFEDictionaryInstance(
VOID** ppvObj
);
Parameters
- ppvObj
[out] Address of the pointer variable that receives the IFEDictionary interface pointer of the object created.
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 IFEDictionary class.
Requirements
Header | msime.h |
Library | imejpp.dll |
Windows Embedded CE | Windows CE .NET 4.0 and later |