GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtDtsFileToDataType(library call) DtDtsFileToDataType(library call)

DtDtsFileToDataType — get a data type for a file

#include &<Dt/Dts.h>
char *DtDtsFileToDataType(
const char *filepath);

The function DtDtsFileToDataType returns a data type name for the specified file.

The filepath argument is the pathname of the file.

Upon successful completion, the DtDtsFileToDataType function returns a pointer to a data type name string, or NULL if no value could be determined.

The application should use the DtDtsFreeDataType(3) function to release the memory for the returned value.

Dt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeDataType(3).


Search for    or go to Top of page |  Section l |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.