IStreamBufferConfigure3::GetNamespace Method
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(
[out] 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 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. |
Remarks
None.
Requirements
Header | Declared in Sbe.h. |
See Also
IStreamBufferConfigure3 Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008