DDirectDraw
TDirectDrawEnum = record GUID: TGUID; DriverDescription: String[100]; DriverName: String[100]; end; PDirectDrawEnum = ^TDirectDrawEnum;
Used by EnumerateDirectDraw to store DirectDraw descriptions.