Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This method creates a user dictionary in Pocket IME format and associates it with the object.
Syntax
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 Value
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
| Header | msime.h |
| Library | uuid.lib |
| Windows Embedded CE | Windows CE .NET 4.0 and later |