System.ComponentModel.Tests.Win32ExceptionTestType.FormatMessage C# (CSharp) Method

FormatMessage() private method

private FormatMessage ( int dwFlags, IntPtr lpSource_mustBeNull, uint dwMessageId, int dwLanguageId, StringBuilder lpBuffer, int nSize, IntPtr arguments ) : int
dwFlags int
lpSource_mustBeNull IntPtr
dwMessageId uint
dwLanguageId int
lpBuffer System.Text.StringBuilder
nSize int
arguments IntPtr
return int
        private static extern int FormatMessage(
            int dwFlags,
            IntPtr lpSource_mustBeNull,
            uint dwMessageId,
            int dwLanguageId,
            StringBuilder lpBuffer,
            int nSize,
            IntPtr[] arguments);