FileSystemEntryClose Method |
Close an opened entry using the handle.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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