IWindowsMediaLibrarySharingServices::put_internetMediaSharingSecurityGroup method

The put_internetMediaSharingSecurityGroup method specifies the name of the security group that is used to authenticate connections coming in over the Internet.

Syntax


HRESULT put_internetMediaSharingSecurityGroup(
  [in] BSTR securityGroup
);

Parameters

securityGroup [in]

A BSTR that specifies the name of the security group.

Return value

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

Return codeDescription
S_OK

The method succeeded.

 

Remarks

The Internet media sharing security group applies only to Windows Home Server. Applications running on other versions of Windows can call put_internetMediaSharingSecurityGroup and get_internetMediaSharingSecurityGroup, but the calls will have no effect.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Wmlss.h (include Wmlss.h)

DLL

WMPMediaSharing.dll

 

 

Community Additions

ADD
Show: