Microsoft DirectX 9.0

IAMNetworkStatus::get_BufferingCount

The get_BufferingCount method retrieves the number of times the network source has buffered the data.

Syntax

HRESULT get_BufferingCount(
  long *pBufferingCount
);

Parameters

pBufferingCount

Pointer to a variable that receives the buffering count.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

See Also