[Previous] [Contents] [Index] [Next]

PxConfigClose()

Close the current configuration file

Synopsis:

#include <photon/PxProto.h>

int PxConfigClose( void );

Description:

This function closes the currently opened configuration file (opened using PxConfigOpen()). It doesn't do anything if there's no currently opened configuration file.

Returns:

Pt_TRUE
The file was opened and is now closed.
Pt_FALSE
Otherwise.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PxConfigOpen()


[Previous] [Contents] [Index] [Next]