PipeName Property

The name of the pipe.

Syntax

ANSI (Cross Platform)
char* GetPipeName();
int SetPipeName(const char* lpszPipeName); Unicode (Windows) LPWSTR GetPipeName();
INT SetPipeName(LPCWSTR lpszPipeName);
@property (nonatomic,readwrite,assign,getter=pipeName,setter=setPipeName:) NSString* pipeName;
- (NSString*)pipeName;
- (void)setPipeName:(NSString*)newPipeName;
#define PID_PIPECLIENT_PIPENAME 6

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

Default Value

""

Remarks

This property specifies the name of the pipe.

This may be the name by itself, for instance "MyPipe", or in the format "\\.\pipe\MyPipe".

Data Type

String

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