CF_TEXT top-level constant

int const CF_TEXT

Text format. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data. Use this format for ANSI text.

Implementation

const CF_TEXT = 1;