WM_COPY top-level constant

int const WM_COPY

An application sends the WM_COPY message to an edit control or combo box to copy the current selection to the clipboard in CF_TEXT format.

Implementation

const WM_COPY = 0x0301;