PFND3D12DDI_UNPINRESOURCES_CB_0076 callback function (d3d12umddi.h)
Unpins a resource that has been pinned with PFND3D12DDI_PINRESOURCES_CB_0076.
Syntax
PFND3D12DDI_UNPINRESOURCES_CB_0076 Pfnd3d12ddiUnpinresourcesCb0076;
HRESULT Pfnd3d12ddiUnpinresourcesCb0076(
D3D12DDI_HRTDEVICE hRTDevice,
const D3D12DDICB_UNPIN_RESOURCES_0076 *unnamedParam2
)
{...}
Parameters
hRTDevice
Handle that identifies the display device.
unnamedParam2
A D3D12DDICB_UNPIN_RESOURCES_0076 structure that provides the list of resources to unpin.
Return value
Returns HRESULT.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 2004 |
Header | d3d12umddi.h |