CreateSurface
The CreateSurface callback function creates a DirectDrawSurface object for this DirectDraw object.
DWORD __stdcall CreateSurface(
LPDDHAL_CREATESURFACEDATA pcsd );
Parameters
- pcsd
Pointer to a DDHAL_CREATESURFACEDATA structure that contains the information necessary to create the DirectDrawSurface object.
Return Values
Returns one of the following values:
- DDHAL_DRIVER_HANDLED
- DDHAL_DRIVER_NOTHANDLED
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.