D3DDDIARG_RESOLVESHAREDRESOURCE - NtDoc

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

typedef struct _D3DDDIARG_RESOLVESHAREDRESOURCE {
  [in] HANDLE hResource;
} D3DDDIARG_RESOLVESHAREDRESOURCE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_RESOLVESHAREDRESOURCE structure

Description

The D3DDDIARG_RESOLVESHAREDRESOURCE structure specifies the resource that the user-mode display driver's ResolveSharedResource function uses as a synchronized shared surface or a GDI interoperable surface.

Members

hResource [in]

A handle to the surface that the driver uses as a shared surface or in GDI interoperability.

See also

ResolveSharedResource