Menu

Application Verifier break message

IPrintAsyncNotifyChannel contract violation by channel consumer.

Probable cause

On bidirectional channels, calling SendNotification, CloseChannel, or making the final Release on the interface pointer relinquishes ownership. After creating the channel and sending the first notification, you cannot call Release until your callback's OnEventNotify is invoked. If you either invoke CloseChannel or get a ChannelClosed notification, you must not perform the final Release call.

Information displayed by Application Verifier

Parameter 1�-�IPrintAsyncNotifyChannel interface pointer.

Parameter 2�-�Not used.

Parameter 3�-�Not used.

Parameter 4�-�Not used.

Additional information

Stop code: A026