// d3dumddi.h
typedef struct _D3DDDIARG_RESOLVESHAREDRESOURCE {
[in] HANDLE hResource;
} D3DDDIARG_RESOLVESHAREDRESOURCE;
View the official Windows Driver Kit DDI referenceNo description available.
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.
hResource [in]A handle to the surface that the driver uses as a shared surface or in GDI interoperability.