Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 The TIBCO iProcess User Validation API : API Interfaces : uva_next_user_ex

uva_next_user_ex
Purpose
Returns the encrypted user and encrypted description buffer for the name and description of the first or subsequent VPIU.
You must use this interface instead of the uva_next_user interface if you use the SW_DOMAIN or LOGON_OS_LOCATION attributes to specify the location where a user’s password should be validated. See Password Validation on Windows Systems for more information.
Prototype
UV_RCODE uva_next_user_ex (
UV_SH uvsh,
UV_FLAG fFirstUser
   UV_PSTR pOSUserLocations,
UV_PSTR pEncrNameBuf,
UV_SIZE iNameBufSize,
UV_PSTR pEncrDescBuf,
UV_SIZE iDescBufSize
);
Parameters
 
Return Values
 
Refer to Return Values for a complete list of possible return values.
Remarks
This interface is an extended version of the uva_next_user interface. It differs from that interface only in the following ways:
It has an additional pOSUserLocations parameter, which allows the value of the OS_USER_LOCATIONS process attribute to be passed in (for example, if you want to limit the users that are to be returned by the UVAPI layer). See the "Administering Process Attributes" chapter of TIBCO iProcess Engine Administrator’s Guide for more information about this attribute and how to set it.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved