PowerCenter
- PowerCenter 10.5
- All Products
void INFA_OutputSessionLogFatalMsg(void * dllContext, const char * msg);
Parameter
| Data Type
| Description
|
---|---|---|
dllContext | Unspecified | User-defined information specific to the shared library. You can use this parameter to store information related to network connection or to allocate memory needed during the course of handling the session log output. The shared library must allocate and deallocate any memory associated with this parameter. |
msg | constant char | Text of the error message. Typically, these messages are assertion error messages or operating system error messages. |