Windows Media Player 11 SDK IWMPPlugin::UnAdviseWMPServicesÂ
Previous | Next |
IWMPPlugin::UnAdviseWMPServices
The IWMPPlugin::UnAdviseWMPServices method is used to release the pointer provided by AdviseWMPServices.
Syntax
Parameters
The method takes no parameters.
Return Values
The method returns an HRESULT.
Remarks
Windows Media Player calls this method when the pointer provided by AdviseWMPServices is no longer valid. The plug-in should use this method to cease making stream state requests through the pointer.
Requirements
Version: Windows Media Player 9 Series or later.
Header: Include wmprealestate.h.
See Also
Previous | Next |