Important: The information in this document is obsolete and should not be used for new development.
|
|
Log In | Not a Member? |
Contact ADC |
CountSymbols
You can use theCountSymbolsfunction to determine how many symbols are exported from a specified fragment.
OSErr CountSymbols (ConnectionID connID, long *symCount);
connID- A connection ID.
symCount- On exit, the number of exported symbols in the fragment whose connection ID is
connID.DESCRIPTION
TheCountSymbolsfunction returns, in thesymCountparameter, the number of symbols exported by the fragment whose connection ID isconnID. You can use the value returned insymCountto index through all the exported symbols in a particular fragment (using theGetIndSymbolfunction).RESULT CODES
fragNoErr 0 No error fragConnectionIDNotFound -2801 Connection ID is not valid
Get information on Apple products.
Visit the Apple Store online or at retail locations. 1-800-MY-APPLE Copyright © 2007 Apple Inc. All rights reserved. | Terms of use | Privacy Notice |