CloseComponentResFile
This function closes the resource file that your component opened previously with theOpenComponentResFilefunction.
FUNCTION CloseComponentResFile (refnum: Integer): OSErr;
refnum- The reference number that identifies the resource file to be closed. Your component obtains this value from the
OpenComponentResFilefunction.DESCRIPTION
TheCloseComponentResFilefunction closes the specified resource file. Your component must close any open resource files before returning to the calling application.RESULT CODES
noErr 0 No error resFNotFound -193 Resource file not found
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help