uva_terminate
Purpose
Stops the user validation package and discards the supplied session.
Prototype
UV_RCODE uva_terminate (
UV_SH uvsh
);
Parameters
|
Parameter |
Type |
Description |
|
uvsh |
IN |
Session handle |
Return Values
|
Value |
Description |
|
SW_OK |
Success |
|
ER_HANDLE |
Invalid session handle |
|
ER_SYSTEM |
Generic (undefined) error |
See Return Values for a complete list of possible return values.