NativeMethods.WM_USER Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This message is used by applications to help define private messages.
public: int WM_USER = 1024;
public const int WM_USER = 1024;
val mutable WM_USER : int
Public Const WM_USER As Integer = 1024