DDHAL_ADDATTACHEDSURFACEDATA (Windows CE 5.0)

Send Feedback

This structure contains information necessary to attach a surface to another surface. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) AddAttachedSurface callback function.

typedef struct _DDHAL_ADDATTACHEDSURFACEDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;LPDDRAWI_DDRAWSURFACE_LCLlpDDSurface;LPDDRAWI_DDRAWSURFACE_LCLlpSurfAttached;HRESULTddRVal;LPDDHALSURFCB_ADDATTACHEDSURFACEAddAttachedSurface;} DDHAL_ADDATTACHEDSURFACEDATA;

Members

  • lpDD
    Pointer to a DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object.
  • lpDDSurface**
    Pointer to the DDRAWI_DDRAWSURFACE_LCL structure that represents the DirectDrawSurface object to which a surface is being attached.
  • lpSurfAttached**
    Pointer to the DDRAWI_DDRAWSURFACE_LCL structure that represents the DirectDraw surface to be attached.
  • ddRVal**
    Passes the DirectDraw return values.
  • AddAttachedSurface**
    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

AddAttachedSurface | DDRAWI_DIRECTDRAW_GBL | DDRAWI_DDRAWSURFACE_LCL | DirectDrawSurface Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.