Share via


Job::GetName method

Retrieve the name of the job as specified in the job manifest.

Syntax

virtual HRESULT GetName(
  [out, optional] LPCWSTR *jobName
) const = 0;

Parameters

jobName [out, optional]

The name of the job.

Return value

This method always returns S_OK.

Remarks

Managed code uses the Job.Name property.

See also

Job