struttura D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN (d3dkmthk.h)
La struttura D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN identifica un'operazione di cronologia attuale del sistema GDI.
Sintassi
typedef struct _D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN {
[in] D3DKMT_ALIGN64 ULONG64 hlsurf;
[in] DWORD dwDirtyFlags;
[in] D3DKMT_ALIGN64 UINT64 uiCookie;
} D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN;
Members
[in] hlsurf
Valore a 64 bit che specifica l'handle in una superficie logica da copiare.
[in] dwDirtyFlags
Set di flag in un valore a 32 bit che identifica i rettangoli attivi (aree dirty) della superficie GDI.
[in] uiCookie
Valore a 64 bit che specifica l'handle in una superficie fisica in cui eseguire la copia.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | D3DKMT_GDIMODEL_SYSMEM_PRESENTHISTORYTOKEN è supportato a partire dal sistema operativo Windows 7. |
Intestazione | d3dkmthk.h (include D3dkmthk.h) |