Compartilhar via


Estrutura DDLOCKIN (ddkmapi.h)

A estrutura DDLOCKIN contém o objeto Microsoft DirectDraw e as informações do identificador de superfície do DirectDraw.

Sintaxe

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

Membros

hDirectDraw

Especifica o identificador DirectDraw.

hSurface

Especifica o identificador DirectDrawSurface.

Requisitos

Requisito Valor
cabeçalho ddkmapi.h (inclua Ddkmapi.h)

Consulte também

DD_DXAPI_LOCK

DxApi