SecureBlackbox 2020 C++ Edition

Questions / Feedback?

FindClose Event

Signals the completion of a directory listing request.

Syntax

ANSI (Cross Platform)
virtual int FireFindClose(FTPServerFindCloseEventParams *e);
typedef struct {
int64 ConnectionID;
int OperationStatus; int reserved; } FTPServerFindCloseEventParams; Unicode (Windows) virtual INT FireFindClose(FTPServerFindCloseEventParams *e);
typedef struct {
LONG64 ConnectionID;
INT OperationStatus; INT reserved; } FTPServerFindCloseEventParams;
- (void)onFindClose:(long long)connectionID :(int*)operationStatus;
#define EID_FTPSERVER_FINDCLOSE 29

virtual INT SECUREBLACKBOX_CALL FireFindClose(LONG64 &lConnectionID, INT &iOperationStatus);

Remarks

The class fires this event upon completion of a directory listing request. Check the operation status, and alter it, if needed, through the OperationStatus parameter.

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