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

◆ ReleaseHandle()

override bool Microsoft.Win32.SafeHandles.SafeLsaHandle.ReleaseHandle ( )
inlinesealedprotected

Definition at line 15 of file SafeLsaHandle.cs.

16 {
17 int num = global::Interop.SspiCli.LsaDeregisterLogonProcess(handle);
18 return num == 0;
19 }

References System.Runtime.InteropServices.SafeHandle.handle.