IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DriveMarker Property

A marker indicating what page of drives to return next.

Syntax

ANSI (Cross Platform)
char* GetDriveMarker();
int SetDriveMarker(const char* lpszDriveMarker); Unicode (Windows) LPWSTR GetDriveMarker();
INT SetDriveMarker(LPCWSTR lpszDriveMarker);
@property (nonatomic,readwrite,assign,getter=driveMarker,setter=setDriveMarker:) NSString* driveMarker;
- (NSString*)driveMarker;
- (void)setDriveMarker:(NSString*)newDriveMarker;
#define PID_ONEDRIVE_DRIVEMARKER 7

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

Default Value

""

Remarks

This property will be populated when ListDrives is called if the results are paged and there are more pages. To list all drives, continue to call ListDrives until this property returns empty string.

Refer to ListDrives 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]