CreateIFEDictionaryInstance function (msime.h)

Returns a pointer to an IFEDictionary interface.

Syntax

HRESULT CreateIFEDictionaryInstance(
  [out] VOID **ppvObj
);

Parameters

[out] ppvObj

Address of the pointer variable that receives the IFEDictionary interface pointer of the object created.

Return value

S_OK if successful, otherwise an OLE-defined error code.

Remarks

There is no import library available that defines this function. It is necessary to manually obtain a pointer to this function using LoadLibrary and GetProcAddress.

Requirements

Requirement Value
Target Platform Windows
Header msime.h