// d3d12umddi.h
typedef struct D3D12DDICB_UNPIN_RESOURCES_0076 {
UINT NumResources;
const D3D12DDI_HRTRESOURCE *hResources;
} D3D12DDICB_UNPIN_RESOURCES_0076;
View the official Windows Driver Kit DDI referenceNo description available.
Argument structure for PFND3D12DDI_UNPINRESOURCES_CB_0076 that provides the list of resources to unpin.
NumResourcesSize of the hResources handle array.
hResourcesThe list of D3D12DDI_HRTRESOURCE resources to unpin.
PFND3D12DDI_UNPINRESOURCES_CB_0076