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


_NamedPipes_PeekNamedPipe

Copies data from a pipe into a buffer without removing it from the pipe

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

Параметры

$hNamedPipe Handle to the pipe

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

Успех:Возвращает массив следующего формата:
$aInfo[0] - Data read from the pipe
$aInfo[1] - Bytes read from the pipe
$aInfo[2] - Total bytes available to be read
$aInfo[3] - Bytes remaining to be read for this message
Ошибка:Устанавливает @error

См. также

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