RenderPreview( [in] long DocumentID, [in] BSTR Identifier, [out,retval] BSTR *RenderedData )
This function is called when a document that does not have public status is being rendered .
| DocumentID |
The ID of the document being rendered. |
||
| Identifier |
The Identifier of the plugin being rendered |
The rendered string. This is typically a piece of
HTML.
To abort further page prosessing raise error (51021 Or
vbObjectError).
Only plugin state that has the status of non public (proposed or working copy) should be rendered.