AIHTMLConversionSuitesSuite Struct Reference
[API Suite List]
This suite allows you to register an HTML conversion suite, implemented as AIHTMLConversionSuite
.
More...
#include <AIHTMLConversion.h>
List of all members.
Detailed Description
This suite allows you to register an HTML conversion suite, implemented as AIHTMLConversionSuite
.
- See also:
SPSuitesSuite
Member Data Documentation
Adds an HTML conversion suite.
- Parameters:
-
| host | This plug-in. |
| apiVersion | The external plug-in version; use the constant kPluginInterfaceVersion . |
| internalVersion | An internal plug-in version number, as returned by GetNextInternalVersion() . |
| suiteProcs | A pointer to an AIHTMLConversionSuite structure which contains the procedures that perform the HTML conversion. |
| suite | [out] A buffer in which to return the new suite. |
Retrieves a list of all registered HTML conversion suites, which you can use with SPSuitesSuite
functions.
- Parameters:
-
| suiteList | [out] A buffer in which to return the suite list. |
Retrieves a unique internal plug-in interface version number, to use when adding a suite with AddHTMLConversionSuite()
.
- Parameters:
-
| apiVersion | The external plug-in version; use the constant kPluginInterfaceVersion . |
| internalVersion | [out] A buffer in which to return the unique internal version number. |
The documentation for this struct was generated from the following file: