LocalUser Property

The identifier of the user on the local machine.

Syntax

ANSI (Cross Platform)
char* GetLocalUser();
int SetLocalUser(const char* lpszLocalUser); Unicode (Windows) LPWSTR GetLocalUser();
INT SetLocalUser(LPCWSTR lpszLocalUser);
@property (nonatomic,readwrite,assign,getter=localUser,setter=setLocalUser:) NSString* localUser;
- (NSString*)localUser;
- (void)setLocalUser:(NSString*)newLocalUser;
#define PID_RSHELL_LOCALUSER 16

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

Default Value

""

Remarks

This property contains the identifier of the user on the local machine. This must be the identifier of a user in the local host for whom remote execution of commands is permitted in the remote host.

Data Type

String

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