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

◆ GetMessage() [11/22]

static string Interop.Kernel32.GetMessage ( int errorCode)
inlinestaticpackage

Definition at line 382 of file Interop.cs.

383 {
384 return GetMessage(errorCode, IntPtr.Zero);
385 }
static string GetMessage(int errorCode)
Definition Interop.cs:113
static readonly IntPtr Zero
Definition IntPtr.cs:18

References Interop.Kernel32.GetMessage(), and System.IntPtr.Zero.