Purges spooled files on an iSeries™ output queue.
unsigned int CWB_ENTRY cwbOBJ_PurgeOutputQueue(
cwbOBJ_ObjHandle queueHandle,
cwbOBJ_ParmHandle *parmListHandle,
cwbSV_ErrHandle errorHandle);
The following list shows common return values.
The parameters specified in parmListHandle, if provided, will specify which spooled files are purged. If parmListHandle is NULL, all spooled files for the current user are purged. The following parameter key's may be set in the parmListHandle object:
which user's spooled files to purge. May be a specific user ID, "*ALL" or "*CURRENT". "*CURRENT" is the default.
which spooled files to purge base on what formtype they have. May be a specific formtype, "*ALL" or "*STD". "*ALL" is the default.
which spooled files to purge base on what userdata they have. May be a specific value or "*ALL". "*ALL" is the default.