Click or drag to resize

SafeFindVolumeHandle Constructor

Initializes a new instance of the SafeFindVolumeHandle class.

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

Parameters

handle
Type: SystemIntPtr
The handle.
callerHandle
Type: SystemBoolean
to reliably release the handle during the finalization phase; to prevent reliable release (not recommended).
See Also