Purpose
Constructs a client function object.
Syntax
CRfcClientFunc (const CRfcConnection* pConnection=NULL,
CSTR strName=NULL, BOOL bAutoCreate=FALSE);
Parameters
Exceptions
Throws const char* for memory exceptions and for failure of automatic parameter creation.
Throws RFC_ERROR_INFO for RfcCall failure.
Description
See "Description" for the constructor of the CRfcFunction class.
Related Information
CRfcFunction