Category Features, Object ProUdf

Function ProUdfUpdate


Description
Update a dependent UDF to the latest version of the .gph file. The .gph file must be able to be located from within the session or by the search path.
Synopsis
#include <ProUdf.h>
ProErrorProUdfUpdate(
ProGroup* udf
/* (In)
The dependent UDF group to update.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThe UDF is not dependent.
PRO_TK_E_NOT_FOUNDCould not locate the .gph file to use to update UDF.

Manual References:

  1. Core: Features: Updating or Replacing UDFs
  2. Core: Features: Updating or Replacing UDFs