Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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 |