Windows Media Format SDK banner art
PreviousNext

IWMStreamConfig::SetStreamName

The SetStreamName method specifies the stream name.

Syntax

HRESULT SetStreamName(
  WCHAR*  pwszStreamName
);

Parameters

  pwszStreamName

[in]  Pointer to a wide-character NULL-terminated string containing the stream name.

Return Values

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

Return code Description
E_OUTOFMEMORY The pwszStreamName parameter is NULL.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.