RDC |
.NET |
|
X |
Application area
Windows client
Adelia Cloud client
Adelia Web Client
This function is used to retrieve the replacement title of the current print job set using the VaSetJobTitle function.
Parameters
ALPHA (256) |
JobTitle (O) |
Print job title. |
NUM_BIN_2 |
SzeJobTitle |
Size of the JobTitle result string |
Example
* Retrieves the current print job replacement title.
ALPHA(256) JobTitle
CALL_DLL 'VaCrysRt' ' 'VaGetJobTitle' JobTitle 256
If the returned value is *BLANK, no replacement value is active.