The GetNamedPipeInfo function retrieves information about the specified named pipe.
BOOL GetNamedPipeInfo(
HANDLE hNamedPipe, |
// handle of named pipe |
LPDWORD lpFlags, |
// address of flags indicating type of pipe |
LPDWORD lpOutBufferSize, |
// address of size, in bytes, of pipe’s output buffer |
LPDWORD lpInBufferSize, |
// address of size, in bytes, of pipe’s input buffer |
LPDWORD lpMaxInstances |
// address of max. number of pipe instances |
); |
Value |
Meaning |
PIPE_CLIENT_END |
The handle refers to the client end of a named pipe instance. This is the default. |
PIPE_SERVER_END |
The handle refers to the server end of a named pipe instance. If this value is not specified, the handle refers to the client end of a named pipe instance. |
PIPE_TYPE_BYTE |
The named pipe is a byte pipe. This is the default. |
PIPE_TYPE_MESSAGE |
The named pipe is a message pipe. If this value is not specified, the pipe is a byte pipe. |
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
CreateNamedPipe, GetNamedPipeHandleState
file: /Techref/os/win/api/win32/func/src/f35_8.htm, 4KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 01:04,
3.137.212.13:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f35_8.htm"> GetNamedPipeInfo</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.