Share via


IStreamBufferRecComp::Append 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 Append method appends an entire recording to the target file.

Syntax

HRESULT Append(
  [in] LPCWSTR pszSBRecording
);

Parameters

[in] pszSBRecording

Null-terminated, wide character string that contains the name of the file to append.

Return value

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

Return code Description
S_OK
Success

Remarks

The file specified in pszSBRecording must be completed. If the file is live, the method fails. Also, the file's profile must match the one that was configured in the Initialize method.

Requirements

   
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