Quantcast
Channel: How to invoke NtSetInformationFile (w/ FILE_LINK_INFORMATION) in c# - Stack Overflow
Browsing index pages (2 articles)
↧

How 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


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 Article

Browsing index pages (2 articles)


Latest Images