↧
Answer by Harry Johnston for How to invoke NtSetInformationFile (w/...
While I wouldn't recommend using the kernel API except as a last resort, I believe your immediate problem is that you are packing the FILE_LINK_INFO structure incorrectly. You have specified packing of...
View ArticleHow to invoke NtSetInformationFile (w/ FILE_LINK_INFORMATION) in c#
The following is an attempt to reproduce the CreateHardLink functionality as described here. The reason I even need to do this is because this is the only way that I know I'll have the necessary...
View Article