Searched refs:ntdll (Results 1 – 8 of 8) sorted by relevance
88 HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in Get_LargePages_RiskLevel() local89 if (!ntdll) in Get_LargePages_RiskLevel()91 Func_RtlGetVersion func = (Func_RtlGetVersion)(void *)GetProcAddress(ntdll, "RtlGetVersion"); in Get_LargePages_RiskLevel()
725 HMODULE ntdll = ::GetModuleHandleW(L"ntdll.dll"); in My_RtlGetVersion() local726 if (!ntdll) in My_RtlGetVersion()728 Func_RtlGetVersion func = (Func_RtlGetVersion)(void *)GetProcAddress(ntdll, "RtlGetVersion"); in My_RtlGetVersion()
292 BOOL ntdll; member826 fd->ntdll = FALSE; in ntfs_device_win32_open_file()858 fd->ntdll = FALSE; in ntfs_device_win32_open_drive()929 fd->ntdll = TRUE; in ntfs_device_win32_open_lowlevel()1157 fd->ntdll = FALSE; in ntfs_device_win32_open_partition()1312 || (fd->ntdll && (abs_ofs > fd->part_length))) { in ntfs_device_win32_seek()1360 if (fd->ntdll) { in ntfs_device_win32_pio()1548 if (fd->ntdll) { in ntfs_device_win32_close()1557 if (fd->ntdll) in ntfs_device_win32_close()1887 if (fd && !fd->ntdll) { in ntfs_device_win32_ioctl()[all …]
134 HMODULE ntdll = GetModuleHandle("ntdll.dll"); in is_wine() local135 if (!ntdll) { in is_wine()139 return GetProcAddress(ntdll, "wine_get_version") == nullptr ? IsWine::kNo : IsWine::kYes; in is_wine()
703 ntdll = ctypes.WinDLL('ntdll')707 RtlAreLongPathsEnabled = ntdll.RtlAreLongPathsEnabled
60 GetModuleHandleA("ntdll.dll"), "RtlCaptureStackBackTrace");
460 HMODULE hMod = ::GetModuleHandleW(L"ntdll.dll");
472 nmake -f ms\ntdll.mak