Re: Error for FSReadFork
Re: Error for FSReadFork
- Subject: Re: Error for FSReadFork
- From: Chris Espinosa <email@hidden>
- Date: Wed, 25 Jun 2008 22:10:49 -0700
On Jun 25, 2008, at 9:23 PM, pallavi khutal wrote: Err1= FSReadFork(forkRefNum,fsFromStart,0, forkSize,&forkData, &actualCount);
forkData is already a pointer to your buffer. You should be passing forkData itself, not a pointer to the pointer to the buffer.
Chris |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden