DtDtsDataTypeIsAction(library call) DtDtsDataTypeIsAction(library call)
NAME [Toc] [Back]
DtDtsDataTypeIsAction - determine if the data type is an action
SYNOPSIS [Toc] [Back]
#include <Dt/Dts.h>
int DtDtsDataTypeIsAction(
const char *datatype);
DESCRIPTION [Toc] [Back]
The DtDtsDataTypeIsAction function determines if the specified data
type is an action-a data type that was loaded from the action tables
of the actions and data types database.
The datatype argument is a pointer to a data type name string.
RETURN VALUE [Toc] [Back]
Upon successful completion, the DtDtsDataTypeIsAction function returns
non-zero if the data type is an action; otherwise, it returns zero.
SEE ALSO [Toc] [Back]
Dt/Dts.h, DtDtsLoadDataTypes(3).
- 1 - Formatted: January 24, 2005 [ Back ] |