Click or drag to resize

PlaceholderFileTryDehydrate Method (SafeFileHandle, Int64, Int64)

IT Hit User File System
Tries to remove file content from user file system.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.1.26727.0-Beta2
Syntax
public static bool TryDehydrate(
	SafeFileHandle safeHandle,
	long offset,
	long length
)

Parameters

safeHandle
Type: Microsoft.Win32.SafeHandlesSafeFileHandle
Item handle.
offset
Type: SystemInt64
Offset in bytes to start removing file content from.
length
Type: SystemInt64
Lenth of the file content to remove. -1 signifies end of file.

Return Value

Type: Boolean
See Also