IWMSTransportProperties.CreateGlobalProperties (C#)

banner art

Previous Next

IWMSTransportProperties.CreateGlobalProperties (C#)

The CreateGlobalProperties method creates global properties associated with all the media streams that will be sent out by the data sink.

  • **Note   **This method is available only on Windows Server 2003, Enterprise Edition with Service Pack 1; Windows Server 2003, Datacenter Edition with Service Pack 1; and Windows Server 2008.

Syntax

  void IWMSTransportProperties
  .CreateGlobalProperties(
  out IWMSContext  ppProps,
  IWMSContext  pRelativeContext
);

Parameters

ppProps

Reference to an IWMSContext object that contains the global properties.

pRelativeContext

IWMSContext object that contains the user context.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to Microsoft.WindowsMediaServices.

Namespace: Microsoft.WindowsMediaServices.Interop.

Assembly: Microsoft.WindowsMediaServices.dll.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003, Enterprise Edition with Service Pack 1; Windows Server 2003, Datacenter Edition with Service Pack 1; Windows Server 2008.

See Also

Previous Next