Функция _NamedPipes_GetNamedPipeInfo

 ↑  ←  Описание функции


_NamedPipes_GetNamedPipeInfo

Retrieves information about the specified named pipe

#include <NamedPipes.au3>
_NamedPipes_GetNamedPipeInfo($hNamedPipe)

Параметры

$hNamedPipe Handle to the named pipe instance. The handle must have GENERIC_READ access to the named pipe

Возвращаемое значение

Успех:Возвращает массив следующего формата:
$aInfo[0] - True if handle refers to server end, otherwise client end
$aInfo[1] - True for a message pipe, otherwise byte pipe
$aInfo[2] - Size of the buffer for outgoing data, in bytes
$aInfo[3] - Size of the buffer for incoming data, in bytes
$aInfo[4] - Maximum number of pipe instances that can be created
Ошибка:Устанавливает @error

См. также

Искать GetNamedPipeInfo в библиотеке MSDN