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 information about how the text length of a rich edit control should be calculated. This structure is passed in the wParam in the EM_GETTEXTLENGTHEX message.
Syntax
typedef struct _gettextlengthex {
DWORD flags;
UINT codepage;
} GETTEXTLENGTHEX;
Members
flags
Type: DWORD
Value specifying the method to be used in determining the text length. This member can be one or more of the following values (some values are mutually exclusive).
codepage
Type: UINT
Code page used in the translation. It is CP_ACP for ANSI Code Page and 1200 for Unicode.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | richedit.h |