Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MakeHRFromErrorCode()
[6/6]
static int System.IO.Win32Marshal.MakeHRFromErrorCode
(
int
errorCode
)
inline
static
package
Definition at line
44
of file
Win32Marshal.cs
.
45
{
46
if
((0xFFFF0000u & errorCode) != 0
L
)
47
{
48
return
errorCode;
49
}
50
return
-2147024896 | errorCode;
51
}
System.ConsoleKey.L
@ L
References
System.L
.
System
IO
Win32Marshal
Generated by
1.10.0