hakril / PythonForWindows

A codebase aimed to make interaction with Windows and native execution easier
BSD 3-Clause "New" or "Revised" License
573 stars 112 forks source link

Implementing new function calls #34

Closed jmctune closed 3 years ago

jmctune commented 3 years ago

I see that NtReadFile is missing from the meta file. I want to use this as a decorator for a hook I'm writing, so I'd like to add it.

I copied the same construct of adding this function per https://github.com/hakril/PythonForWindows/commit/77dad71b7e26a01d6d5dcf856754d4b4842dce41, but it doesn't seem to find it.

NameError: name 'NtReadFileCallback' is not defined
jmctune commented 3 years ago

Nothing a simple reboot can't fix. Very strange, but working.