WMQ_BeginWMQLog (Magic xpa 3.x)
The WMQ_BeginWMQLog program instructs a component to log its activity. This file logs the MQ API calls done by the messaging component. This log should be used for debugging purposes.
Note: Once the log file is initialized, the file cannot be stopped. The user can only stop the log by exiting the host application.
The parameter and return value for the WMQ_BeginWMQLog program are:
|
|
pFile Name
|
Alpha (256): Identifies the name and full path of the log file.
|
Return value
|
Numeric (10): 0 for success and a negative value for failure.
|