Changeset 40 for pa_proposals/trunk/007-MultipleHostAPIsInASingleBuild.html
- Timestamp:
- 10/18/02 17:53:20 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pa_proposals/trunk/007-MultipleHostAPIsInASingleBuild.html
r9 r40 160 160 161 161 @return The default host API index. 162 */ 163 164 165 PaHostApiIndex 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 162 176 */ 163 177 </PRE>
