IStreamBufferRecComp::Append Method
The Append method appends an entire recording to the target file.
Syntax
HRESULT Append(
[in] LPCWSTR pszSBRecording
);
Parameters
- pszSBRecording [in]
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
Header | Declared in Sbe.h. |
See Also
IStreamBufferRecComp Interface
Send comments about this topic to Microsoft
Build date: 12/4/2008