MaskRunGroupRep:
TYPE ~
RECORD [
sMin, fMin, sSize, fSize: CARDINAL,
fOffset: CARDINAL, -- add this to fMin of each run
runCount: INT, -- number of runs
pointer: LONG POINTER TO PDFileFormat.Run,
loadAddress: INT, -- -1 if not in the load
ref: REF -- for garbage collection hacks
];