IFEDictionary::Create Method

Creates a user dictionary file. This creates an IFEDictionary object, and returns a pointer to the object. This is one way of obtaining an interface pointer to IFEDictionary. Another way of obtaining this pointer is by using the IFECommon Interface interface, using the IUnknown::QueryInterface Function method with IID_IFEDictionary interface ID defined in MSIME.H. This is a DLL function.

Parameters

Parameter Description

void **ppvObj

(OUT) A pointer to the created object is placed

Return Values


Return Values

HRESULT

S_OK
IFED_S_EMPTY_DICTIONARY
E_OUTOFMEMORY
E_FAIL