IActiveIMMApp::EnumRegist...     IActiveIMMApp::EscapeA Me...     IActiveIMMApp Interface    
Web Workshop (Miscellaneous)

IActiveIMMApp::EnumRegisterWordW Method


Creates an enumeration object that will enumerate the register strings having the specified reading string, style, and register string. Unicode implementation.

Syntax

HRESULT EnumRegisterWordW(
    HKL hKL,
    LPWSTR szReading,
    DWORD dwStyle,
    LPWSTR szRegister,
    LPVOID pData,
    IEnumRegisterWordW **pEnum
);

Parameters

hKL
[in] Handle to the keyboard layout.
szReading
[in] Address of a string value that contains the reading string to be enumerated. If NULL, this method enumerates all available reading strings that match with the specified dwStyle and szRegister.
dwStyle
[in] Unsigned long integer value that contains the style to be enumerated. If set to zero, this method enumerates all available styles that match with the specified szReading and szRegister.
szRegister
[in] Address of a string value that contains the register string to enumerate. If NULL, this method enumerates all register strings that match with the specified szReading and dwStyle.
pData
[in] Address of a buffer containing data supplied by the application.
pEnum
[out] Address of a pointer to the IEnumRegisterWordW interface of the enumeration object.

Return Value

Returns S_OK if successful, or an error code otherwise.

Remarks

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