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