![]() |
PMSetPageFormatExtendedData |
||||
Header: | PMCore.h | Carbon status: | Supported | |
Stores your application-specific data in a page format object.
OSStatus PMSetPageFormatExtendedData ( PMPageFormat pageFormat, OSType dataID, UInt32 size, void *theData );
A PMPageFormat object.
A 4-character code that will be used to identify your data. This is typically your applications creator code.
The size, in bytes, of the data to be stored the page format object.
A pointer to the data to be stored.
A result code. A result code. See
By calling the function
Valid within a printing session after creating a page format object.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)