Instructs the iSeries™ Access Netprint server program, QNPSERVR, to call down its exit program chain passing this spooled file's ID and some application specified data as parameters.
unsigned int CWB_ENTRY cwbOBJ_CallExitPgmForSplF(
cwbOBJ_ObjHandle splFHandle,
void *data,
unsigned long dataLen,
cwbSV_ErrHandle errorHandle);
The following list shows common return values.
This is a way for a client program to communicate with its server portion to do processing of spooled files. All exit programs registered with the QNPSERVR program on the iSeries server will be called, so it is up to the client program and exit program to architect the format of the data in *data such that the exit program can recognize it. See the iSeries server 'Guide to Programming for Print' for information on the interface between the QNPSERVR server program and the exit programs.