Dispose of an option file context.
argument informationstatus = PMDF_option_dispose (opt_context)
| Argument | Data type | Access | Mechanism |
|---|---|---|---|
| opt_context | context pointer | read | value |
argument informationstatus = PMDFoptionDispose (opt_context)
int PMDFoptionDispose (opt_context)
PMDF_opt *opt_context;
opt_context
Pointer to context information generated by a previous call to PMDF_option_read.
PMDF_option_dispose should be called to dispose of a previously allocated option context created by PMDF_option_read. It is okay to pass in a zero (nil) value for opt_context.Return Values
| PMDF__OK | Normal, successful completion. |