![]() | InDesign SDK 20.5 |
#include <ISnippetExportSuite.h>

Public Types | |
| enum | { kDefaultIID = IID_ISNIPPETEXPORTSUITE } |
Public Member Functions | |
| virtual bool16 | CanExport () const =0 |
| virtual ErrorCode | DoExport (IPMStream *stream)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Suite to handle snippet export
| pure virtual |
Can we export the target to a snippet?
| pure virtual |
Export the file to a snippet.
| stream | - directs where the snippet is streamed to |