The GZip Writer Object - HTML2EXE Programming Interface

Document Path: Home Page / Programming / HTML2EXE / Interfaces / GZip Writer Object  
Properties Callback
Methods Compress
Properties

Callback

Value Function (Progress Callback)
Access Put
Notes
  • Callback function protype:
    function ProgressCallback(infoText, progress, total)
    {
    //return value: <=0 abort the process; >0: continue
    }
    
Methods

Compress

Return Value ULONG
Arguments:
  • BSTR inputFileName
  • BSTR outputFileName
Notes