SafeTokenHandle Constructor (IntPtr, Boolean) |
Namespace:
Alphaleonis.Win32
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public SafeTokenHandle(
IntPtr handle,
bool callerHandle
)
Public Sub New (
handle As IntPtr,
callerHandle As Boolean
)
public:
SafeTokenHandle(
IntPtr handle,
bool callerHandle
)
new :
handle : IntPtr *
callerHandle : bool -> SafeTokenHandle
Parameters
- handle
- Type: SystemIntPtr
The handle. - callerHandle
- Type: SystemBoolean
[owns handle].
See Also