Source position: mcidrv.pas line 246
type evcb = record |
ulType: LongInt; |
ulSubType: LongInt; |
ulFlags: LongInt; |
hstream: HSTREAM; |
hid: hID; |
ulStatus: LongInt; |
ulEventParm1: LongInt; |
ulEventParm2: LongInt; |
ulEventParm3: LongInt; |
end; |