FileSystemEntryGetReparsePointData Method (IntPtr, Boolean) |
Gets the reparse point data of a file or directory using its handle.
The handle must have been open using FILE_FLAG_OPEN_REPARSE_POINT flag.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static byte[] GetReparsePointData(
IntPtr handle,
bool throwOnError = true
)
Parameters
- handle
- Type: SystemIntPtr
The file or directory reparse point handle. - throwOnError (Optional)
- Type: SystemBoolean
true to throw errors; otherwise false.
Return Value
Type:
Byte
The data or null.
See Also