Click or drag to resize

WindowsApiFormatMessage Method

Win32 FormatMessage function.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
[DllImportAttribute("kernel32.dll")]
public static int FormatMessage(
	int dwFlags,
	ref IntPtr lpSource,
	int dwMessageId,
	int dwLanguageId,
	ref string lpBuffer,
	int nSize,
	ref IntPtr Arguments
)
View Source

Parameters

dwFlags  Int32
 
lpSource  IntPtr
 
dwMessageId  Int32
 
dwLanguageId  Int32
 
lpBuffer  String
 
nSize  Int32
 
Arguments  IntPtr
 

Return Value

Int32
See Also