MFTempHUnlock
MFTempHUnLock Unlock a handle in the MultiFinder heap zone
#include <Memory.h> Memory Manager
void MFTempHUnLock( h, resultCode );
Handle h; handle to temporary block to be unlocked
OSErr * resultCode; result code if h is not a valid temporary handle
returns none
MFTempHUnLockis used to lock of a handle allocated with
MFTempNewHandle and locked by a call to MFTempHLock.
The resultCode parameter will return one of the following error codes:
noErr No error
nilHandleErr Nil master pointer
memWZErr Attempt to operate on a free block