Function ProLearningconnectorNotify
Description
Notifies the LearningConnector (LC) of the occurrence of an event triggered from a Creo Toolkit application. LC can be configured to deliver organization specific training whenever events with a specific module and module_info are received. Refer to the LC documentation before using this functionality.
Synopsis
| ProLearningconnectorNotify |
| ( const char* module /* (In) specifies the name of the calling module. Cannot be null or an empty string. */ const char* module_info /* (In) specifies optional information of the calling module. You may add any information that can be used later in the custom made LC event-handling function. */ ) |
Returns
| The function succeeded. |
| The input arguments are invalid. |
User Guide References
Parent topic