Changeset 40

Show
Ignore:
Timestamp:
10/18/02 17:53:20 (6 years ago)
Author:
rossbencina
Message:

- added Pa_HostApiTypeIdToHostApiIndex

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pa_proposals/trunk/007-MultipleHostAPIsInASingleBuild.html

    r9 r40  
    160160      
    161161 @return The default host API index. 
     162*/ 
     163 
     164 
     165PaHostApiIndex Pa_HostApiTypeIdToHostApiIndex( PaHostApiTypeId type ); 
     166/**< Convert a static host API unique identifier, into a runtime 
     167 host API index. 
     168 
     169 @param type A unique host API identifier belonging to the PaHostApiTypeId 
     170 enumeration. 
     171 
     172 @return A valid PaHostApiIndex ranging from 0 to (Pa_CountHostApis()-1), or 
     173 -1 if the host API specified by the type parameter is not available. 
     174  
     175 @see PaHostApiTypeId 
    162176*/ 
    163177</PRE>