Important: The information in this document is obsolete and should not be used for new development.
OTDestroyConfiguration
Disposes of anOTConfigurationstructure.C INTERFACE
void OTDestroyConfiguration(OTConfiguration* cfig);C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
cfig- A pointer to the
OTConfigurationstructure that you want to dispose of.DISCUSSION
TheOTDestroyConfigurationfunction disposes of theOTConfigurationstructure that you specify in thecfigparameter and releases all associated memory.Functions that open providers automatically disposes of the
OTConfigurationstructure that they use. For this reason, most applications need not call theOTDestroyConfigurationfunction. You should call theOTDestroyConfigurationfunction only to dispose of anOTConfigurationstructure that you have not actually used to open a provider.SEE ALSO
"Initiating and Closing Open Transport".The
OTCreateConfigurationfunction.The
OTCloneConfigurationfunction.