Contents

NSSetZoneName

Sets the name of the specified zone.

Declaration

extern void NSSetZoneName(NSZone *zone, NSString *name);

Discussion

Sets the name of zone to name, which can aid in debugging.

See Also

Managing Zones