ref_iface_IVDXInputFile_Append - shekh/VirtualDub2 GitHub Wiki

VirtualDub Plugin SDK 1.2

IVDXInputFile interface

IVDXInputFile:: Append

Appends the streams in the given file to the current streams, forming larger virtual streams.

bool Append(const wchar_t *path);

Parameters

path Path of file to be appended, or NULL to query if appending is supported.

Thread safety

This method is not thread-safe.

Errors

Errors may not be returned from this function (see SetError()).

Return value

If path is non-NULL, return true if append was successful, and false if append was silently aborted (perhaps due to user intervention); if path is NULL, returns true if appending was successful.

Remarks

The appending is virtual; it must not alter the source files on disk.


Copyright (C) 2007-2012 Avery Lee.

⚠️ **GitHub.com Fallback** ⚠️