struttura D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT (d3dkmthk.h)
Verificare il supporto per la sovrimpressione multipla.
Sintassi
typedef struct _D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT {
D3DKMT_HANDLE hDevice;
UINT PlaneCount;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_PLANE *pOverlayPlanes;
BOOL Supported;
D3DKMT_CHECK_MULTIPLANE_OVERLAY_SUPPORT_RETURN_INFO ReturnInfo;
} D3DKMT_CHECKMULTIPLANEOVERLAYSUPPORT;
Membri
hDevice
Handle per il dispositivo.
PlaneCount
Numero di risorse da aggiungere.
pOverlayPlanes
Matrice di puntatori ai piani sovrapposti.
Supported
Indica il supporto.
ReturnInfo
Informazioni di restituzione.
Fabbisogno
Requisito | Valore |
---|---|
intestazione |
d3dkmthk.h |