IPrintSchemaAsyncOperationEvent::Completed method (printerextension.h)
Is called when asynchronous PrintSchema operation that is represented by an IPrintSchemaAsyncOperation context is completed.
Syntax
HRESULT Completed(
[in] IPrintSchemaTicket *pTicket,
[in] HRESULT hrOperation
);
Parameters
[in] pTicket
The print ticket.
[in] hrOperation
The result of the completed operation.
Return value
This method returns an HRESULT value.
Remarks
The print ticket passed to the Completed method is the final validated, merged, or committed print ticket.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8 |
Target Platform | Desktop |
Header | printerextension.h |