I'm working on an application using HWiNFO SDK and trying to retrieve the GPU's driver date. The HWiNFO GUI correctly displays the driver date, but when I call:
Get(L"DriverDate", 0, &info, nullptr, nullptr)
, the query fails. I can successfully retrieve other information using the Get function, including the GPU Driver Version. My GPU is an integrated Intel GPU—could this be related to the issue with retrieving the Driver Date?
Has anyone encountered this issue before? Any guidance or suggestions would be greatly appreciated.
Get(L"DriverDate", 0, &info, nullptr, nullptr)
, the query fails. I can successfully retrieve other information using the Get function, including the GPU Driver Version. My GPU is an integrated Intel GPU—could this be related to the issue with retrieving the Driver Date?
Has anyone encountered this issue before? Any guidance or suggestions would be greatly appreciated.