cadencii.win32.GetMessage C# (CSharp) Method

GetMessage() private method

private GetMessage ( Message &msg, int hWnd, uint wFilterMin, uint wFilterMax ) : bool
msg Message
hWnd int
wFilterMin uint
wFilterMax uint
return bool
        public static extern bool GetMessage( ref Message msg, int hWnd, uint wFilterMin, uint wFilterMax );
win32