Home
last modified time | relevance | path

Searched refs:hNtdll (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c282 HMODULE hNtdll; in get_build_number() local
286 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() local
7361 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 …]