PICTools Programmer's Reference
PegasusLibInit

API call to initialize the PIC libraries. This is never strictly required, as Pegasus() will initialize on the first call by an application.

 
Copy Code

BOOL PegasusLibInit (PICINTPTRT hInstance)

Parameters:

Name Description
hInstance

Specifies the module instance handle for the application or 0 on non-Windows platforms.

Return Value:

The return value is TRUE if able to initialize the library.

Notes:

PegasusLibTerm may then be called after the completion of all Pegasus library functions to terminate the library in the unusual case that all resources must be freed before the application process terminates.

 

 


©2022. Accusoft Corporation. All Rights Reserved.

Send Feedback