Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SafeHandleCleanupWorkListElement.cs
Go to the documentation of this file.
2
3namespace System.StubHelpers;
4
6{
8
9 private bool m_owned;
10
15
16 protected override void DestroyCore()
17 {
18 if (m_owned)
19 {
21 }
22 }
23
24 public IntPtr AddRef()
25 {
27 }
28}
static void SafeHandleRelease(SafeHandle pHandle)
static IntPtr SafeHandleAddRef(SafeHandle pHandle, ref bool success)