IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

PrefixList Event

Fires once for each common prefix returned when listing objects.

Syntax

ANSI (Cross Platform)
virtual int FirePrefixList(LinodePrefixListEventParams *e);
typedef struct {
const char *Prefix; int reserved; } LinodePrefixListEventParams; Unicode (Windows) virtual INT FirePrefixList(LinodePrefixListEventParams *e);
typedef struct {
LPCWSTR Prefix; INT reserved; } LinodePrefixListEventParams;
- (void)onPrefixList:(NSString*)prefix;
#define EID_LINODE_PREFIXLIST 10

virtual INT IPWORKSCLOUD_CALL FirePrefixList(LPSTR &lpszPrefix);

Remarks

This event fires once for each common prefix returned when ListObjects or ListVersions is called when ObjectDelimiter is non-empty. Refer to ObjectDelimiter for more information.

Prefix is the common prefix.

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