Is there a user space equivalent of NtSetInformationFile?

388 views Asked by At

I want to change the completion key for a handle that has been added to an I/O completion port. There are multiple answers like this that state that it can be done via NtSetInformationFile, but is there a user space equivalent for that? I am not very fond of the though of loading that function dynamically from ntdll.dll.

0

There are 0 answers