Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information necessary to create a surface. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) CreateSurface callback function.
typedef struct _DDHAL_CREATESURFACEDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;LPDDSURFACEDESClpDDSurfaceDesc;LPDDRAWI_DDRAWSURFACE_LCLFAR* lplpSList;DWORDdwSCnt;HRESULTddRVal;LPDDHAL_CREATESURFACECreateSurface;} DDHAL_CREATESURFACEDATA;
Members
- lpDD**
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object. - lpDDSurfaceDesc**
Pointer to the DDSURFACEDESC structure that describes the surface being created. - lplpSList**
Pointer to a list of created surface objects. - dwSCnt**
Indicates the number of surfaces in lplpSList. - ddRVal**
Passes the DirectDraw return values. - CreateSurface**
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
CreateSurface | DDRAWI_DIRECTDRAW_GBL | DDSURFACEDESC | DirectDraw Structures
Send Feedback on this topic to the authors