Goal: To create symbolic link using DeviceIoControl with FSCTL_SET_REPARSE_POINT I know there is CreateSymbolicLink WinApi call, it works, but I cannot use it for my purpose. Problem: I keep getting the 0x80071128 (The data present in the reparse point buffer is invalid) when I call DeviceIOControl(hNewSymLink,FSCTL_SET_REPARSE_POINT ... the 'c:' drive [...] read more