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.
IPrintJobCollection::GetAt method
Gets a pointer to an IPrintJob object.
Syntax
HRESULT GetAt(
[in] ULONG ulIndex,
[out, retval] IPrintJob **ppJob
);
Parameters
- ulIndex [in]
-
Index of the IPrintJob object within the collection.
- ppJob [out, retval]
-
Pointer to an IPrintJob object.
Return value
Returns an HRESULT value. If the method call was not successful, it returns the appropriate HRESULT error code.
Requirements
|
Minimum supported client |
Windows 8.1 |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 |
|
Target platform |
|
|
Header |
|
See also
Show: