Katana Plug-in APIs 0.1
Public Attributes

FnConfigHostSuite_v1 Struct Reference

List of all members.

Public Attributes

char **(* exportConfiguration )(int64_t *numKeysAndValues)

Member Data Documentation

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[].


The documentation for this struct was generated from the following file:
 All Classes Functions Variables Typedefs Enumerations Enumerator