Delete a section from a configuration file
#include <photon/PxProto.h> int PxConfigDeleteSection( const char *section); int PxConfigDeleteSectionCx( PxCfgContext_t *cx, const char *section);
phexlib
These functions delete the section section from the configuration file.
PxConfigDeleteSection() deletes a section from the currently open configuration file opened by PxConfigOpen(), while PxConfigDeleteSectionCx() deletes a section from the configuration file indicated by cx.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PxConfigDeleteEntry*(), PxConfigForceEmptySection*(), PxConfigOpen*()