wdfresource.h header
This header is used by wdf. For more information, see:
wdfresource.h contains the following programming interfaces:
Functions
WdfCmResourceListAppendDescriptor The WdfCmResourceListAppendDescriptor method adds a resource descriptor to the end of a specified resource list. |
WdfCmResourceListGetCount The WdfCmResourceListGetCount method returns the number of resource descriptors that are contained in a specified resource list. |
WdfCmResourceListGetDescriptor The WdfCmResourceListGetDescriptor method returns a pointer to a resource descriptor that is contained in a specified resource list. |
WdfCmResourceListInsertDescriptor The WdfCmResourceListInsertDescriptor method inserts a resource descriptor into a specified resource list. |
WdfCmResourceListRemove The WdfCmResourceListRemove method removes a resource descriptor from a specified resource list. |
WdfCmResourceListRemoveByDescriptor The WdfCmResourceListRemoveByDescriptor method removes a specified resource descriptor from a specified resource list. |
WdfIoResourceListAppendDescriptor The WdfIoResourceListAppendDescriptor method adds a resource descriptor to the end of a resource requirements list's logical configuration. |
WdfIoResourceListCreate The WdfIoResourceListCreate method creates an empty logical configuration, which can be populated and added to a resource requirements list. |
WdfIoResourceListGetCount The WdfIoResourceListGetCount method returns the number of resource descriptors that are contained in a resource requirements list's logical configuration. |
WdfIoResourceListGetDescriptor The WdfIoResourceListGetDescriptor method returns a pointer to a resource descriptor that is contained in a resource requirements list's logical configuration. |
WdfIoResourceListInsertDescriptor The WdfIoResourceListInsertDescriptor method inserts a resource descriptor into a resource requirements list's logical configuration. |
WdfIoResourceListRemove The WdfIoResourceListRemove method removes a resource descriptor from a resource requirements list's logical configuration. |
WdfIoResourceListRemoveByDescriptor The WdfIoResourceListRemoveByDescriptor method removes a resource descriptor from a resource requirement list's logical configuration. |
WdfIoResourceListUpdateDescriptor The WdfIoResourceListUpdateDescriptor method updates a resource descriptor in a resource requirements list's logical configuration. |
WdfIoResourceRequirementsListAppendIoResList The WdfIoResourceRequirementsListAppendIoResList method adds a logical configuration to the end of a resource requirements list. |
WdfIoResourceRequirementsListGetCount The WdfIoResourceRequirementsListGetCount method returns the number of logical configurations that are contained in a resource requirements list. |
WdfIoResourceRequirementsListGetIoResList The WdfIoResourceRequirementsListGetIoResList method returns a handle to the framework resource-range-list object that represents a specified logical configuration in a specified resource requirements list. |
WdfIoResourceRequirementsListInsertIoResList The WdfIoResourceRequirementsListInsertIoResList method inserts a logical configuration into a resource requirements list. |
WdfIoResourceRequirementsListRemove The WdfIoResourceRequirementsListRemove method removes a logical configuration from a resource requirements list. |
WdfIoResourceRequirementsListRemoveByIoResList The WdfIoResourceRequirementsListRemoveByIoResList method removes a logical configuration from a resource requirements list. |
WdfIoResourceRequirementsListSetInterfaceType The WdfIoResourceRequirementsListSetInterfaceType method assigns a bus type to a resource requirements list. |
WdfIoResourceRequirementsListSetSlotNumber The WdfIoResourceRequirementsListSetSlotNumber method assigns a slot number to a resource requirements list. |