Share via


LPDDHAL_CREATESURFACE (Compact 2013)

3/26/2014

This callback function creates a DirectDrawSurface object for this DirectDraw object.

Syntax

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 Value

Returns one of the DDHAL Callback Return Values.

Requirements

Header

ddrawi.h

Library

Developer Implemented

See Also

Reference

DirectDraw Display Driver Callback Functions
DDHAL_CREATESURFACEDATA
DDHAL Callback Return Values