Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Removes a registered string from the dictionary of this Active IME.
Syntax
HRESULT UnregisterWord( LPWSTR szReading, DWORD dwStyle, LPWSTR szString );
Parameters
- szReading
- [in] Address of a string value containing the reading string of the registered string.
- dwStyle
- [in] Unsigned long integer value that contains the style of the registered string.
- szString
- [in] Address of a string value that specifies the string to be unregistered.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
This method maps to the ImeUnregisterWord function documented in the Microsoft® Windows NT® 5.0 Device Driver Kit.
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.