Share via


ICcTransportStream::Buffering (Windows Embedded CE 6.0)

1/5/2010

This method enables or disables buffering.

Syntax

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 Value

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

Header cctransport.idl
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

ICcTransportStream
Core Connectivity Interfaces