This document is archived and information here might be outdated. Recommended version. |
Job info.
[Visual Basic .NET] Public Property JobInfo As IJobInfo
[C#] public IJobInfo JobInfo {get; set;}
[C++]
HRESULT get_JobInfo(
IJobInfo** ppVal
);
[C++]
HRESULT put_JobInfo(
IJobInfo* ppVal
);
[C++] Parameters ppVal [out, retval]
ppVal is a parameter of type IJobInfo** ppVal [in]
ppVal is a parameter of type IJobInfo*