![]() |
ATSUGetTextLayoutRefCon |
||||
Header: | ATSUnicode.h | Carbon status: | Supported | |
Obtains application-specific data for a text layout object.
OSStatus ATSUGetTextLayoutRefCon ( ATSUTextLayout iTextLayout, UInt32 *oRefCon );
A reference to an initialized text layout object whose application-specific data you want to obtain. You cannot pass NULL for this parameter.
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.
A result code.
Available beginning with ATSUI 1.0.
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)