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

◆ SafeAccessTokenHandle() [1/2]

Microsoft.Win32.SafeHandles.SafeAccessTokenHandle.SafeAccessTokenHandle ( )
inline

Definition at line 22 of file SafeAccessTokenHandle.cs.

23 : base(IntPtr.Zero, ownsHandle: true)
24 {
25 }
static readonly IntPtr Zero
Definition IntPtr.cs:18