Platforms to show: All Mac Windows Linux Cross-Platform
WindowsPipeMBS.BytesAvailable as Integer
Function:
Queries number of bytes available in buffer.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
WindowsPipeMBS.BytesRead as Integer
Function:
Number of bytes read.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read and Write property)
WindowsPipeMBS.BytesWritten as Integer
Function:
Number of bytes written.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read and Write property)
WindowsPipeMBS.Handle as Integer
Function:
The handle for the pipe.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
WindowsPipeMBS.InputBufferSize as Integer
Function:
The input buffer size.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
WindowsPipeMBS.IsClient as Boolean
Function:
Whether this is client or server side.
Notes:
True if this is client side.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes:
True if this is client side.
(Read only property)
WindowsPipeMBS.IsMessageMode as Boolean
Function:
Whether this pipe is in message mode.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
WindowsPipeMBS.IsOpen as Boolean
Function:
Queries whether pipe is open.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
WindowsPipeMBS.IsServer as Boolean
Function:
Whether this is client or server side.
Notes:
True if this is server side.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes:
True if this is server side.
(Read only property)
WindowsPipeMBS.LastError as Integer
Function:
The last error code.
Notes:
A Windows error code.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes:
A Windows error code.
(Read and Write property)
WindowsPipeMBS.MessageBytesAvailable as Integer
Function:
Queries number of bytes available for current message.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
WindowsPipeMBS.Name as String
Function:
The name of the pipe.
Notes:
This is name as used in CreatePipe or OpenPipe method.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes:
This is name as used in CreatePipe or OpenPipe method.
(Read and Write property)
WindowsPipeMBS.NamedPipeClientComputerName as String
Function:
Retrieves the client computer name for the specified named pipe.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
dim Pipe as WindowsPipeMBS // your pipe
Msgbox "NamedPipeClientComputerName: "+pipe.NamedPipeClientComputerName
WindowsPipeMBS.NamedPipeClientProcessId as Integer
Function:
Retrieves the client process identifier for the specified named pipe.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
dim Pipe as WindowsPipeMBS // your pipe
Msgbox "NamedPipeClientProcessId: "+str(pipe.NamedPipeClientProcessId)
WindowsPipeMBS.NamedPipeClientSessionId as Integer
Function:
Retrieves the client session identifier for the specified named pipe.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
dim Pipe as WindowsPipeMBS // your pipe
Msgbox "NamedPipeClientSessionId: "+str(pipe.NamedPipeClientSessionId)
WindowsPipeMBS.NamedPipeServerProcessId as Integer
Function:
Retrieves the server process identifier for the specified named pipe.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
dim Pipe as WindowsPipeMBS // your pipe
Msgbox "NamedPipeServerProcessId: "+str(pipe.NamedPipeServerProcessId)
WindowsPipeMBS.NamedPipeServerSessionId as Integer
Function:
Retrieves the server session identifier for the specified named pipe.
Example:
Notes:
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Example:
dim Pipe as WindowsPipeMBS // your pipe
Msgbox "NamedPipeServerSessionId: "+str(pipe.NamedPipeServerSessionId)
WindowsPipeMBS.OutputBufferSize as Integer
Function:
The output buffer size.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Windows | MBS Win Plugin | 19.5 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
Notes: (Read only property)
The items on this page are in the following plugins: MBS Win Plugin.

Links
MBS Xojo PDF Plugins