TDDSCaps
Unit

DDirectDraw

Declaration

TDDSCaps = record
    dwCaps: Longint;
end;
PDDSCaps = ^TDDSCaps;

Description

The TDDSCaps structure defines the capabilities of a DirectDrawSurface object.

See DDSCAPS for more information.