ICcTransportStream::Buffering
Other versions of this page are also available for the following:
8/27/2008
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 |