IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

SharedDrive Property

The shared drive to list file and folder resources for.

Syntax

ANSI (Cross Platform)
char* GetSharedDrive();
int SetSharedDrive(const char* lpszSharedDrive); Unicode (Windows) LPWSTR GetSharedDrive();
INT SetSharedDrive(LPCWSTR lpszSharedDrive);
@property (nonatomic,readwrite,assign,getter=sharedDrive,setter=setSharedDrive:) NSString* sharedDrive;
- (NSString*)sharedDrive;
- (void)setSharedDrive:(NSString*)newSharedDrive;
#define PID_GOOGLEDRIVE_SHAREDDRIVE 100

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

When ListResourcesScope is set to lrsSharedDrive (2), this property must be set to a shared drive resource Id before calling ListResources or ListChildren.

This property may also be set to a shared drive resource Id before calling GetCurrentChangeMarker or ListChanges in order to list changes to the specified shared drive and its contents.

Refer to ListResources or ListChanges for more information.

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]