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

◆ ReleaseHandle()

override bool Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.ReleaseHandle ( )
inlineprotected

Definition at line 32 of file SafeAccessTokenHandle.cs.

33 {
34 return global::Interop.Kernel32.CloseHandle(handle);
35 }

References System.Runtime.InteropServices.SafeHandle.handle.