WM_GETICON top-level constant

int const WM_GETICON

Sent to a window to retrieve a handle to the large or small icon associated with a window. The system displays the large icon in the ALT+TAB dialog, and the small icon in the window caption.

Implementation

const WM_GETICON = 0x007F;