DDGETSURFACESTATEIN structure (ddkmapi.h)

The DDGETSURFACESTATEIN structure contains the Microsoft DirectDraw and DirectDraw surface handle information.

Syntax

typedef struct _DDGETSURFACESTATEIN {
  HANDLE hDirectDraw;
  HANDLE hSurface;
} DDGETSURFACESTATEIN, *LPDDGETSURFACESTATEIN;

Members

hDirectDraw

Specifies the DirectDraw handle.

hSurface

Specifies the DirectDrawSurface handle.

Requirements

Requirement Value
Header ddkmapi.h (include Ddkmapi.h)

See also

DD_DXAPI_GET_SURFACE_STATE

DxApi