Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SetLastSystemError()
static void System.Runtime.InteropServices.Marshal.SetLastSystemError
(
int
error
)
inline
static
Definition at line
1782
of file
Marshal.cs
.
1783
{
1784
Interop
.
Kernel32
.
SetLastError
(error);
1785
}
Interop.Kernel32.SetLastError
static void SetLastError(int errorCode)
Interop.Kernel32
Definition
Interop.cs:8
Interop
Definition
Interop.cs:6
References
Interop.Kernel32.SetLastError()
.
System
Runtime
InteropServices
Marshal
Generated by
1.10.0