Searched refs:NtVdmPathSize (Results 1 – 2 of 2) sorted by relevance
36 ULONG NtVdmPathSize; // Length without NULL terminator. variable544 NtVdmPathSize = GetModuleFileNameW(NULL, NtVdmPath, _countof(NtVdmPath)); in wmain()547 Success = ((NtVdmPathSize != 0) && (NtVdmPathSize < _countof(NtVdmPath)) && in wmain()559 NtVdmPathSize = GetSystemDirectoryW(NtVdmPath, _countof(NtVdmPath)); in wmain()560 Success = ((NtVdmPathSize != 0) && (NtVdmPathSize < _countof(NtVdmPath))); in wmain()564 … NtVdmPathSize = (ULONG)wcslen(SharedUserData->NtSystemRoot) + _countof("\\System32") - 1; in wmain()565 Success = (NtVdmPathSize < _countof(NtVdmPath)); in wmain()580 NtVdmPathSize = (ULONG)wcslen(NtVdmPath); in wmain()
100 extern ULONG NtVdmPathSize; // Length without NULL terminator.