DDLOCKIN structure (ddkmapi.h)

The DDLOCKIN structure contains the Microsoft DirectDraw object and DirectDraw surface handle information.

Syntax

typedef struct _DDLOCKIN {
  HANDLE hDirectDraw;
  HANDLE hSurface;
} DDLOCKIN, *LPDDLOCKIN;

Members

hDirectDraw

Specifies the DirectDraw handle.

hSurface

Specifies the DirectDrawSurface handle.

Requirements

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

See also

DD_DXAPI_LOCK

DxApi