EM_GETLINE top-level constant Null safety
Copies a line of text from an edit control and places it in a specified buffer.
You can send this message to either an edit control or a rich edit control.
Implementation
const EM_GETLINE = 0x00C4;
Copies a line of text from an edit control and places it in a specified buffer.
You can send this message to either an edit control or a rich edit control.
const EM_GETLINE = 0x00C4;