Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an enumeration object that enumerates the register strings with the specified reading string, style, and register string (Unicode implementation).
Syntax
HRESULT EnumRegisterWordW(
[in] HKL hKL,
[in] LPWSTR szReading,
[in] DWORD dwStyle,
[in] LPWSTR szRegister,
[in] LPVOID pData,
[out] IEnumRegisterWordW **pEnum
);
Parameters
hKL [in]
A handle to the keyboard layout.szReading [in]
Address of a string value that contains the reading string to enumerate. If NULL, this method enumerates all available reading strings that match with the specified dwStyle and szRegister.dwStyle [in]
An unsigned long integer value that contains the style to enumerate. If set to zero, this method enumerates all available styles that match with the specified szReading and szRegister.szRegister [in]
The 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]
The address of a buffer containing data supplied by the application.pEnum [out]
A pointer to the IEnumRegisterWordW interface of the enumeration object.
Return value
Returns S_OK if successful, or an error value otherwise.
Remarks
This method maps to the ImmEnumRegisterWord function that is documented in the Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 5.0 |
Header |
Dimm.h |
IDL |
Dimm.idl |