Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c7316 typedef NTSTATUS (NTAPI *PfnNtClose)( typedef
7344 PfnNtClose pNtClose = NULL;
7364 pNtClose = (PfnNtClose) GetProcAddress(hNtdll, "NtClose"); in load_ntdll()