Boolean DelTempFiles;
HRESULT put_DelTempFiles( [in] VARIANT_BOOL b ); HRESULT get_DelTempFiles( [out] VARIANT_BOOL* b );
b [in] VARIANT_BOOL, [out] VARIANT_BOOL * - set to VARIANT_TRUE if you want to delete temporary files
void SetDelTempFiles( bool b ); bool GetDelTempFiles();
b bool - set to true if you want to delete temporary files
- Back to API - WebArchiveX Website - C Systems Website -