IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

AccountPassword Property

A storage service provider password.

Syntax

ANSI (Cross Platform)
char* GetAccountPassword();
int SetAccountPassword(const char* lpszAccountPassword); Unicode (Windows) LPWSTR GetAccountPassword();
INT SetAccountPassword(LPCWSTR lpszAccountPassword);
@property (nonatomic,readwrite,assign,getter=accountPassword,setter=setAccountPassword:) NSString* accountPassword;
- (NSString*)accountPassword;
- (void)setAccountPassword:(NSString*)newAccountPassword;
#define PID_CLOUDSTORAGE_ACCOUNTPASSWORD 7

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

Default Value

""

Remarks

A storage service provider password.

This property specifies the password to use for authentication. It must be populated when using one of these storage service providers:

Data Type

String

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