Skip to content

Latest commit

 

History

History
91 lines (71 loc) · 2.54 KB

nf-ddraw-idirectdrawsurface7-setoverlayposition.md

File metadata and controls

91 lines (71 loc) · 2.54 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.IDirectDrawSurface7.SetOverlayPosition
IDirectDrawSurface7::SetOverlayPosition (ddraw.h)
Changes the display coordinates of an overlay surface.
IDirectDrawSurface7 interface [DirectDraw]
SetOverlayPosition method
IDirectDrawSurface7.SetOverlayPosition
IDirectDrawSurface7::SetOverlayPosition
SetOverlayPosition
SetOverlayPosition method [DirectDraw]
SetOverlayPosition method [DirectDraw]
IDirectDrawSurface7 interface
ddraw/IDirectDrawSurface7::SetOverlayPosition
directdraw.idirectdrawsurface7_setoverlayposition
directdraw\idirectdrawsurface7_setoverlayposition.htm
directdraw
94bd79f8-ded2-4cfa-98c1-a03202d3e678
12/05/2018
IDirectDrawSurface7 interface [DirectDraw],SetOverlayPosition method, IDirectDrawSurface7.SetOverlayPosition, IDirectDrawSurface7::SetOverlayPosition, SetOverlayPosition, SetOverlayPosition method [DirectDraw], SetOverlayPosition method [DirectDraw],IDirectDrawSurface7 interface, ddraw/IDirectDrawSurface7::SetOverlayPosition, directdraw.idirectdrawsurface7_setoverlayposition
ddraw.h
Windows
Ddraw.lib
Ddraw.dll
Windows
19H1
IDirectDrawSurface7::SetOverlayPosition
ddraw/IDirectDrawSurface7::SetOverlayPosition
c++
APIRef
kbSyntax
COM
Ddraw.dll
IDirectDrawSurface7.SetOverlayPosition

IDirectDrawSurface7::SetOverlayPosition

-description

Changes the display coordinates of an overlay surface.

-parameters

-param unnamedParam1 [in]

The new x- display coordinate of this surface.

-param unnamedParam2 [in]

The new y-display coordinate of this surface.

-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_GENERIC
  • DDERR_INVALIDOBJECT
  • DDERR_INVALIDPARAMS
  • DDERR_INVALIDPOSITION
  • DDERR_NOOVERLAYDEST
  • DDERR_NOTAOVERLAYSURFACE
  • DDERR_OVERLAYNOTVISIBLE
  • DDERR_SURFACELOST
  • DDERR_UNSUPPORTED

-remarks

-see-also

IDirectDrawSurface7