CF_OEMTEXT top-level constant

  1. @Deprecated('Use CLIPBOARD_FORMAT.CF_OEMTEXT instead')
int const CF_OEMTEXT

Text format containing characters in the OEM character set. Each line ends with a carriage return/linefeed (CR-LF) combination. A null character signals the end of the data.

Implementation

@Deprecated('Use CLIPBOARD_FORMAT.CF_OEMTEXT instead')
const CF_OEMTEXT = 7;