This method of the DirectDraw Class creates a DirectDrawSurface object for this DirectDraw object.
public DirectDrawSurface createSurface(DDSurfaceDesc dd);
Returns the DirectDrawSurface object if successful; otherwise, returns null.
dd | The DDSurfaceDesc object that describes the requested surface. |