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