Initialize the renderer for use.
This method must be successfully called before calling any other method.
- Parameters
-
| pszMimeType | A pointer to a wide NULL terminated string containing the mime-type that defines the output encoding to be used. Currently the following types are supported:
| Type | Description |
| text/plain | Plain text output in columns with headers (if set) and separators |
| text/csv | Plain text comma separated output. The separator character can be changed by calling the setColSeparator() method before the call to the begin() method. |
| text/html | HTML formatted as an HTML table. |
|
| pColDefArray | A pointer to an array of P6R::P6RENDERCOLDEF structures defining the columns to be rendered. |
| cColDefArray | The number of valid array entries in pColDefArray. |