Microsoft DirectX 9.0

IStreamBufferRecComp::Append

The Append method appends an entire recording to the target file.

Syntax

HRESULT Append(
    LPCWSTR pszSBRecording,

); 

Parameters

pszSBRecording

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

Return Values

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

Value 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

Include Sbe.h.

See Also