cadencii.win32.MessageBox C# (CSharp) Method

MessageBox() private method

private MessageBox ( int h, string m, string c, int type ) : int
h int
m string
c string
type int
return int
        public static extern int MessageBox( int h, string m, string c, int type );
win32