Partager via


DD_GETVPORTFLIPSTATUSDATA structure (ddrawint.h)

La structure DD_GETVPORTFLIPSTATUSDATA contient les informations de retournement status pour la surface spécifiée.

Syntaxe

typedef struct _DD_GETVPORTFLIPSTATUSDATA {
  PDD_DIRECTDRAW_LOCAL lpDD;
  FLATPTR              fpSurface;
  HRESULT              ddRVal;
  VOID                 *GetVideoPortFlipStatus;
} *PDD_GETVPORTFLIPSTATUSDATA, DD_GETVPORTFLIPSTATUSDATA;

Membres

lpDD

Pointe vers la structure DD_DIRECTDRAW_LOCAL qui concerne uniquement le processus Microsoft DirectDraw actuel.

fpSurface

Pointe vers la surface pour laquelle les informations de retournement status sont requises.

ddRVal

Spécifie l’emplacement dans lequel le pilote écrit la valeur de retour du rappel DdVideoPortGetFlipStatus . Un code de retour de DD_OK indique la réussite. Pour plus d’informations, consultez Valeurs de retour pour DirectDraw.

GetVideoPortFlipStatus

Utilisé par l’API DirectDraw et ne doit pas être renseigné par le pilote.

Spécifications

   
En-tête ddrawint.h (incluez Winddi.h)

Voir aussi

DdVideoPortGetFlipStatus