18 void print_status(
const std::string_view &prefix, HRESULT status);
19 HDESK syncThreadDesktop();
21 int64_t qpc_counter();
23 std::chrono::nanoseconds qpc_time_difference(int64_t performance_counter1, int64_t performance_counter2);
31 bool getFileVersionInfo(
const std::filesystem::path &file_path, std::string &version_str);
bool getFileVersionInfo(const std::filesystem::path &file_path, std::string &version_str)
Get file version information from a Windows executable or driver file.
Definition misc.cpp:1768