C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DXGI Namespace / Resource1 Class / CreateSharedHandle Method

In This Topic
CreateSharedHandle Method
In This Topic
Creates a handle to a shared resource. You can then use the returned handle with multiple Direct3D devices.
Overload List
OverloadDescription
Creates a handle to a shared resource. You can then use the returned handle with multiple Direct3D devices.  
HRESULT IDXGIResource1::CreateSharedHandle([In, Optional] const SECURITY_ATTRIBUTES* pAttributes,[In] DXGI_SHARED_RESOURCE_FLAGS dwAccess,[In, Optional] const wchar_t* lpName,[Out] void** pHandle)  
See Also