| 
   
     | 
  
   
     
   
   | 
  
   
     
   
   | 
 
version 2003
PA_GetResourceKindList (resFile; kindList) → long
| Parameter | Type | Description | |
| resFile | short | → | File reference number of the file to access | 
| kindList | unsigned long* | ← | Array of kinds | 
| Function result | long | ← | Number of kinds | 
Description
   The routine
   
    
     PA_GetResourceKindList
    
   
   fills the buffer pointed to by
   
    kindList
   
   with all of the kinds present in the file referenced by
   
    resFile
   
   , and then returns the number of kinds.
  
IMPORTANT NOTE
   
    
     PA_GetResourceKindList
    
   
  
  returns the number of kinds, not the size of the buffer
  
   kindList
  
  .