IActiveIME::ProcessKey Me...     IActiveIME::Select Method     IActiveIME Interface    
Web Workshop (Miscellaneous)

IActiveIME::RegisterWord Method


Registers a string into the dictionary of this Active Input Method Editor.

Syntax

HRESULT RegisterWord(
    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 registered.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImeRegisterWord 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.