PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


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 want 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 Index