plugin_export.h File Reference

#include "plugin_type.h"
#include "plugin_unknown.h"
Include dependency graph for plugin_export.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef const char *(* GetVersionFunc )()
 Global export functions from plugin shared library These functions are invoked by Universal Document Shell.
typedef IPluginUnknown *(* CreateLibFunc )()
 Function prototype to create plugin object. Through this export function, caller is able to construct the plugin library.

Typedef Documentation

Function prototype to create plugin object. Through this export function, caller is able to construct the plugin library.

Definition at line 54 of file plugin_export.h.

typedef const char*(* GetVersionFunc)()

Global export functions from plugin shared library These functions are invoked by Universal Document Shell.

Copyright (C) 2008 iRex Technologies B.V. All rights reserved. Function prototype for caller to retrieve API version that Plugin provides.

Returns:
The version string.

Definition at line 47 of file plugin_export.h.

Generated by  doxygen 1.6.2-20100208