PortAudio 2.0
PaHostErrorInfo Struct Reference

#include <portaudio.h>

Data Fields

PaHostApiTypeId hostApiType
 
long errorCode
 
const char * errorText
 

Detailed Description

Structure used to return information about a host error condition.

Field Documentation

◆ errorCode

long PaHostErrorInfo::errorCode

the error code returned

Referenced by main(), main(), and PaUtil_SetLastHostErrorInfo().

◆ errorText

const char* PaHostErrorInfo::errorText

a textual description of the error if available (encoded as UTF-8), otherwise a zero-length C string

Referenced by main(), and main().

◆ hostApiType

PaHostApiTypeId PaHostErrorInfo::hostApiType

the host API which returned the error code

Referenced by main(), and PaUtil_SetLastHostErrorInfo().


The documentation for this struct was generated from the following file: