// d3dumddi.h
typedef struct _D3DDDIARG_OFFERRESOURCES {
[in] const HANDLE *pResources;
[in] UINT Resources;
[in] D3DDDI_OFFER_PRIORITY Priority;
} D3DDDIARG_OFFERRESOURCES;
View the official Windows Driver Kit DDI referenceNo description available.
Describes video memory resources that the user-mode display driver offers for reuse. Used with the OfferResources function.
pResources [in]A pointer to an array of handles to the video memory resources that the driver offers.
Resources [in]The number of elements in the array pointed to by pResources.
Priority [in]A value of type D3DDDI_OFFER_PRIORITY that indicates the importance of the resources pointed to by pResources.
This structure is pointed to by the pData parameter of the OfferResources routine.