GetHardwareRequirementSystemInfo function (hwreqchkapi.h)
Important
Some information relates to a prerelease product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API returns the actual hardware device system information that is used to evaluate and compare against a given hardware requirement.
Syntax
HRESULT GetHardwareRequirementSystemInfo(
HWREQCHK_DEVICE_HARDWARE_SYSINFO *deviceHardwareSystemInfo
);
Parameters
deviceHardwareSystemInfo
Provides the current device hardware and processor information that is used to evaluate against a defined hardware requirement.
Return value
Returns an HRESULT
value that indicates the success or failure of the call.
Requirements
Requirement | Value |
---|---|
Header | hwreqchkapi.h |
Library | HWREQCHK.LIB |
DLL | HWREQCHK.DLL |