Source position: cardres.pas line 40
type TCardHandle = record
cah_CardNode: tNode;
cah_CardRemoved: pInterrupt;
cah_CardInserted: pInterrupt;
cah_CardStatus: pInterrupt;
cah_CardFlags: Byte;
end;