IStreamBufferConfigure3::GetNamespace
Microsoft DirectShow 9.0 |
IStreamBufferConfigure3::GetNamespace
This topic applies to Windows Vista or later.
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 ( LPWSTR * ppszNamespace );
Parameters
ppszNamespace
[out] 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 Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Value | Description |
S_OK | The method succeeded. |
Remarks
None.
Requirements
Header: Include Sbe.h.
See Also