PMDF popstore & MessageStore Manager's Guide
PMDF-POP-6.0


Previous | Contents

POPSTORE_message_end

Deaccess a stored message.
FORMAT
int POPSTORE_message_end (message_context); 
      int message_context; 

ARGUMENTS

message_context

Message context returned by a previous call to POPSTORE_message_begin. Used for input only.

DESCRIPTION

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.


Previous | Next | Contents