FFSTProbe - Syntax

FFSTProbe performs the requested services and returns control to the caller. This function provides a series of functions that includes logging and dump creation.

#define INCL_FFST
#include <os2.h>

PPRODUCTINFO    pProductInfo;
PFFSTPARMS      pFFSTParms;
APIRET          rc;            /*  Return code. */

rc = FFSTProbe(pProductInfo, pFFSTParms);


[Back: FFSTProbe]
[Next: FFSTProbe Parameter - pProductInfo]