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

◆ GetLastSystemError()

static int System.Runtime.InteropServices.Marshal.GetLastSystemError ( )
inlinestatic

Definition at line 1777 of file Marshal.cs.

1778 {
1779 return Interop.Kernel32.GetLastError();
1780 }
static int GetLastError()

References Interop.Kernel32.GetLastError().