Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/px/pxconfigdeleteentry.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/px/pxconfigdeleteentry.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/px/pxconfigdeleteentry.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/px/pxconfigdeleteentry.html on line 8
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 );
- cx
- PxConfigDeleteEntryCx() only. The configuration file handle
for the file you want to delete an entry from. This handle is returned by
PxConfigOpenCx().
- section
- The section that contains entry.
If section is NULL, then the current section is
searched for a match for entry.
- entry
- The entry to delete.
phexlib
These functions delete the entry entry from the section
section in a configuration file.
|
The configuration file must have been opened for PXCONFIG_WRITE
—see
PxConfigOpen(). |
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.
- Pt_TRUE
- The entry is deleted.
- Pt_FALSE
- Otherwise.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
PxConfigDeleteSection*(),
PxConfigOpen*()
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/lib_ref/px/pxconfigdeleteentry.html on line 147
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/lib_ref/px/pxconfigdeleteentry.html on line 147