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
DtDtsFindAttribute(library call) DtDtsFindAttribute(library call)

DtDtsFindAttribute — get a specified list of data types

#include &<Dt/Dts.h>
char **DtDtsFindAttribute(
const char *attr_name,
const char *attr_value);

The DtDtsFindAttribute function returns the list of data types that have an attribute name that equals the specified value.

The attr_name argument is the attribute name.

The attr_value argument is the value of an attribute to be matched.

Upon successful completion, the DtDtsFindAttribute function returns a NULL-terminated array of data types, or NULL if no value could be determined.

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

Dt/Dts.h, DtDtsLoadDataTypes(3), DtDtsFreeDataTypeNames(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.