Object ProLearningconnector

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
#include <ProLearningConnector.h>
ProErrorProLearningconnectorNotify(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSThe input arguments are invalid.

Manual References:

  1. Fundamentals: Accessing LearningConnector