The TIBCO iProcess User Validation API
The TIBCO iProcess User Validation API is a series of interfaces that are called by iProcess and are required in the User Validation package. The User Validation API is a C interface and therefore must provide interfaces that can be called from C.
All functions return an integer variable to indicate the completion status of the call (except uva_initialise). The return values can be found in the swuvapi.h header file and they are also described in Return Values.
Subtopics