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

◆ ReleaseHandle()

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

Definition at line 13 of file SafeMemoryMappedViewHandle.cs.

14 {
15 IntPtr lpBaseAddress = handle;
17 return global::Interop.Kernel32.UnmapViewOfFile(lpBaseAddress);
18 }
static readonly IntPtr Zero
Definition IntPtr.cs:18

References System.Runtime.InteropServices.SafeHandle.handle, and System.IntPtr.Zero.