wdfcollection.h 标头

此标头由 wdf 使用。 有关详细信息,请参阅:

wdfcollection.h 包含以下编程接口:

功能

 
WdfCollectionAdd

WdfCollectionAdd 方法将指定的框架对象添加到对象集合中。
WdfCollectionCreate

WdfCollectionCreate 方法创建框架集合对象。
WdfCollectionGetCount

WdfCollectionGetCount 方法返回当前在对象集合中的对象数。
WdfCollectionGetFirstItem

WdfCollectionGetFirstItem 方法将句柄返回到对象集合中的第一个对象。
WdfCollectionGetItem

WdfCollectionGetItem 方法返回指定对象集合中包含的对象句柄,并与指定的索引值相关联。
WdfCollectionGetLastItem

WdfCollectionGetLastItem 方法将句柄返回到对象集合中的最后一个对象。
WdfCollectionRemove

WdfCollectionRemove 方法从指定的对象集合中删除对象。
WdfCollectionRemoveItem

WdfCollectionRemoveItem 方法根据指定的索引值从对象集合中删除指定对象。