PMDF Programmer's Reference Manual


Previous Next Contents Index


PMDFoptionDispose

Dispose of an option file context.

PASCAL

status = PMDF_option_dispose (opt_context)

argument information
Argument Data type Access Mechanism
opt_context context pointer read value

C

status = PMDFoptionDispose (opt_context)

argument information


int PMDFoptionDispose(PMDF_opt *opt_context) 


Arguments

opt_context

Pointer to context information generated by a previous call to PMDFoptionRead.

Description

PMDFoptionDispose should be called to dispose of a previously allocated option context created by PMDFoptionread. It is okay to pass in a zero (nil) value for opt_context.

Return Values

PMDF__OK Normal, successful completion.


Previous Next Contents Index