Enumerates the registered strings with the specified reading string, style, and registered string data.
Syntax
HRESULT EnumRegisterWord( LPWSTR szReading, DWORD dwStyle, LPWSTR szRegister, LPVOID pData, IEnumRegisterWordW **ppEnum );
Parameters
- szReading
- [in] Address of a string value that specifies the reading string to be enumerated.
- dwStyle
- [in] Unsigned long integer value that specifies the style to be enumerated.
- szRegister
- [in] Address of a string value that specifies the registered string to be enumerated.
- pData
- [in] Address of a buffer that contains application-supplied data.
- ppEnum
- [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 ImeEnumRegisterWord function documented in the Microsoft® Windows® 2000 Driver Development Kit.