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