Home | History | Annotate | Download | only in Python

Lines Matching refs:hKernel32

942     HANDLE hKernel32;
973 hKernel32 = GetModuleHandleW(L"kernel32.dll");
974 if (hKernel32 && GetModuleFileNameW(hKernel32, kernel32_path, MAX_PATH) &&