Searched refs:hNtdll (Results 1 – 1 of 1) sorted by relevance
282 HMODULE hNtdll; in get_build_number() local286 hNtdll = GetModuleHandle("ntdll.dll"); in get_build_number()287 if (hNtdll != NULL) in get_build_number()290 (PfnRtlGetVersion)GetProcAddress(hNtdll, "RtlGetVersion"); in get_build_number()7360 HMODULE hNtdll = GetModuleHandle("ntdll.dll"); in load_ntdll() local7361 if (hNtdll != NULL) in load_ntdll()7364 pNtClose = (PfnNtClose) GetProcAddress(hNtdll, "NtClose"); in load_ntdll()7366 GetProcAddress(hNtdll, "NtSetEaFile"); in load_ntdll()7368 GetProcAddress(hNtdll, "NtQueryEaFile"); in load_ntdll()7370 GetProcAddress(hNtdll, "NtQueryInformationFile"); in load_ntdll()[all …]