Jump to content

PIPEINFO

From EDM2
Revision as of 20:10, 29 November 2005 by Anakor (talk | contribs) (New)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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).