Share via


DDHAL_DESTROYSURFACEDATA (Compact 2013)

3/26/2014

This structure contains information necessary to destroy a specified surface. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) LPDDHALSURFCB_DESTROYSURFACE callback function.

Syntax

typedef struct _DDHAL_DESTROYSURFACEDATA {
  LPDDRAWI_DIRECTDRAW_GBL lpDD;
  LPDDRAWI_DDRAWSURFACE_LCL lpDDSurface;
  HRESULT ddRVal;
} DDHAL_DESTROYSURFACEDATA;

Members

  • ddRVal
    Passes the DirectDraw return values.

Requirements

Header

ddrawi.h

See Also

Reference

DirectDrawSurface Structures
LPDDHALSURFCB_DESTROYSURFACE
DDRAWI_DIRECTDRAW_GBL
DDRAWI_DDRAWSURFACE_LCL