Click or drag to resize

FileSystemEntryClose Method

Close an opened entry using the handle.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool Close(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The entry handle. If its value is IntPtr.Zero, the method does nothing and returns false.

Return Value

Type: Boolean
true if the operation succeeded; otherwise false.
See Also