函数参考


_NamedPipes_CreatePipe

创建一个匿名管道

#Include <NamedPipes.au3>
_NamedPipes_CreatePipe(ByRef $hReadPipe, ByRef $hWritePipe [, $tSecurity = 0 [, $iSize = 0]])

参数

$hReadPipe 接收管道读取句柄的变量
$hWritePipe 接收管道写入句柄的变量
$tSecurity [可选参数] tagSECURITY_ATTRIBUTES 结构, 决定是否返回的句柄可以通过子进程继承
如果为 0,句柄不能被继承.
$iSize [可选参数] 管道缓冲区大小的字节指.如果为 0,系统将使用默认的缓冲区大小.

返回值

成功: 返回 True
失败: 返回 False

注意/说明

None.

相关

_NamedPipes_CreateNamedPipe

详情参考

在MSDN中搜索