Condividi tramite


struttura D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN (d3dkmthk.h)

La struttura D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN identifica un'operazione di cronologia corrente GDI.

Sintassi

typedef struct _D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN {
  [in] D3DKMT_ALIGN64 ULONG64 hLogicalSurface;
  [in] D3DKMT_ALIGN64 ULONG64 hPhysicalSurface;
       RECT                   ScrollRect;
       POINT                  ScrollOffset;
  [in] D3DKMT_DIRTYREGIONS    DirtyRegions;
} D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN;

Members

[in] hLogicalSurface

Valore a 64 bit che specifica l'handle in una superficie logica da copiare.

[in] hPhysicalSurface

Valore a 64 bit che specifica l'handle in una superficie fisica in cui eseguire la copia.

ScrollRect

Questo membro è riservato e deve essere impostato su zero.

Supportato a partire da Windows 8.

ScrollOffset

Questo membro è riservato e deve essere impostato su zero.

Supportato a partire da Windows 8.

[in] DirtyRegions

Struttura D3DKMT_DIRTYREGIONS che identifica i rettangoli attivi (aree dirty) della superficie GDI.

Requisiti

Requisito Valore
Client minimo supportato D3DKMT_GDIMODEL_PRESENTHISTORYTOKEN è supportato a partire dal sistema operativo Windows 7.
Intestazione d3dkmthk.h (include D3dkmthk.h)

Vedi anche

D3DKMT_DIRTYREGIONS

D3DKMT_PRESENTHISTORYTOKEN