PICTools Programmer's Reference
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 ()

Parameters:

None

Return Value:

None

Notes:

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.

 

 

 


©2022. Accusoft Corporation. All Rights Reserved.

Send Feedback