handleapi¶
Bindings for the Win32 Handle API.
- gonto.win32.handleapi.INVALID_HANDLE_VALUE = 18446744073709551615¶
Invalid handle value for Win32 APIs that does not use NULL (
None) as invalid value.
- gonto.win32.handleapi.lib = None¶
Binding of handleapi functions of
kernel32.dll. See source code for a list of bound functions.