On 7/28/05 12:36 PM, Steve Mills didst favor us with:
> HLock((Handle)alias);
> BlockMove(yourData, *alias, sizeOfYourData);
> HUnlock((Handle)alias);
FWIW, you don't need to lock handles in Mac OS X. They never move unless you
grow them, and even then only if you grow them beyond their original size.
Larry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden
This email sent to email@hidden