SecureBlackbox 2020 Qt Edition

Questions / Feedback?

FileExtractionStart Event

Reports the beginning of file extraction process.

Syntax

class PGPReaderFileExtractionStartEventParams {
public:
  const QString &Filename();
  const QString &Timestamp();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void FileExtractionStart(PGPReaderFileExtractionStartEventParams *e);
// Or, subclass PGPReader and override this emitter function. virtual int FireFileExtractionStart(PGPReaderFileExtractionStartEventParams *e) {...}

Remarks

This event informs about the beginning of extraction of the next available file. A PGP message may contain more than one file. Filename parameter indicates the original file name, and the Timestamp its last modification time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Qt Edition - Version 20.0 [Build 8154]