Required Parameter Group: | |||
1 | cfg | Input | Binary(4) |
2 | obj_type | Input | Binary(4) |
3 | key | Input | Char(*) |
4 | key_size | Input | Binary(4) |
5 | val | Input | Char(*) |
6 | val_size | Input | Binary(4) |
7 | place | Input | Binary(4) |
8 | where | Input | Binary(4) |
9 | object | Output | Binary(4) |
10 | errcode | I/O | Char(*) |
Threadsafe: Yes |
Use the QzuiAddConfigObject API to add scope or directive to the configuration. It may be placed relative to a directive or scope, at the end or beginning of the file, or at the beginning or end of a scope. A handle to the object is returned allowing directives to be added to it.
Handle to the config.
Type of object to add (0 = directive, 1 = scope).
Keyword of scope or directive to add.
Size of key passed.
Value for scope.
Size of value.
Placement directive (0 = at the end of the file, 1 = at start of file, 2 = after ″where″, 3 = before ″where″, 4 = at start of scope specified by ″where″, 5 = at end of scope specified by ″where″).
Optional handle to scope or directive for scope placement.
Handle of the object added.
Error information structure.