VpeGetDevJobName

<< Click to Display Table of Contents >>

Navigation:  Device Control Properties >

VpeGetDevJobName

Previous pageReturn to chapter overviewNext page

[Windows platform only; not supported by the Community Edition]

Retrieves the job name for the currently selected output device, which will be shown in the printer spooler of the system. If no job name is set ("" or NULL), VPE will compose a job name from the name of the application calling VPE and the title of the document.

void VpeGetDevJobName(

VpeHandle hDoc,

LPSTR job_name,

int size

)

VpeHandle hDoc

Document Handle

LPSTR job_name

receive string for the job name

int size

the maximum size of the receive string

Remarks:

This property is not written to a VPE setup file.