Home | History | Annotate | Download | only in Python

Lines Matching refs:hKernel32

1081     HANDLE hKernel32;
1112 hKernel32 = GetModuleHandleW(L"kernel32.dll");
1113 if (hKernel32 && GetModuleFileNameW(hKernel32, kernel32_path, MAX_PATH) &&