|
iDRS™ SDK 16
|
Interface for COutputParams wrapper. More...
Go to the source code of this file.
Functions | |
| enum OutputFormat | COutputParams_GetOutputFormat (const COutputParams argCOutputParams, idrs_exception *pargException) |
| gets the output format. | |
| void | COutputParams_SetIdentifier (COutputParams argCOutputParams, const idrs_string strIdentifier, idrs_exception *pargException) |
| Sets a specific identifier to the output params. | |
| const idrs_string | COutputParams_GetIdentifier (const COutputParams argCOutputParams, idrs_exception *pargException) |
| Gets the output params identifier. | |
| COutputParamsArray | ArrayInterface_Create_COutputParamsArray (idrs_exception *pargException) |
| Creates a new COutputParamsArray object. | |
Interface for COutputParams wrapper.
| COutputParamsArray ArrayInterface_Create_COutputParamsArray | ( | idrs_exception * | pargException | ) |
Creates a new COutputParamsArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| const idrs_string COutputParams_GetIdentifier | ( | const COutputParams | argCOutputParams, |
| idrs_exception * | pargException | ||
| ) |
Gets the output params identifier.
| argCOutputParams | COutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| enum OutputFormat COutputParams_GetOutputFormat | ( | const COutputParams | argCOutputParams, |
| idrs_exception * | pargException | ||
| ) |
gets the output format.
| argCOutputParams | COutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void COutputParams_SetIdentifier | ( | COutputParams | argCOutputParams, |
| const idrs_string | strIdentifier, | ||
| idrs_exception * | pargException | ||
| ) |
Sets a specific identifier to the output params.
This identifier is used by DocumentOutputProvider to designate for which output a stream is requested when running CDocumentProcessing::ProcessDocument.
By default a unique identifier is generated at COuputParams creation time.
| argCOutputParams | COutputParams handle |
| strIdentifier | The user-defined identifier for the output params. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |