Returns the location of the current configuration file.
Gx6188GetConfigurationFile (szPath, nPathSize, pnStatus)
Name |
Type |
Comments |
szPath |
PSTR |
Buffer to contain the returned file location (null terminated) string. |
nPathSize |
SHORT |
Specifies the maximum size of the returned string. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The board does not need to be initialized to use this function. The configuration file is used during initialization to retrieve simulation information and during normal operation to save and retrieve exclusions.
For example, the returned string looks like the following:
“C:\ProgramData\Marvin Test Solutions\GxSw\GxSw.ini”
Gx6188Initialize, Gx6188InitializeVisa, Gx6188SetConfigurationFile, GxSWGetErrorString