SecureBlackbox 2020 C++ Edition

Questions / Feedback?

FileExtractionStart Event

Reports the beginning of file extraction process.

Syntax

ANSI (Cross Platform)
virtual int FireFileExtractionStart(PGPReaderFileExtractionStartEventParams *e);
typedef struct {
const char *Filename;
const char *Timestamp; int reserved; } PGPReaderFileExtractionStartEventParams; Unicode (Windows) virtual INT FireFileExtractionStart(PGPReaderFileExtractionStartEventParams *e);
typedef struct {
LPCWSTR Filename;
LPCWSTR Timestamp; INT reserved; } PGPReaderFileExtractionStartEventParams;
- (void)onFileExtractionStart:(NSString*)filename :(NSString*)timestamp;
#define EID_PGPREADER_FILEEXTRACTIONSTART 4

virtual INT SECUREBLACKBOX_CALL FireFileExtractionStart(LPSTR &lpszFilename, LPSTR &lpszTimestamp);

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 C++ Edition - Version 20.0 [Build 8166]