IFEDictionary::Create method (msime.h)
Creates a new dictionary file.
Syntax
HRESULT Create(
[in] const CHAR *pchDictPath,
[in] IMESHF *pshf
);
Parameters
[in] pchDictPath
A NULL-terminated string containing the path and name for the new dictionary file to be created.
[in] pshf
The IMESHF header for the new dictionary.
Return value
One of the following:
- S_OK
- IFED_S_EMPTY_DICTIONARY
- E_OUTOFMEMORY
- E_FAIL
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | msime.h |