Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
DXGI_SHARED_RESOURCE structure (dxgi.h)
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
| Requirement | Value |
|---|---|
| Header | dxgi.h |
See also
Feedback
Was this page helpful?
