| Previous | Contents | Index |
Deaccess a stored message.
int POPSTORE_message_end (message_context); int message_context;
Message context returned by a previous call to
message_contextPOPSTORE_message_begin. Used for input only.
When finished reading a message, callPOPSTORE_message_endto 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_endas 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 |