IActiveIMMApp::Unregister...     IActiveIMMIME Interface     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::UnregisterWordW Method


Removes a register string from the dictionary of the IME associated with the specified keyboard layout. Unicode implementation.

Syntax

HRESULT UnregisterWordW(
    HKL hKL,
    LPWSTR szReading,
    DWORD dwStyle,
    LPWSTR szUnregister
);

Parameters

hKL
[in] Handle to the keyboard layout.
szReading
[in] Address of a string value that contains a null-terminated string specifying the reading string associated with the string to remove.
dwStyle
[in] Unsigned long integer value that contains the style of the register string.
szUnregister
[in] Address of a string value that contains a null-terminated string specifying the register string to remove.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

This method maps to the ImmUnregisterWord function documented in the Microsoft® Platform Software Development Kit (SDK). Non-MSDN link



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.