Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Frees DEVPROPERTY structures allocated by calls to DevGetObjectProperties or DevGetObjectPropertiesEx.
Syntax
void DevFreeObjectProperties(
[in] ULONG cPropertyCount,
[in] const DEVPROPERTY *pProperties
);
Parameters
[in] cPropertyCount
Supplies the number of elements pointed at by pProperties.
[in] pProperties
An array of DEVPROPERTY structures to be freed.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 version 1809 |
Minimum supported server | Windows Server 2019 |
Header | devquery.h |
Library | Onecore.lib |
DLL | Cfgmgr32.dll |