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