IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

DeleteSharedDrive Method

Deletes a shared drive.

Syntax

ANSI (Cross Platform)
int DeleteSharedDrive(const char* lpszSharedDriveId);

Unicode (Windows)
INT DeleteSharedDrive(LPCWSTR lpszSharedDriveId);
- (void)deleteSharedDrive:(NSString*)sharedDriveId;
#define MID_GOOGLEDRIVE_DELETESHAREDDRIVE 10

IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_GoogleDrive_Do(void *lpObj, int methid, int cparam, void *param[], int cbparam[], int64 *lpllVal);

Remarks

This method deletes the shared drive specified by SharedDriveId.

Note that only members of a shared drive with the prOrganizer (5) role can delete it, and that the shared drive must be empty (or all of its items must be in the trash).

Error Handling (C++)

This method returns a result code; 0 indicates success, while a non-zero error code indicates that this method encountered an error during its execution. If an error occurs, the GetLastError() method can be called to retrieve the associated error message. (Note: This method's result code can also be obtained by calling the GetLastErrorCode() method after it returns.)

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