Share via


ICcTransportStream::Buffering (Windows CE 5.0)

Send Feedback

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

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.