PxConfigClose

PxConfigClose — closes an open configuration file.

Syntax

PxConfigClose ()

		

Arguments

none

Returns

-1 on success, 0 on error.

Description

This function closes the configuration file that has been opened with PxConfigOpen. If no configuration file is open, it does nothing.

See Also

In Photon documentation: PxConfigClose.