Click or drag to resize

WindowsApiFormatMessage Method

Win32 FormatMessage function.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.300-beta+b2186e2cd1f968c931b0e151fdd7c839f3d1e9cf
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