Share via


IWMSTransportProperties::CreateGlobalProperties

banner art

Previous Next

IWMSTransportProperties::CreateGlobalProperties

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

  HRESULT CreateGlobalProperties(
  IWMSContext**  ppProps,
  IWMSContext*  pRelativeContext
);

Parameters

ppProps

[out]  Pointer to a pointer to an IWMSContext interface containing the global properties.

pRelativeContext

[in]  Pointer to an IWMSContext interface containing the user context.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

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