Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |