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

◆ SafeRegistryHandle() [2/2]

Internal.Win32.SafeHandles.SafeRegistryHandle.SafeRegistryHandle ( IntPtr preexistingHandle,
bool ownsHandle )
inline

Definition at line 13 of file SafeRegistryHandle.cs.

14 : base(ownsHandle)
15 {
16 SetHandle(preexistingHandle);
17 }

References System.Runtime.InteropServices.SafeHandle.SetHandle().