MSDN Home > MSDN Library > User Interface Design and Development > Windows Controls > Individual Control Information > Rich Edit Controls > |
The CHARRANGE structure specifies a range of characters in a rich edit control. This structure is used with the EM_EXGETSEL and EM_EXSETSEL messages. If the cpMin and cpMax members are equal, the range is empty. The range includes everything if cpMin is 0 and cpMax is —1. Syntax typedef struct _charrange { LONG cpMin; LONG cpMax; } CHARRANGE; Members
Structure Information
See Also Rich Edit Controls, EM_EXGETSEL, EM_EXSETSEL |
Contact Us | E-Mail this Page | MSDN Flash Newsletter | Legal |
© 2003 Microsoft Corporation. All rights reserved. Terms of Use Privacy Statement Accessibility |