Carbon


ATSUIdle

Header: ATSUnicode.h Carbon status: Supported

Enables ATSUI to perform background processing.

OSStatus ATSUIdle (
    ATSUTextLayout iTextLayout
);
Parameter descriptions
iTextLayout

A reference to an initialized text layout object in which you want ATSUI to perform background processing. You cannot pass NULL for this parameter.

function result

A result code.

DISCUSSION

Although versions 1.0 and 1.1 of ATSUI do not implement background processing for text layout objects, you should call the ATSUIdle function at least once in your main event loop to support the implementation of background processing in future versions of ATSUI.

VERSION NOTES

Available beginning with ATSUI 1.0.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.5 or later.


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