Click or drag to resize
SafeFindVolumeHandleReleaseHandle Method
When overridden in a derived class, executes the code required to free the handle.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
protected override bool ReleaseHandle()

Return Value

Type: Boolean
if the handle is released successfully; otherwise, in the event of a catastrophic failure, . In this case, it generates a ReleaseHandleFailed Managed Debugging Assistant.
See Also