DDirectDraw
TDDVideoPortConnect = record
dwSize: Longint;
dwPortWidth: Longint;
guidTypeID: TGUID;
dwFlags: Longint;
dwReserved1: Longint;
end;
PDDVideoPortConnect = ^TDDVideoPortConnect;
The TDDVideoPortConnect structure describes a video port connection.
See DDVIDEOPORTCONNECT for more information.