PxConfigDeleteEntry()
Delete an entry from a configuration file
Synopsis:
#include <photon/PxProto.h>
int PxConfigDeleteEntry( const char *section,
const char *entry );
Description:
Use this function to delete the entry entry from the section section in the configuration file.
![]() |
The configuration file must have been opened for PXCONFIG_WRITE-see PxConfigOpen(). |
Returns:
- Pt_TRUE
- The entry is deleted.
- Pt_FALSE
- Otherwise.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
PxConfigDeleteSection(), PxConfigOpen()

