IActiveIME::ToAsciiEx Met...     IActiveIME2 Interface     IActiveIME Interface    
Web Workshop (Miscellaneous)

IActiveIME::UnregisterWord Method


Removes a registered string from the dictionary of this Active Input Method Editor.

Syntax

HRESULT UnregisterWord(
    LPWSTR szReading,
    DWORD  dwStyle,
    LPWSTR szString
);

Parameters

szReading
[in] Address of a string value that contains the reading string of the registered string.
dwStyle
[in] Unsigned long integer value that specifies the style of the registered string.
szString
[in] Address of a string value that contains 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® 2000 Driver Development Kit.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.