PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

POPSTORE_user_list_abort

Prematurely dispose of a list context generated by POPSTORE_user_list_d or POPSTORE_user_list.
FORMAT
int POPSTORE_user_list_abort (list_context) 
      POPSTORE_list_context **list_context; 

ARGUMENTS

user_context

List context generated by POPSTORE_user_list_d or POPSTORE_user_list. Used for input and output.

DESCRIPTION

List contexts generated by POPSTORE_user_list_d and POPSTORE_user_list will normally be disposed of automatically when there are no more usernames to be listed. To prematurely dispose of a list context, call POPSTORE_user_list_abort.
Return Values
POPSTORE_SUCCESS Normal, successful completion.


Previous | Next | Contents