Windows Media Player 11 SDK IWMPEvents2::CreatePartnershipComplete
Previous | Next |
IWMPEvents2::CreatePartnershipComplete
The CreatePartnershipComplete event occurs when an asynchronous call to IWMPSyncDevice::createPartnership completes.
Syntax
Parameters
pDevice
[in] Address of the IWMPSyncDevice interface that represents the device object for which the partnership was created.
hrResult
[in] The success or error HRESULT for the create partnership operation.
Remarks
A call to IWMPSyncDevice::createPartnership starts the asynchronous operation of creating a partnership between Windows Media Player and a device. This call returns immediately. When the operation that creates the partnership ends, CreatePartnershipComplete occurs.
Receiving this event notification does not guarantee that a partnership exists.
This event is broadcasted to all remoted Windows Media Player control instances.
Use IWMPSyncDevice::isIdentical to determine whether a particular device matches the device for which the partnership was created.
You can also handle this event through an IDispatch event sink by using the _WMPOCXEvents interface.
Windows Media Player 10 Mobile: This event is not supported.
Requirements
Version: Windows Media Player 10 or later.
Header: Include wmp.h.
Library: Use wmp.dll.
See Also
- _WMPOCXEvents Interface
- IWMPEvents2 Interface
- IWMPSyncDevice::createPartnership
- IWMPSyncDevice::isIdentical
Previous | Next |