Interface for CTextOutputParams wrapper.
More...
Go to the source code of this file.
Interface for CTextOutputParams wrapper.
◆ CTextOutputParams_Create()
Create is instantiating a new instance of CTextOutputParams and associated data object.
- Parameters
-
| evCharacterEncoding | character encoding value. |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
- Returns
- New instance of CTextOutputParams
◆ CTextOutputParams_Destroy()
| void CTextOutputParams_Destroy |
( |
CTextOutputParams |
argCTextOutputParams, |
|
|
idrs_exception * |
pargException |
|
) |
| |
Destroys a CTextOutputParams handle.
- Parameters
-
| argCTextOutputParams | CTextOutputParams handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
◆ CTextOutputParams_GetCharacterEncoding()
getter for the character encoding.
- Returns
- the character encoding type.
- Parameters
-
| argCTextOutputParams | CTextOutputParams handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |