Share via


Windows Media Player 11 SDK IWMPPluginUI::Create 

Windows Media Player SDK banner art

Previous Next

IWMPPluginUI::Create

The Create method is called by Windows Media Player to instantiate the plug-in user interface. This method is passed a handle to a parent window of the plug-in window. A handle to the newly created window is then passed back to the calling method.

Syntax

  

Parameters

hwndParent

[in]  HWND handle to a parent window of the plug-in window.

phwndWindow

[out]  Pointer to an HWND handle to the plug-in window after the content is filled in.

Return Values

This method returns an HRESULT.

Remarks

This method is called by Windows Media Player for all user interface plug-in types except the background type.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmpplug.h.

See Also

Previous Next