Microsoft.Win32.SafeNativeMethods.MessageBox C# (CSharp) Méthode

MessageBox() private méthode

private MessageBox ( HandleRef hWnd, string text, string caption, int type ) : int
hWnd System.Runtime.InteropServices.HandleRef
text string
caption string
type int
Résultat int
        public static extern int MessageBox(HandleRef hWnd, string text, string caption, int type);