The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPrintJob::Id property
Gets the print job identifier (ID).
This property is read-only.
Syntax
HRESULT get_Id( [out, retval] ULONG *pulID );
Property value
The print job identifier.
Remarks
You must not use the IPrintJob::Id property to invoke spooler Job APIs. This property is only provided as a way for you to identify a particular job, and to help with ordering or sorting of the jobs in the job snapshot.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Header |
|
See also
Show: