Deaccess a stored message.FORMAT
int POPSTORE_message_end (message_context);
int message_context;
Message context returned by a previous call to POPSTORE_message_begin. Used for input only.
message_context
When finished reading a message, call POPSTORE_message_end to close the underlying message file and finish the message context. Note that it is not necessary to call any of the POPSTORE_message_mark_ subroutines before POPSTORE_message_end as they may be called at any time.Return Values
| POPSTORE_SUCCESS | Normal, successful completion. |
| POPSTORE_FILCLSERR | Error occurred while closing the underlying message file. |