ICcTransport::SupportsNonUniqueStreamId (Windows CE 5.0)
This method determines whether the transport supports non-unique stream IDs.
HRESULT SupportsNonUniqueStreamId ( VARIANT_BOOL*pbSupported );
- pbSupported
[out, retval] VARIANT_TRUE if the transport supports non-unique stream IDs.
The following table shows return values for this method.
Value | Description |
---|---|
S_OK | Indicates success. |
E_INVALIDARG | Indicates invalid input arguments. |
This is used to determine whether ICcTransport::CreateStream can be called consecutively with non-unique stream identifiers.
If true, CreateStream can be called with a particular stream ID immediately after a different stream is returned with the same stream ID while the different stream is in use.
If false, the specified stream ID cannot be used until the previous stream with that stream ID is disposed.
OS Version: Windows CE 5.0 and later.
Header: CcTransport.idl.
Link Library: none.
Send Feedback on this topic to the authors