Home | History | Annotate | Download | only in Modules

Lines Matching refs:hKernel32

107     HINSTANCE hKernel32;
130 hKernel32 = GetModuleHandle("KERNEL32");
131 *(FARPROC *)&Py_CancelIoEx = GetProcAddress(hKernel32, "CancelIoEx");