Searched refs:program_files_path (Results 1 – 1 of 1) sorted by relevance
1464 LPWSTR program_files_path = nullptr; in try_create_device_factory() local1465 SHGetKnownFolderPath(FOLDERID_ProgramFiles, KF_FLAG_DEFAULT, NULL, &program_files_path); in try_create_device_factory()1467 auto pix_installation_path = std::filesystem::path(program_files_path) / "Microsoft PIX"; in try_create_device_factory()