Copyright © 2008-2023 MultiMedia Soft

GetTempFileSize64 method

Previous pageReturn to chapter overviewNext page

Remarks

 

If an editing session is set to store sound data inside a temporary file, this method obtains the size in bytes of the temporary file. The absolute pathname of the temporary file can be obtained using the GetTempFilePathname method.

The store mode can be retrieved through the GetStoreMode method and set through the SetStoreMode method.

 

 

Syntax

 

[Visual Basic]

Public Function GetTempFileSize64 (

) as long


 

[C#]

public long GetTempFileSize64 (

);


 

[C++]

public: long GetTempFileSize64 (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

> 0

The size in bytes of the temporary file