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

uva_next_user
Purpose
Returns the encrypted user and encrypted description buffer for the name and description of the first or subsequent Valid Possible iProcess User (VPIU).
 
You must use the uva_next_user_ex interface instead of this 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 (
UV_SH uvsh,
UV_FLAG fFirstUser
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 used by iProcess to obtain a list of possible iProcess users (currently used in the operating system user list of the TIBCO iProcess Administrator).
On the initial call to this interface the fFirstUser parameter should be set to TRUE (to return the first VPIU), subsequent calls should set fFirstUser to FALSE. The order in which VPIUs are returned by this interface is defined by the implementation of the underlying UVAPI package so the caller should assume no specific order.

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