WM (Constants)
Last changed: -81.98.139.172

.
Summary
WM_* constants

C# Constants:

private const UInt32 WM_COMMAND    = 0x0111;
private const UInt32 WM_USER    = 0x0400;
private const UInt32 WM_CLOSE    = 0x0010;

VB Constants:

TODO

Notes:

None.