WM_NOTIFYFORMAT top-level constant

int const WM_NOTIFYFORMAT

Determines if a window accepts ANSI or Unicode structures in the WM_NOTIFY notification message. WM_NOTIFYFORMAT messages are sent from a common control to its parent window and from the parent window to the common control.

Implementation

const WM_NOTIFYFORMAT = 0x0055;