RXS_getBuffLen
From Wiki
|
| User Guide |
Contents |
Description
Use this subprocedure to retrieve the length of data that has buffered in the Template Engine. Note that RXS_VAR should have been specified for the pOutType parameter on the call to RXS_initTplEng API for this to work. This is most often used in conjunction with RXS_getUri where RXS_getBuffData is used to obtain the current data stored in the template engine.
Prototype
D RXS_getBuffLen... D pr 10u 0
Parameters
- Return Parameter
- An unsigned integer will be returned declaring the length in bytes of data found in the buffer.
Return value
None.
Notes / Examples
None.
