Click or drag to resize

SafeTokenHandle Constructor (IntPtr, Boolean)

Initializes a new instance of the SafeTokenHandle class.

Namespace:  Alphaleonis.Win32
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public SafeTokenHandle(
	IntPtr handle,
	bool callerHandle
)

Parameters

handle
Type: SystemIntPtr
The handle.
callerHandle
Type: SystemBoolean
[owns handle].
See Also