rpc_free_handle.3ncs
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3NCS 代码 · 共 62 行
3NCS
62 行
.TH rpc_free_handle 3ncs.SH Namerpc_free_handle \- free an RPC handle (client only).SH Syntax.nf#include <idl/c/rpc.h>void rpc_$free_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.\".\"\fBprocedure rpc_$free_handle(\fR.\" \fBin \fIhandle\fB: handle_t;\fR.\" \fBout \fIstatus\fB: status_$t);\fR.\".DE.SH Arguments.TP\fIhandle\fRThe RPC handle to be freed..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_$free_handleroutine frees an RPC handle.This routine clears any association between the handle and a server or an objectand releases the resources identified by the RPC handle.The client program cannot use a handle after it is freed..NXR "Interface to the Remote Procedure Call" "rpc_free_handle".SH ExamplesThe following statement frees a handle:.EXrpc_$free_handle (handle, &status);.EE.SH DiagnosticsThis section lists status codes for errors returned by this .PN rpc_$routine in.PN status\&.all ..TP 20\fBrpc_$not_in_call\fRAn internal error..TP 20\fBrpc_$proto_error\fRAn internal protocol error..SH Files.PN /usr/include/idl/c/rpc.h.br.PN /usr/include/idl/rpc.idl.SH See Alsointro(3ncs), rpc_alloc_handle(3ncs), rpc_dup_handle(3ncs)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?