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.
Contains the reading information or a word to register.
Syntax
typedef struct {
LPWSTR lpReading;
LPWSTR lpWord;
} REGISTERWORDW;
Members
lpReading
Pointer to 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
Pointer to 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 Windows Software Development Kit (SDK).
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Header |
Dimm.h |
IDL |
Dimm.idl |