Closed jmctune closed 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.
NtReadFile
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
Nothing a simple reboot can't fix. Very strange, but working.
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.