cadencii.win32.DispatchMessage C# (CSharp) Method

DispatchMessage() private method

private DispatchMessage ( Message &msg ) : bool
msg Message
return bool
        public static extern bool DispatchMessage( ref Message msg );
win32