IImePlugInDictDictionaryList::DeleteDictionary method (msimeapi.h)
Deletes a dictionary from the IME's plug-in dictionary list.
Syntax
HRESULT DeleteDictionary(
[in] BSTR bstrDictionaryGUID
);
Parameters
[in] bstrDictionaryGUID
The dictionary ID (GUID) of the dictionary to be removed from the list.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The specified dictionary existed in the list and was successfully removed. |
|
The specified dictionary does not exist in the list. |
|
Other errors. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 [desktop apps only] |
Minimum supported server | Windows Server 2012 [desktop apps only] |
Target Platform | Windows |
Header | msimeapi.h |