VDS_CONFORM_TYPE(3)
NAME
vds_conform_type
SYNOPSIS
#include <soi_vds.h>
int vds_conform_type (VDS *vds);
DESCRIPTION
vds_conform_type determines the conformance type of the
given vds by matching the value of the global attribute
"CONFORMS" with one of the following standard conformance
names.
TS, TS_EQ, TS_BLOCKED, L_NU, MDICAL, or MISC.
RETURN VALUES
VDS_CONFORMANCE_ERROR is returned if there is an error. Oth-
erwise the value returned is one of the conformance_types
enumerated in soi_vds.h.
EXAMPLES
There is an example of the use of vds_conform_type in
vds_open.
SEE ALSO
~soi/CM/man/man3/vds.3
~soi/CM/include/soi_error.h
FILES
~soi/CM/include/soi_vds.h
~soi/CM/src/libvds.d/vds_attrs.c
BUGS
RESTRICTIONS
PLANNED IMPROVEMENTS