Synopsis
PDX_MSGT ddf_LoadDDF(long option, char *ddb_file, DDF **ddf)
Purpose
Load a binary DDF into memory.
Description
The binary DDF file specified by ddb_file will be loaded into memory. After being loaded, the DDF can be assigned to a model just as a statically compiled DDF is. Only binary DDFs can be loaded using this function. See the ddf_intro man page for more information about dynamically loading DDFs.
Input
option
Options (not used)
ddb_file
Name of the binary DDF file to be loaded
ddf
Address to store the resulting DDF pointer at
Output
ddf
Pointer to the loaded DDF
Return
DDF error code