Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Frees DEV_OBJECT structures allocated by a call to DevGetObjects or DevGetObjectsEx.
Syntax
VOID DevFreeObjects(
[in] ULONG cObjectCount,
[in] const DEV_OBJECT *pObjects
);
Parameters
[in] cObjectCount
Supplies the number of objects pointed at by pObjects.
[in] pObjects
An array of DEV_OBJECT 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 |