LPDDHAL_CREATESURFACE (Windows CE 5.0)
This callback function creates a DirectDrawSurface object for this DirectDraw object.
typedef DWORD (* LPDDHAL_CREATESURFACE)( LPDDHAL_CREATESURFACEDATA lpcsd);
Parameters
- lpcsd
[in, out] Pointer to a DDHAL_CREATESURFACEDATA structure that the driver uses to create the DirectDrawSurface object.
Return Values
Returns one of the following values:
Requirements
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddrawi.h.
Link Library: Developer implemented.
See Also
DirectDraw Display Driver Callback Functions | DDHAL_CREATESURFACEDATA | DDHAL_DRIVER_HANDLED | DDHAL_DRIVER_NOTHANDLED
Send Feedback on this topic to the authors