|
Katana Plug-in APIs 0.1
|
Public Attributes | |
| char **(* | exportConfiguration )(int64_t *numKeysAndValues) |
| char**(* FnConfigHostSuite_v1::exportConfiguration)(int64_t *numKeysAndValues) |
Exports a copy of configuration keys and values.
Format of the export is: array[0] = config_key_0 array[1] = config_value_0 array[2] = config_key_1 array[3] = config_value_1 ...
Caller is responsible for freeing the allocated memory for each record using operator delete [], and the containing array using operator delete[].
1.7.3