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


Previous | Contents

POPSTORE_format_dispose

Dispose of a formatting context.
FORMAT
int POPSTORE_format_dispose (format) 
      POPSTORE_format_element *format; 

ARGUMENTS

format

Formatting context to dispose of. Used for input only.

DESCRIPTION

POPSTORE_format_dispose should be called to dispose of a formatting context generated by POPSTORE_format_read. POPSTORE_format_dispose should be called once for each context generated and no longer needed.
Return Values
POPSTORE_SUCCESS Normal, successful completion.


Previous | Next | Contents