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 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:
Booleantrue if the operation succeeded; otherwise false.
See Also