Skip to content

Latest commit

 

History

History
80 lines (60 loc) · 2.39 KB

nf-ddraw-idirectdraw7-restoreallsurfaces.md

File metadata and controls

80 lines (60 loc) · 2.39 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:ddraw.IDirectDraw7.RestoreAllSurfaces
IDirectDraw7::RestoreAllSurfaces (ddraw.h)
Restores all the surfaces that were created for the DirectDraw object, in the order that they were created.
IDirectDraw7 interface [DirectDraw]
RestoreAllSurfaces method
IDirectDraw7.RestoreAllSurfaces
IDirectDraw7::RestoreAllSurfaces
RestoreAllSurfaces
RestoreAllSurfaces method [DirectDraw]
RestoreAllSurfaces method [DirectDraw]
IDirectDraw7 interface
ddraw/IDirectDraw7::RestoreAllSurfaces
directdraw.idirectdraw7_restoreallsurfaces
directdraw\idirectdraw7_restoreallsurfaces.htm
directdraw
72897004-cd44-4ca4-bc28-a49bffc09c76
12/05/2018
IDirectDraw7 interface [DirectDraw],RestoreAllSurfaces method, IDirectDraw7.RestoreAllSurfaces, IDirectDraw7::RestoreAllSurfaces, RestoreAllSurfaces, RestoreAllSurfaces method [DirectDraw], RestoreAllSurfaces method [DirectDraw],IDirectDraw7 interface, ddraw/IDirectDraw7::RestoreAllSurfaces, directdraw.idirectdraw7_restoreallsurfaces
ddraw.h
Windows
Ddraw.lib
Ddraw.dll
Windows
19H1
IDirectDraw7::RestoreAllSurfaces
ddraw/IDirectDraw7::RestoreAllSurfaces
c++
APIRef
kbSyntax
COM
Ddraw.dll
IDirectDraw7.RestoreAllSurfaces

IDirectDraw7::RestoreAllSurfaces

-description

Restores all the surfaces that were created for the DirectDraw object, in the order that they were created.

-returns

If the method succeeds, the return value is DD_OK.

If it fails, the method can return one of the following error values:

  • DDERR_INVALIDOBJECT
  • DDERR_INVALIDPARAMS

-remarks

This method is provided for convenience. Effectively, this method calls the IDirectDrawSurface7::Restore method for each surface that is created by this DirectDraw object.

-see-also

IDirectDraw7