Source position: uos_portaudio.pas line 96
type PaHostErrorInfo = record
hostApiType: PaHostApiTypeId;
errorCode: CLong;
errorText: PChar;
end;