Freigeben über


DDHAL_GETVPORTFLIPSTATUSDATA (Windows CE 5.0)

Send Feedback

This structure contains the flip status information for the specified surface. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) GetVideoPortFlipStatus callback function.

typedef struct _DDHAL_GETVPORTFLIPSTATUSDATA {LPDDRAWI_DIRECTDRAW_LCLlpDD;FLATPTRlpSurface;HRESULTddRVal;LPDDHALVPORTCB_GETFLIPSTATUSGetVideoPortFlipStatus;} DDHAL_GETVPORTFLIPSTATUSDATA;

Members

  • lpDD**
    Pointer to the DDRAWI_DIRECTDRAW_LCL structure that represents the DirectDraw object.
  • lpSurface**
    Pointer to the surface for which the status information is required.
  • ddRVal**
    Passes the DirectDraw return values.
  • GetVideoPortFlipStatus**
    This member is used by DirectDraw and should not be filled in by the driver.

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.

See Also

GetVideoPortFlipStatus | DDRAWI_DIRECTDRAW_LCL | Video Port Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.