Compartir a través de


Estructura DDLOCKIN (ddkmapi.h)

La estructura DDLOCKIN contiene el objeto Microsoft DirectDraw y la información del identificador de superficie de DirectDraw.

Sintaxis

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

Miembros

hDirectDraw

Especifica el identificador de DirectDraw.

hSurface

Especifica el identificador DirectDrawSurface.

Requisitos

   
Encabezado ddkmapi.h (incluye Ddkmapi.h)

Consulte también

DD_DXAPI_LOCK

DxApi