Carbon


GetScrapFlavorCount

Header: Scrap.h Carbon status: Supported

Obtains a scrap flavor count to use with the GetScrapFlavorInfoList function.

OSStatus GetScrapFlavorCount (
    ScrapRef scrap, 
    UInt32 *infoCount
);
Parameter descriptions
scrap

A reference to the scrap to get the flavor count for.

infoCount

A pointer to a count variable. On return, specifies the flavor count for the specified scrap.

function result

A result code.

DISCUSSION

For related information, see GetScrapFlavorInfoList.

AVAILABILITY

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


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)