D3DDDIARG_RESOLVESHAREDRESOURCE structure (d3dumddi.h)

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.

Syntax

typedef struct _D3DDDIARG_RESOLVESHAREDRESOURCE {
  [in] HANDLE hResource;
} D3DDDIARG_RESOLVESHAREDRESOURCE;

Members

[in] hResource

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

Requirements

Requirement Value
Minimum supported client D3DDDIARG_RESOLVESHAREDRESOURCE is supported beginning with the Windows 7 operating system.
Header d3dumddi.h (include D3dumddi.h)

See also

ResolveSharedResource