wdfcollection.h header

This header is used by wdf. For more information, see:

wdfcollection.h contains the following programming interfaces:

Functions

 
WdfCollectionAdd

The WdfCollectionAdd method adds a specified framework object to an object collection.
WdfCollectionCreate

The WdfCollectionCreate method creates a framework collection object.
WdfCollectionGetCount

The WdfCollectionGetCount method returns the number of objects that are currently in an object collection.
WdfCollectionGetFirstItem

The WdfCollectionGetFirstItem method returns a handle to the first object that is in an object collection.
WdfCollectionGetItem

The WdfCollectionGetItem method returns a handle to the object that is contained in a specified object collection and associated with a specified index value.
WdfCollectionGetLastItem

The WdfCollectionGetLastItem method returns a handle to the last object that is in an object collection.
WdfCollectionRemove

The WdfCollectionRemove method removes an object from a specified object collection.
WdfCollectionRemoveItem

The WdfCollectionRemoveItem method removes a specified object from an object collection, based on a specified index value.