CHARRANGE (Structures)
Last changed: -217.86.67.14

.
Summary
The CHARRANGE structure specifies a range of characters in a rich edit control

C# Definition:

[StructLayout(LayoutKind.Sequential)]
struct CHARRANGE {
  public int cpMin;
  public int cpMax;
}

VB Definition:

<StructLayout(LayoutKind.Sequential)> _
Structure CHARRANGE
   Public cpMin as Int32
   Public cpMax as Int32
End Structure

User-Defined Field Types:

None.

Notes:

None.

Documentation
CHARRANGE on MSDN