WM_NULL top-level constant

int const WM_NULL

Performs no operation.

An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore.

Implementation

const WM_NULL = 0x0000;