PIPEINFO: Difference between revisions
Appearance
New |
No edit summary |
||
Line 26: | Line 26: | ||
The name of the pipe (including \\ComputerName if the pipe is on a | The name of the pipe (including \\ComputerName if the pipe is on a | ||
remote system). | remote system). | ||
[[OS2_API | Back to OS/2 API]] | |||
[[Category:The OS/2 API Project]] |
Revision as of 15:01, 1 November 2011
PIPEINFO
Level-1 pipe information.
Type
USHORT cbOut USHORT cbIn BYTE cbMaxInst BYTE cbCurInst BYTE cbName CHAR szName[1]
C Declaration Method
typedef struct
Fields
cbOut Actual size of the buffer for outbound data. cbIn Actual size of the buffer for inbound data. cbMaxInst Maximum number of pipe instances. cbCurInst Current number of pipe instances. cbName Length of szName. szName[1] Name of the pipe. The name of the pipe (including \\ComputerName if the pipe is on a remote system).