Changeset 57
- Timestamp:
- 10/26/02 02:17:48 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pa_proposals/trunk/009-HandlingHostAPISpecificErrorCodes.html
r13 r57 75 75 A new error code paUnanticipatedHostError will be defined. When this error code is 76 76 returned by a PortAudio function, additional information about the error 77 may be obtained by calling Pa_GetLastHostError () which will return a pointer to a77 may be obtained by calling Pa_GetLastHostErrorInfo() which will return a pointer to a 78 78 PaHostErrorInfo structure as follows: 79 79 </P> … … 86 86 }PaHostErrorInfo; 87 87 88 const PaHostErrorInfo* Pa_GetLastHostError ();88 const PaHostErrorInfo* Pa_GetLastHostErrorInfo(); 89 89 </PRE> 90 90
