Previous | Contents | Index |
Dispose of a context created by POPSTORE_user_create_set.
int POPSTORE_user_create_dispose (user_context) POPSTORE_user_context **user_context;
Address of a pointer to a
user_context
POPSTORE_user_context
structure created by a prior call toPOPSTORE_user_create_set
. Used for input and output.
Should you want to cancel creating a user account, then callPOPSTORE_user_create_dispose
to dispose of the context created by prior calls toPOPSTORE_user_create_set
.
POPSTORE_SUCCESS Normal, successful completion.
Previous | Next | Contents | Index |