ICcTransportStream::ID (Windows CE 5.0)
This method gets a stream identifier specified by the client.
HRESULT ID ( BSTR* pbstrStreamId );
Parameters
- pbstrStreamId
[out, retval]Stream identifier given in ICcTransport::CreateStream.
Return Values
The following table shows return values for this method.
Value | Description |
---|---|
S_OK | Indicates success. |
E_OUTOFMEMORY | Indicates the transport could not allocate memory for the output parameter.
The application might be able to free memory and retry the operation. |
Requirements
OS Version: Windows CE 5.0 and later.
Header: CcTransport.idl.
Link Library: none.
See Also
Send Feedback on this topic to the authors