Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
[ Mac | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
Back to the top of SAppFinder
Back to the top of SAppFinder
Find a series of apps with the given creator. The FSSpec for each app will be stored unbundled in the 'vRefsP', 'parIDsP', and 'namesP' arrays 'vRefsP' and 'parIDsP' must have at least 'maxToReturn' elements, and 'namesP' must be (maxToReturn * maxNameLen) bytes long.
static ErrCode findAPPLMultiple( long creator, long *vRefsP, long *parIDsP, StringPtr namesP, long maxToReturn, long flags, long *numWritten, long maxNameLen );
Back to the top of SAppFinder
ErrCode findAPPLSingle( long creator, long *vRef, long *parID, StringPtr pName, long flags );
Find one app with the given creator. If found, returns a FSSpec for the app, unbundled in the 'vRef', 'parID', and 'pName' arguments.
static ErrCode findAPPLSingle( long creator, long *vRef, long *parID, StringPtr pName, long flags );
Back to the top of SAppFinder
Back to the top of SAppFinder
Back to the top of SAppFinder
Back to the top of SAppFinder
Report problems to jkotula@stratasys.com