wdfcollection.h 标头
wdf 使用此标头。 有关详细信息,请参阅:
wdfcollection.h 包含以下编程接口:
函数
WdfCollectionAdd WdfCollectionAdd 方法将指定的框架对象添加到对象集合。 |
WdfCollectionCreate WdfCollectionCreate 方法创建框架集合对象。 |
WdfCollectionGetCount WdfCollectionGetCount 方法返回当前位于对象集合中的对象数。 |
WdfCollectionGetFirstItem WdfCollectionGetFirstItem 方法返回对象集合中的第一个对象的句柄。 |
WdfCollectionGetItem WdfCollectionGetItem 方法返回对象句柄,该句柄包含在指定对象集合中并与指定的索引值相关联。 |
WdfCollectionGetLastItem WdfCollectionGetLastItem 方法返回对象集合中最后一个对象的句柄。 |
WdfCollectionRemove WdfCollectionRemove 方法从指定的对象集合中删除对象。 |
WdfCollectionRemoveItem WdfCollectionRemoveItem 方法基于指定的索引值从对象集合中删除指定的对象。 |