PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


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 Index