estrutura DD_ATTACHLIST (ddrawint.h)

A estrutura DD_ATTACHLIST mantém uma lista de superfícies anexadas para o Microsoft DirectDraw.

Sintaxe

typedef struct _DD_ATTACHLIST {
  PDD_ATTACHLIST    lpLink;
  PDD_SURFACE_LOCAL lpAttached;
} *PDD_ATTACHLIST, DD_ATTACHLIST;

Membros

lpLink

Aponta para a próxima superfície anexada.

lpAttached

Aponta para uma estrutura DD_SURFACE_LOCAL que contém o objeto local da superfície anexada.

Requisitos

   
Cabeçalho ddrawint.h (inclua Winddi.h)