D3DDDIARG_RENAME - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dumddi.h

typedef struct _D3DDDIARG_RENAME {
  [in] HANDLE                 hResource;
  [in] UINT                   SubResourceIndex;
  [in] HANDLE                 hCookie;
       D3DGPU_VIRTUAL_ADDRESS GpuVirtualAddress;
} D3DDDIARG_RENAME;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_rename)

_D3DDDIARG_RENAME structure

Description

The D3DDDIARG_RENAME structure describes a resource or a surface within the resource to rename with a new allocation.

Members

hResource [in]

A handle to the resource to be renamed.

SubResourceIndex [in]

The zero-based index into the resource that hResource specifies. This index indicates the subresource or surface to be renamed.

hCookie [in]

A handle that represents the renamed surface instance that the LockAsync function previously returned.

GpuVirtualAddress

This member is reserved and should be set to zero.

This member is available beginning with Windows 7.

See also

LockAsync

Rename