Carbon


ATSUGetTextLayoutRefCon

Header: ATSUnicode.h Carbon status: Supported

Obtains application-specific data for a text layout object.

OSStatus ATSUGetTextLayoutRefCon (
    ATSUTextLayout iTextLayout, 
    UInt32 *oRefCon
);
Parameter descriptions
iTextLayout

A reference to an initialized text layout object whose application-specific data you want to obtain. You cannot pass NULL for this parameter.

oRefCon

On return, a pointer to a 32-bit value, pointer, or handle to application-specific text layout data. You cannot pass NULL for this parameter.

function result

A result code.

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)