RemotePassword Property

The password of the user on the remote host.

Syntax

ANSI (Cross Platform)
char* GetRemotePassword();
int SetRemotePassword(const char* lpszRemotePassword); Unicode (Windows) LPWSTR GetRemotePassword();
INT SetRemotePassword(LPCWSTR lpszRemotePassword);
@property (nonatomic,readwrite,assign,getter=remotePassword,setter=setRemotePassword:) NSString* remotePassword;
- (NSString*)remotePassword;
- (void)setRemotePassword:(NSString*)newRemotePassword;
#define PID_REXEC_REMOTEPASSWORD 17

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_Rexec_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_Rexec_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This must be the password of a user in the remote host for whom remote execution of commands is permitted.

Data Type

String

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