ICcTransportStream::Buffering (Windows CE 5.0)
This method enables or disables buffering.
HRESULT Buffering( [in] VARIANT_BOOL bBuffering);HRESULT Buffering( [out, retval] VARIANT_BOOL* pbBuffering);
Parameters
- bBuffering, pbBuffering
Set to VARIANT_TRUE if buffering is enabled, VARIANT_FALSE otherwise.
Return Values
S_OK indicates success.
Remarks
If bBuffering is TRUE, this method turns on buffer functionality when the transport supports it.
If FALSE, the method turns off buffer functionality, so data is sent immediately without waiting for additional data.
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