ProcessFileName Property

The path to the file on disk to execute.

Syntax

ANSI (Cross Platform)
char* GetProcessFileName();
int SetProcessFileName(const char* lpszProcessFileName); Unicode (Windows) LPWSTR GetProcessFileName();
INT SetProcessFileName(LPCWSTR lpszProcessFileName);
@property (nonatomic,readwrite,assign,getter=processFileName,setter=setProcessFileName:) NSString* processFileName;
- (NSString*)processFileName;
- (void)setProcessFileName:(NSString*)newProcessFileName;
#define PID_PIPEEXEC_PROCESSFILENAME 5

IPWORKSIPC_EXTERNAL void* IPWORKSIPC_CALL IPWorksIPC_PipeExec_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSIPC_EXTERNAL int IPWORKSIPC_CALL IPWorksIPC_PipeExec_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the path to the file on disk that will be executed. ProcessArgs optionally specifies the arguments that will be passed. ProcessWorkingDir optionally specifies the working directory in which the process will run.

This property is not available at design time.

Data Type

String

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