Share via


IStreamBufferRecComp::GetCurrentLength method (sbe.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The GetCurrentLength method retrieves the length of the target file.

Syntax

HRESULT GetCurrentLength(
  [out] DWORD *pcSeconds
);

Parameters

[out] pcSeconds

Pointer to a variable that receives the current length, in seconds.

Return value

Returns an HRESULT value. Possible values include those in the following table.

Return code Description
S_OK
Success

Remarks

To get accurate updates, you can call this method continually from one thread while another thread performs append operations.

Requirements

Requirement Value
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header sbe.h

See also

IStreamBufferRecComp Interface