IDirectDraw4::RestoreAllSurfaces

This method restores all the surfaces created for the DirectDraw object, in the order they were created.

HRESULT RestoreAllSurfaces(); 

Parameters

None.

Return Values

The return value is DD_OK.

Remarks

As it is impossible to lose surfaces on Windows CE, this method does nothing, and is included for compatibility reasons only.

Requirements

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header: Ddraw.h.
Link Library: Ddraw.lib.

See Also

IDirectDrawSurface5::Restore

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.