![]() |
CountSymbols |
||||
Header: | CodeFragments.h | Carbon status: | Supported | |
Determines how many symbols are exported from a specified fragment.
OSErr CountSymbols ( CFragConnectionID connID, SInt32 *symCount );
A connection ID.
On return, a pointer to the number of exported symbols in the fragment whose connection ID is connID. You can use the value returned in symCount to index through all the exported symbols in a particular fragment (using the GetIndSymbol function).
A result code.
Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.
© 2000 Apple Computer, Inc. (Last Updated 4/14/2000)