PortAudio
2.0
|
#include "portaudio.h"
Go to the source code of this file.
Functions | |
void | PaWinUtil_SetLastSystemErrorInfo (PaHostApiTypeId hostApiType, long winError) |
void PaWinUtil_SetLastSystemErrorInfo | ( | PaHostApiTypeId | hostApiType, |
long | winError | ||
) |
Convert a Windows error code into a PaError. Sets the host-api specific error information if needed.
hostApiType | The calling host api type. Used when reporting paUnanticipatedHostError |
winError | A Windows error code. |
References PaUtil_SetLastHostErrorInfo().
Referenced by PaWinUtil_CoInitialize().