IPrinterQueueEvent interface
Provides the event delegate for printer queue events.
Members
The IPrinterQueueEvent interface inherits from the IDispatch interface. IPrinterQueueEvent also has these types of members:
Methods
The IPrinterQueueEvent interface has these methods.
| Method | Description |
|---|---|
| OnBidiResponseReceived |
Called when a bidi response is received. |
Remarks
An event sink that implements IPrinterQueueEvent and the event source, IPrinterQueue are connected 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