PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_option_dispose

Dispose of an option file context.

VMS FORMAT

status = PMDF_option_dispose (opt_context)

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

C FORMAT

status = PMDFoptionDispose (opt_context)

argument information
int PMDFoptionDispose (opt_context) 
         PMDF_opt *opt_context; 

ARGUMENTS

opt_context

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

DESCRIPTION

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.


Previous | Next | Contents