|
WindowsApiFormatMessage Method
|
Win32 FormatMessage function.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
SyntaxGSF.Interop.WindowsApi.FormatMessage = function(dwFlags, lpSource, dwMessageId, dwLanguageId, lpBuffer, nSize, Arguments);
View SourceParameters
- dwFlags Int32
-
- lpSource IntPtr
-
- dwMessageId Int32
-
- dwLanguageId Int32
-
- lpBuffer String
-
- nSize Int32
-
- Arguments IntPtr
-
Return Value
Int32
See Also