wdfcollection.h 標頭
wdf 會使用此標頭。 如需詳細資訊,請參閱
wdfcollection.h 包含下列程式設計介面:
函式
WdfCollectionAdd WdfCollectionAdd 方法會將指定的架構物件新增至物件集合。 |
WdfCollectionCreate WdfCollectionCreate 方法會建立架構集合物件。 |
WdfCollectionGetCount WdfCollectionGetCount 方法會傳回目前在物件集合中的物件數目。 |
WdfCollectionGetFirstItem WdfCollectionGetFirstItem 方法會傳回物件集合中第一個物件的控制碼。 |
WdfCollectionGetItem WdfCollectionGetItem 方法會傳回物件控制碼,該控制碼包含在指定的物件集合中,並與指定的索引值相關聯。 |
WdfCollectionGetLastItem WdfCollectionGetLastItem 方法會傳回物件集合中最後一個物件的控制碼。 |
WdfCollectionRemove WdfCollectionRemove 方法會從指定的物件集合中移除 物件。 |
WdfCollectionRemoveItem WdfCollectionRemoveItem 方法會根據指定的索引值,從物件集合中移除指定的物件。 |