From: Aaron Montgomery (agm@PURDUENC.EDU)
Date: 2 Dec 99, 02:47 EST
From: Aaron Montgomery <agm@PURDUENC.EDU>
Subject: Re: Off-topic: MRO ?
>Can someone here point me to some documentation about the MRO state
>of a file and the ckid resource? I tried general Web searching and
>the Apple site, and came up empty.
I found no documentation when I was trying to rework up Alpha's
routines except for the actual source code. Here's the bit we use:
struct ckidRsrc
{
unsigned long checkSum;
long LOC;
short version;
short canModify;
char branch;
Boolean isMRO;
// There's more, but this is all we need
};
If you have Resourcerer, you can take a look at its ckid resource
template to see what it thinks is in there.
Aaron
<finger:agm@purduenc.edu>
<mailto:agm@purduenc.edu>
<http://faculty.purduenc.edu/agm/>