Required Parameter Group: | |||
1 | name | Input | Char(*) |
2 | namelength | Input | Binary(4) |
3 | writelock | Input | Binary(4) |
4 | cfg | Output | Binary(4) |
5 | errcode | I/O | Char(*) |
Threadsafe: Yes |
Use the QzuiOpenConfig API to cause the configuration file specified to be read into memory and a handle is returned. This handle is used in subsequent API calls to manipulate directives and scopes within the file.
File name (including path) to the configuration file to be opened.
Length of the file name.
Has the following values: 0 = no lock, 1 = exclusive write lock will be put on config file.
Handle to the memory copy of the config file.
Error information structure.