rpc_dup_handle.3ncs
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 54 行
3NCS
54 行
.TH rpc_dup_handle 3ncs.SH Namerpc_dup_handle \- make a copy of an RPC handle (client only).SH Syntax.nf#include <idl/c/rpc.h>handle_t rpc_$dup_handle(\fIhandle, status\fP)handle_t \fIhandle\fP;status_$t *\fIstatus\fP;.fi.\".SH Synopsis (PASCAL).\".DS.\"\fB%include '/usr/include/idl/pas/rpc.ins.pas'\fR.\".\"\fBfunction rpc_$dup_handle(\fR.\" \fBin \fIhandle\fB: handle_t;\fR.\" \fBout \fIstatus\fB: status_$t): handle_t;\fR.\".DE.SH Arguments.TP\fIhandle\fRThe RPC handle to be copied..TP\fIstatus\fRThe completion status.If the completion status returned in.PN status\&.allis equal to.B status_$ok ,then the routine that supplied it was successful..SH DescriptionThe .PN rpc_$dup_handleroutine returns a copy of an existing RPC handle.Both handles can then be used in the client programfor concurrent multiple accesses to a binding.Because all duplicates of a handle reference the same data,an .PN rpc_$set_binding ,.PN rpc_$clear_binding ,or.PN rpc_$clear_server_bindingroutine made on any one duplicate affects all duplicates.However, an RPC handle is not freed until.PN rpc_$free_handleis called on all copies of the handle..SH Files.PN /usr/include/idl/c/rpc.h.br.PN /usr/include/idl/rpc.idl.SH "See Also"intro(3ncs), rpc_alloc_handle(3ncs), rpc_free_handle(3ncs)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?