IPortableDeviceEventCallback interface (portabledeviceapi.h)

The IPortableDeviceEventCallback interface implemented by the application to receive asynchronous callbacks if an application has registered to receive them by calling IPortableDevice::Advise.

Inheritance

The IPortableDeviceEventCallback interface inherits from the IUnknown interface. IPortableDeviceEventCallback also has these types of members:

Methods

The IPortableDeviceEventCallback interface has these methods.

 
IPortableDeviceEventCallback::OnEvent

The OnEvent method is called by the SDK to notify the application about asynchronous events.

Requirements

Requirement Value
Target Platform Windows
Header portabledeviceapi.h

See also

Client Interfaces