REGISTERWORDA Structure     STYLEBUFA Structure     Active Input Method Manag...    
Web Workshop (Miscellaneous)

REGISTERWORDW Structure


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). Non-MSDN link

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


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.