Source position: mmbase.pas line 3141
type _ACB_MISH = record |
ulACBLen: LongInt; |
ulObjType: LongInt; |
hStreamDefault: LongInt; |
ulDeviceTypeID: LongInt; |
ulpMapperPorts: LongInt; |
ulNumInStreams: LongInt; |
hStreamIn: array [0..MAX_PORTS] of LongInt; |
ulNumOutStreams: LongInt; |
hStreamsOut: array [0..MAX_PORTS] of LongInt; |
end; |