IRbtBaseAV::SetTempFile

Sets the temporary file and its preallocated size

HRESULT IRbtBaseAV::SetTempFile (
     LPTSTR file,
     DWORD size
)

Parameters
file
Name of the temporary file, or NULL to create a file in the default temp directory
size
Preallocated size of the file, or 0 to disable preallocation

Return Values
ValueMeaning
S_OKTemp file set successfully

Remarks
The call may block for a significant amount of time while the file is being preallocated.