IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

Prefix Property

A prefix used to restrict the results returned when listing resources or shares.

Syntax

ANSI (Cross Platform)
char* GetPrefix();
int SetPrefix(const char* lpszPrefix); Unicode (Windows) LPWSTR GetPrefix();
INT SetPrefix(LPCWSTR lpszPrefix);
@property (nonatomic,readwrite,assign,getter=prefix,setter=setPrefix:) NSString* prefix;
- (NSString*)prefix;
- (void)setPrefix:(NSString*)newPrefix;
#define PID_AZUREFILE_PREFIX 22

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_AzureFile_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_AzureFile_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property, if non-empty, is used to restrict the results returned by ListResources or ListShares to only the items whose names begin with the given value.

This property is not available at design time.

Data Type

String

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