[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: _crw_febus.pas line 65
type TFebusHead = packed record |
case LongInt of |
0: ( |
CBlock: TFebusCB; |
Cookie: TFebusCookie; |
); |
1: ( |
Raw: array [0..FEB_HEAD_SIZE-1] of Char; |
); |
end; |