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 SResFile
Back to the top of SResFile
short openExistingResFile( const CFSpec *theSpec );
Open a resource fork.
static short openExistingResFile( const CFSpec *theSpec );
Back to the top of SResFile
void closeResFile( long fileFD );
Close a resource fork.
static void closeResFile( long fileFD );
Back to the top of SResFile
ErrCode getResourceSize( long fileFD, long resName, long resID, long *resSizeP );
Get the size of a resource.
static ErrCode getResourceSize( long fileFD, long resName, long resID, long *resSizeP );
Back to the top of SResFile
ErrCode getResource( long fileFD, long resName, long resID, long bufLen, char *bufP );
Get a resource into a buffer.
static ErrCode getResource( long fileFD, long resName, long resID, long bufLen, char *bufP );
Back to the top of SResFile
Back to the top of SResFile
Back to the top of SResFile
Back to the top of SResFile
Report problems to jkotula@stratasys.com