Share via


IStreamBufferConfigure3::GetNamespace method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetNamespace method retrieves the prefix that is added to the names of the synchronization objects that the Stream Buffer Engine uses to synchronize the reader and writer.

Syntax

HRESULT GetNamespace(
  [out] LPWSTR *ppszNamespace
);

Parameters

[out] ppszNamespace

Receives a pointer to a null-terminated, wide-character string. The caller must free the string by calling CoTaskMemFree. If no prefix is defined, this variable receives a NULL pointer.

Return value

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.

Requirements

Requirement Value
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferConfigure3 Interface