#include "las.h"
FUNCTION c_getddr (hname, ddr)
char *hname; struct DDR *ddr;
Image host file name for which the information is to be retrieved.
A DDR structure or a FORTRAN integer array dimensioned DDRLEN. It contains the first two records of the DDR for image hname.
The c_getddr() call is used to return the first two records of DDR information of image hname.
c_getddr() returns
E_SUCC (0) --> successful completion E_FAIL (-1) --> operation failed