Katana Plug-in APIs 0.1
Public Attributes

FnPluginManagerHostSuite_v1 Struct Reference

List of all members.

Public Attributes

const char **(* getSearchPaths )(char *buf, size_t *bufSize)
void(* unload )()
 Unload all plug-in binaries.

Member Data Documentation

const char**(* FnPluginManagerHostSuite_v1::getSearchPaths)(char *buf, size_t *bufSize)

Returns the list of plug-in search paths consulted by the plug-in manager.

Parameters:
bufBuffer in which all string data is stored.
bufSizeOn entry, points at the size of buf. On return, points to the number of bytes written to buf.
Returns:
a NULL-terminated array of search paths.
Note:
If the buffer is too small, returns NULL and sets *bufSize to the required buffer size.

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