Carbon


ATSUSetCurrentMemorySetting

Header: ATSUnicode.h Carbon status: Unsupported

Makes a memory setting current.

OSStatus ATSUSetCurrentMemorySetting (
    ATSUMemorySetting iMemorySetting
);
Parameter descriptions
iMemorySetting

A reference to the memory setting you wish to make current. This setting will be used in subsequent Memory Manager calls made within ATSUI until you call ATSUSetCurrentMemorySetting with a new setting.

function result

A result code.

DISCUSSION

After you create a memory setting by calling the function ATSUCreateMemorySetting, you must pass it to the ATSUSetCurrentMemorySetting function to ensure that it will be used in subsequent Memory Manager calls.

VERSION NOTES

Available beginning with ATSUI 1.1.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

Control of memory allocation not available in CarbonLib and not necessary on Mac OS X.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)