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


Previous | Contents

POPSTORE_user_create_dispose

Dispose of a context created by POPSTORE_user_create_set.
FORMAT
int POPSTORE_user_create_dispose (user_context) 
      POPSTORE_user_context **user_context; 

ARGUMENTS

user_context

Address of a pointer to a POPSTORE_user_context structure created by a prior call to POPSTORE_user_create_set. Used for input and output.

DESCRIPTION

Should you wish to cancel creating a user account, then call POPSTORE_user_create_dispose to dispose of the context created by prior calls to POPSTORE_user_create_set.
Return Values
POPSTORE_SUCCESS Normal, successful completion.


Previous | Next | Contents