Previous | Next | Contents | Index |
Dispose of a formatting context.FORMAT
int POPSTORE_format_dispose (format) POPSTORE_format_element *format; |
Formatting context to dispose of. Used for input only.
format
POPSTORE_format_dispose should be called to dispose of a formatting context generated byPOPSTORE_format_read
.POPSTORE_format_dispose
should be called once for each context generated and no longer needed.
POPSTORE_SUCCESS Normal, successful completion.
Previous | Next | Contents | Index |