PMDF popstore & MessageStore Manager's Guide


Previous Next Contents Index


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 Index