WindowsApiFormatMessage Method

Win32 FormatMessage function.

Definition

Namespace: Gemstone.Interop
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.171 -- Release Build+4f4d518944b843c059d40b523747cd410a7c216d
public static int FormatMessage(
	int dwFlags,
	ref IntPtr lpSource,
	int dwMessageId,
	int dwLanguageId,
	ref string lpBuffer,
	int nSize,
	ref IntPtr Arguments
)

Parameters

dwFlags  Int32

[Missing <param name="dwFlags"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

lpSource  IntPtr

[Missing <param name="lpSource"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

dwMessageId  Int32

[Missing <param name="dwMessageId"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

dwLanguageId  Int32

[Missing <param name="dwLanguageId"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

lpBuffer  String

[Missing <param name="lpBuffer"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

nSize  Int32

[Missing <param name="nSize"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

Arguments  IntPtr

[Missing <param name="Arguments"/> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

Return Value

Int32

[Missing <returns> documentation for "M:Gemstone.Interop.WindowsApi.FormatMessage(System.Int32,System.IntPtr@,System.Int32,System.Int32,System.String@,System.Int32,System.IntPtr@)"]

See Also