Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 1.6 KB

nf-hwreqchkapi-gethardwarerequirements.md

File metadata and controls

68 lines (56 loc) · 1.6 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NF:hwreqchkapi.GetHardwareRequirements
hwreqchk
GetHardwareRequirements (hwreqchkapi.h)
04/24/2023
Windows
Returns a collection of defined hardware requirements for all product-types.
true
function
HWREQCHK.DLL
hwreqchkapi.h
HWREQCHK.LIB
apiref
HeaderDef
hwreqchkapi.h
GetHardwareRequirements
GetHardwareRequirements
hwreqchkapi/GetHardwareRequirements
c++
GetHardwareRequirements

-description

This API returns a collection of defined hardware requirements for all product-types.

-parameters

-param deviceHardwareRequirements

Returns the list of all defined hardware requirements. Any of the hardware requirements returned can be used to evaluate the hardware requirements.

Note

Internally, the API allocates memory for this argument using CoTaskMemAlloc and it is the responsibility of the caller to free the memory using CoTaskMemFree.

-param requirementCount

The number of HWREQCHK_DEVICE_HARDWARE_REQUIREMENT items that are returned in deviceHardwareRequirements.

-returns

Returns an HRESULT value that indicates the success or failure of the call.

-remarks

-see-also