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