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
Value
Meaning
S_OK
Temp file set successfully
Remarks
The call may block for a significant amount of time while the file is being preallocated.