plugin_library.h File Reference
#include "plugin_type.h"
#include "plugin_unknown.h"
Go to the source code of this file.
Data Structures |
struct | IPluginLibrary |
| Universal Document Shell Plugin Library interface. Through IPluginLibrary, caller is able to:
- Check the library whether can it open the specified document or not.
- Create a new document object if the plug-in uses the low level interfaces. and retrieve the IPlugUnknown pointer of the library object.
- Create a new reader object if the plug-in uses the high level interfaces.
More...
|