RenderPublic( [in] long DocumentID, [in] BSTR Identifier, [out,retval] BSTR *RenderedData )
This function is called when a document that has 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 information (state) that has the status of public should be rendered. State pertaining to documents in status working copy or proposed should under no circumstances be returned.