IPrintSchemaAsyncOperation interface
Represents an asynchronous operation context for validation, merge or commit operations.
Members
The IPrintSchemaAsyncOperation interface inherits from the IDispatch interface. IPrintSchemaAsyncOperation also has these types of members:
Methods
The IPrintSchemaAsyncOperation interface has these methods.
| Method | Description |
|---|---|
| Cancel |
Cancels the asynchronous PrintSchema operation. |
| Start |
Starts the asynchronous PrintSchema operation. |
Remarks
Any event sink that implements IPrintSchemaAsyncOperationEvent is connected to the associated event source, IPrintSchemaAsyncOperation, via the IConnectionPoint mechanism. You must retrieve a pointer to the IConnectionPoint interface by invoking QueryInterface on the IPrinterQueue object.
Requirements
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Header |
|
See also