The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DXGI_SHARED_RESOURCE structure
Represents a handle to a shared resource.
Syntax
typedef struct DXGI_SHARED_RESOURCE { HANDLE Handle; } DXGI_SHARED_RESOURCE;
Members
- Handle
-
Type: HANDLE
-
A handle to a shared resource.
Remarks
To create a shared surface, pass a shared-resource handle into the IDXGIDevice::CreateSurface method.
Requirements
|
Header |
|
|---|
See also
Show: