// d3d12umddi.h
PFND3D12DDI_UNPINRESOURCES_CB_0076 Pfnd3d12ddiUnpinresourcesCb0076;
HRESULT Pfnd3d12ddiUnpinresourcesCb0076(
D3D12DDI_HRTDEVICE hRTDevice,
const D3D12DDICB_UNPIN_RESOURCES_0076 *unnamedParam2
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
Unpins a resource that has been pinned with PFND3D12DDI_PINRESOURCES_CB_0076.
hRTDeviceHandle that identifies the display device.
unnamedParam2A D3D12DDICB_UNPIN_RESOURCES_0076 structure that provides the list of resources to unpin.
Returns HRESULT.
//Declaration
PFND3D12DDI_UNPINRESOURCES_CB_0076 Pfnd3d12ddiUnpinResources;
// Definition
HRESULT Pfnd3d12ddiUnpinResources
(
D3D12DDI_HRTDEVICE hRTDevice,
CONST D3D12DDICB_UNPIN_RESOURCES_0076*
)
{...}
D3D12DDICB_UNPIN_RESOURCES_0076
PFND3D12DDI_PINRESOURCES_CB_0076