Previous | Contents | Index |
Obsolete subroutine: use the more general POPSTORE_format_profiles_d subroutine.
int POPSTORE_format_profiles (format, user, user_len, context, output_proc) POPSTORE_format_element *format; char *user; int user_len; void *context; int (*output_proc)();
Pointer to a formatting context returned by a previous call to POPSTORE_format_read. Used for input only.
format
Name of the user to display profile information for. This string can contain wild cards. Used for input only.
user
Length in bytes of the username string,
user_len
user
. Length of this string cannot exceedALFA_SIZE
bytes. Used for input only.Pointer to private client data to be passed to the client-supplied output_proc procedure. Used for input only.
context
Address of a client-supplied subroutine to call to output formatted data. Used for input only.
output_proc
While use of this subroutine is still supported, it is now obsolete. Use the more general POPSTORE_format_profiles_d
subroutine instead.
POPSTORE_SUCCESS Normal, successful completion. POPSTORE_BADARG Bad value passed for the address of the output procedure, output_proc
.POPSTORE_TOOLONG Length of username string exceeds ALFA_SIZE bytes. Any error value returned by the output procedure, output_proc
.
Previous | Next | Contents | Index |