IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

SharedDriveMarker Property

A marker when shared drives are paged.

Syntax

ANSI (Cross Platform)
char* GetSharedDriveMarker();
int SetSharedDriveMarker(const char* lpszSharedDriveMarker); Unicode (Windows) LPWSTR GetSharedDriveMarker();
INT SetSharedDriveMarker(LPCWSTR lpszSharedDriveMarker);
@property (nonatomic,readwrite,assign,getter=sharedDriveMarker,setter=setSharedDriveMarker:) NSString* sharedDriveMarker;
- (NSString*)sharedDriveMarker;
- (void)setSharedDriveMarker:(NSString*)newSharedDriveMarker;
#define PID_GOOGLEDRIVE_SHAREDDRIVEMARKER 101

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

Default Value

""

Remarks

This property returns a marker used to iterate over pages of shared drives; it's populated when ListSharedDrives is called if the results are paged.

Continue to call ListSharedDrives until this property returns empty string in order to list all shared drives.

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]