42 #ifndef PA_WIN_COINITIALIZE_H
43 #define PA_WIN_COINITIALIZE_H
void PaWinUtil_CoUninitialize(PaHostApiTypeId hostApiType, PaWinUtilComInitializationResult *comInitializationResult)
Uninitialize the Microsoft COM subsystem on the current thread using the result of a previous call to...
Definition: pa_win_coinitialize.c:125
struct PaWinUtilComInitializationResult PaWinUtilComInitializationResult
Data type used to hold the result of an attempt to initialize COM using PaWinUtil_CoInitialize. Must be retained between a call to PaWinUtil_CoInitialize and a matching call to PaWinUtil_CoUninitialize.
int PaError
Definition: portaudio.h:121
PaHostApiTypeId
Definition: portaudio.h:275
int initializingThreadId
Definition: pa_win_coinitialize.h:58
int state
Definition: pa_win_coinitialize.h:57
Data type used to hold the result of an attempt to initialize COM using PaWinUtil_CoInitialize. Must be retained between a call to PaWinUtil_CoInitialize and a matching call to PaWinUtil_CoUninitialize.
Definition: pa_win_coinitialize.h:56
PaError PaWinUtil_CoInitialize(PaHostApiTypeId hostApiType, PaWinUtilComInitializationResult *comInitializationResult)
Initialize Microsoft COM subsystem on the current thread.
Definition: pa_win_coinitialize.c:65