DtActionExists(library call) DtActionExists(library call)
NAME [Toc] [Back]
DtActionExists - determine if a string corresponds to an action name
SYNOPSIS [Toc] [Back]
#include <Dt/Action.h>
Boolean DtActionExists(
char *name);
DESCRIPTION [Toc] [Back]
The DtActionExists function checks whether a given name corresponds to
an action name. The name argument is the name of the action.
RETURN VALUE [Toc] [Back]
Upon successful completion, the DtActionExists function returns True
if name corresponds to an existing action name; otherwise, it returns
False.
APPLICATION USAGE [Toc] [Back]
The DtActionExists function is useful for applications that need to
verify that an action name is valid before attempting to invoke it.
SEE ALSO [Toc] [Back]
Dt/Action.h - DtAction(5), dtactionfile(4), dtdtfile(4).
- 1 - Formatted: January 24, 2005 [ Back ] |