DD_DIRECTDRAW_LOCAL structure (ddrawint.h)

The DD_DIRECTDRAW_LOCAL structure contains driver information that is relevant to the current DirectDraw process only.

Syntax

typedef struct _DD_DIRECTDRAW_LOCAL {
  PDD_DIRECTDRAW_GLOBAL lpGbl;
} *PDD_DIRECTDRAW_LOCAL, DD_DIRECTDRAW_LOCAL;

Members

lpGbl

Points to the DD_DIRECTDRAW_GLOBAL structure that describes the driver's device.

Requirements

Requirement Value
Header ddrawint.h (include Winddi.h)