הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
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 |