Source position: mmbase.pas line 2108
type ccCmdReadWrite = record |
ulFunction: LongInt; |
hStream: hstream; |
pBuffer: Pointer; |
ulBufferSize: LongInt; |
pProcessLin: Pointer; |
fEOS: Boolean; |
ulParm1: LongInt; |
ulParm2: LongInt; |
ulLength: LongInt; |
end; |