D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 struttura (d3dkmthk.h)
La struttura di D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 viene passata a D3DKMTCheckMultiPlaneOverlaySupport2 per verificare il supporto della sovrapposizione multiplane.
Sintassi
typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2 {
D3DKMT_HANDLE hAdapter;
D3DKMT_HANDLE hDevice;
UINT PlaneCount;
void D3DKMT_PTR(
D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 *unnamedParam1,
pOverlayPlanes unnamedParam2
);
BOOL Supported;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT2;
Members
hAdapter
[in] Handle per l'adattatore grafico.
hDevice
[in] Handle per il dispositivo.
PlaneCount
[in] Numero di piani di sovrapposizione a cui pOverlayPlanes punta.
void D3DKMT_PTR( D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE2 *unnamedParam1, pOverlayPlanes unnamedParam2)
Supported
[out] Valore booleano che indica il supporto.
ReturnInfo
[out] Struttura D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO in cui vengono restituiti i dettagli quando Supportato è FALSE.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3dkmthk.h |