Changeset 57

Show
Ignore:
Timestamp:
10/26/02 02:17:48 (6 years ago)
Author:
rossbencina
Message:

changed Pa_GetLastHostError() to Pa_GetLastHostErrorInfo()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pa_proposals/trunk/009-HandlingHostAPISpecificErrorCodes.html

    r13 r57  
    7575A new error code paUnanticipatedHostError will be defined. When this error code is  
    7676returned by a PortAudio function, additional information about the error 
    77 may be obtained by calling Pa_GetLastHostError() which will return a pointer to a  
     77may be obtained by calling Pa_GetLastHostErrorInfo() which will return a pointer to a  
    7878PaHostErrorInfo structure as follows: 
    7979</P> 
     
    8686}PaHostErrorInfo; 
    8787 
    88 const PaHostErrorInfo* Pa_GetLastHostError(); 
     88const PaHostErrorInfo* Pa_GetLastHostErrorInfo(); 
    8989</PRE> 
    9090