![]() |
HSetRBit |
||||
Header: | MacMemory.h | Carbon status: | Supported | |
Sets the resource flag of a relocatable block.
void HSetRBit ( Handle h );
A handle to a relocatable block. HSetRBit does nothing if the flag for the relocatable block pointed to by h is already set.
The Resource Manager uses this function extensively, but you probably will not need to use it.
When the resource flag is set, the Resource Manager identifies the associated relocatable block as belonging to a resource. This can cause problems if that block wasnt actually read from a resource.
Call the function MemError to get the result code. See
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)