Contains the reading information or a word to register.
Syntax
typedef struct{ LPWSTR lpReading; LPWSTR lpWord; )REGISTERWORDW;
Members
- lpReading
- Address of a string value that contains the reading information for the word to register. If the reading information is not needed, it can be set to NULL.
- lpWord
- Address of a string value that contains the word to register. If a word is not needed, it can be set to NULL.
Remarks
This structure maps to the REGISTERWORD structure documented in the Microsoft® Platform Software Development Kit (SDK).
Structure Information
Windows NT Use version 4.0. Implemented as a Unicode structure. Windows Use Windows 95 and later. Implemented as a Unicode structure. Header Dimm.h. Minimum availability Internet Explorer 5