winsiderss / phnt

Native API header files for the System Informer project.
https://github.com/winsiderss/systeminformer
MIT License
991 stars 166 forks source link

IORing APIs #29

Closed kawaii-ghost closed 11 months ago

kawaii-ghost commented 11 months ago

As for Windows 11 22H2, there's new system call for IORing like NtCreateIoRing and NtSubmitIoRing

https://learn.microsoft.com/en-us/windows/win32/api/ioringapi/nf-ioringapi-createioring https://learn.microsoft.com/en-us/windows/win32/api/ioringapi/nf-ioringapi-submitioring

dmex commented 11 months ago

they're in the upstream repo: https://github.com/winsiderss/systeminformer/blob/5f09f1959b0dccf8cfbbdaa06968b5783ed9318f/phnt/include/ntioapi.h#L1973-L2012