DtDtsFileToDataType(library call) DtDtsFileToDataType(library call)
NAME [Toc] [Back]
DtDtsFileToDataType - get a data type for a file
SYNOPSIS [Toc] [Back]
#include <Dt/Dts.h>
char *DtDtsFileToDataType(
const char *filepath);
DESCRIPTION [Toc] [Back]
The function DtDtsFileToDataType returns a data type name for the
specified file.
The filepath argument is the pathname of the file.
RETURN VALUE [Toc] [Back]
Upon successful completion, the DtDtsFileToDataType function returns a
pointer to a data type name string, or NULL if no value could be
determined.
APPLICATION USAGE [Toc] [Back]
The application should use the DtDtsFreeDataType(3) function to
release the memory for the returned value.
SEE ALSO [Toc] [Back]
Dt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeDataType(3).
- 1 - Formatted: January 24, 2005 [ Back ] |