Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetMessage() [6/6]

static string System.IO.Win32Marshal.GetMessage ( int errorCode)
inlinestaticpackage

Definition at line 53 of file Win32Marshal.cs.

54 {
55 return Interop.Kernel32.GetMessage(errorCode);
56 }
static string GetMessage(int errorCode)
Definition Interop.cs:113

References Interop.Kernel32.GetMessage().