| Functions > PegasusLibThreadInit |
API call to initialize the PIC libraries in a thread. This will be called from within the new thread. PegasusLibInit will have been called previously in the application.
|
Copy Code | |
|---|---|
|
BOOL PegasusLibThreadInit () | |
None
None
PegasusLibThreadInit must be called before any other Pegasus calls in a multi-threaded application. PegasusLibThreadTerm must then be called from the same thread after the completion of all Pegasus library functions and before the thread terminates.