TDirectDrawEnum type
Unit

DDirectDraw

Declaration

TDirectDrawEnum = record
    GUID: TGUID;
    DriverDescription: String[100];
    DriverName: String[100];
end;
PDirectDrawEnum = ^TDirectDrawEnum;

Description

Used by EnumerateDirectDraw to store DirectDraw descriptions.