SecureBlackbox Lite 2020 C++ Edition

Questions / Feedback?

ListEntry Event

Passes the next directory listing entry to the application.

Syntax

ANSI (Cross Platform)
virtual int FireListEntry(WebDAVClientListEntryEventParams *e);
typedef struct {
const char *Filename; int reserved; } WebDAVClientListEntryEventParams; Unicode (Windows) virtual INT FireListEntry(WebDAVClientListEntryEventParams *e);
typedef struct {
LPCWSTR Filename; INT reserved; } WebDAVClientListEntryEventParams;
- (void)onListEntry:(NSString*)filename;
#define EID_WEBDAVCLIENT_LISTENTRY 4

virtual INT SECUREBLACKBOXLITE_CALL FireListEntry(LPSTR &lpszFilename);

Remarks

The class fires this event repeatedly to pass the whole list of directory entries received in response to a ListDir call to the application. For each entry, FileName contains the received directory entry name, and CurrentListEntry populates all the details.

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