Windows Media Player 11 SDK IWMPLibrarySharingServices::showLibrarySharing 

Windows Media Player SDK banner art

Previous Next

IWMPLibrarySharingServices::showLibrarySharing

The showLibrarySharing method displays the Windows Media Player Library Sharing dialog box.

Syntax

  HRESULT showLibrarySharing();

Parameters

This method takes no parameters.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

The Library Sharing dialog box enables the user to configure library sharing. Users can access this dialog box by pointing to Tools, then clicking Options, and then clicking Configure Media Sharing in the Windows Media Player menu; or by clicking the arrow below the Library tab and then clicking Library Sharing.

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

Requirements

Version: Windows Media Player 11.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next