Previous | Contents | Index |
Dispose of an option file context.
status = PMDF_option_dispose (opt_context)
Argument Data type Access Mechanism opt_context context pointer read value
status = PMDFoptionDispose (opt_context)
int PMDFoptionDispose(PMDF_opt *opt_context)
opt_context
Pointer to context information generated by a previous call toPMDFoptionRead
.
PMDFoptionDispose
should be called to dispose of a previously allocated option context created byPMDFoptionread
. It is okay to pass in a zero (nil) value for opt_context.
PMDF__OK Normal, successful completion.
Previous | Next | Contents | Index |