Share via


IFEDictionary::Create (Windows CE 5.0)

Send Feedback

This method creates a user dictionary in Pocket IME format and associates it with the object.

HRESULT IFEDictionary::Create(CHAR* pchFileName,IMESHF* pShf);

Parameters

  • pchFileName
    [in] Pointer to the path to the dictionary file to be created.
  • pShf
    [in] Pointer to an IMESHF structure that contains the header information of the dictionary file.

Return Values

The following table shows the Return Values for this method.

Return value Description
S_OK User dictionary file successfully created.
E_FAIL An unexpected error has occurred.

Remarks

Only the szTitle member of the IMESHF structure specifies the title of the user dictionary. Other members in the IMESHF structure are ignored.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Msime.h.
Link Library: Uuid.lib.

See Also

IMESHF

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.