PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


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 can 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 Index