[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: msebufdataset.pas line 227
type logbufferheaderty = record |
case logflag: logflagty of |
lf_rec: ( |
rec: reclogheaderty; |
); |
lf_update, lf_cancel, lf_apply, lf_drop: ( |
update: updatelogheaderty; |
); |
end; |