DdSwapTextureHandles function (ddrawgdi.h)

[This function is subject to change with each operating system revision. Instead, use the Microsoft DirectDraw and Microsoft Direct3DAPIs; these APIs insulate applications from such operating system changes, and hide many other difficulties involved in interacting directly with display drivers.]

Developed for device driver interfaces (DDIs) prior to Microsoft DirectDraw 7.0 and does nothing on Microsoft Windows NT systems. All parameters are ignored.

GdiEntry16 is defined as an alias for this function.

Syntax

DWORD DdSwapTextureHandles(
  LPDDRAWI_DIRECTDRAW_LCL   pDDraw,
  LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl1,
  LPDDRAWI_DDRAWSURFACE_LCL pDDSLcl2
);

Parameters

pDDraw

Reserved.

pDDSLcl1

Reserved.

pDDSLcl2

Reserved.

Return value

DDHAL_DRIVER_HANDLED is returned.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header ddrawgdi.h

See also

Graphics Low Level Client Support