Important: The information in this document is obsolete and should not be used for new development.
CountTypes
You can use theCountTypes
function to get the number of resource types in all resource forks open to your application.
FUNCTION CountTypes: Integer;DESCRIPTION
TheCountTypes
function reads the resource maps in memory for all resource forks open to your application. It returns an integer representing the total number of unique resource types.RESULT CODE
noErr 0 No error SEE ALSO
To check for errors, call theResError
function as described on page 1-47.