dtdtsfiletodatatype(3) hpux man page | unix.com

Man Page: dtdtsfiletodatatype

Operating Environment: hpux

Section: 3

DtDtsFileToDataType(library call)										 DtDtsFileToDataType(library call)

NAME
DtDtsFileToDataType -- get a data type for a file
SYNOPSIS
#include <Dt/Dts.h> char *DtDtsFileToDataType( const char *filepath);
DESCRIPTION
The function DtDtsFileToDataType returns a data type name for the specified file. The filepath argument is the pathname of the file.
RETURN VALUE
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
The application should use the DtDtsFreeDataType(3) function to release the memory for the returned value.
SEE ALSO
Dt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeDataType(3). DtDtsFileToDataType(library call)
Related Man Pages
dtdtsdatatodatatype(3) - hpux
dtdtsdatatypetoattributelist(3) - hpux
tt_otype_osig_arg_type(3) - hpux
tt_spec_create(3) - hpux
dtdts(5) - hpux
Similar Topics in the Unix Linux Community
Unix File Permissions
PHP Man Pages Now Available (Over 10,000)
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Tar Command