IPortableDeviceEventCallback Interface

banner art

Previous Next

IPortableDeviceEventCallback Interface

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

In addition to the methods inherited from IUnknown, the IPortableDeviceEventCallback interface exposes the following method.

Method Description
OnEvent Called by the SDK to notify the application about asynchronous events.

Requirements

Header: Defined in PortableDeviceApi.h

Library: PortableDeviceGUIDs.lib

See Also

Previous Next