DDHAL_DESTROYDRIVERDATA (Windows CE 5.0)
This structure contains information necessary to destroy a driver. This structure passes the information to the DirectDraw hardware abstraction layer (DDHAL) DestroyDriver callback function.
typedef struct _DDHAL_DESTROYDRIVERDATA {LPDDRAWI_DIRECTDRAW_GBLlpDD;HRESULTddRVal;LPDDHAL_DESTROYDRIVERDestroyDriver;} DDHAL_DESTROYDRIVERDATA;
Members
- lpDD**
Pointer to the DDRAWI_DIRECTDRAW_GBL structure that represents the DirectDraw object. - ddRVal**
Passes the DirectDraw return values. - DestroyDriver**
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
DestroyDriver | DDRAWI_DIRECTDRAW_GBL | DirectDraw Structures
Send Feedback on this topic to the authors