ndmpsendreply.l
来自「网络数据管理协议的开发」· L 代码 · 共 45 行
L
45 行
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved..\" $Id: ndmpSendReply.l,v 1.3 1997/02/01 09:50:35 tim Exp $'\"macro stdmacro.nr X.TH ndmpSendReply l "02 Jan 1997".SH NAMEndmpSendReply \- send an NDMP reply message.SH SYNOPSIS.LP.nf.ft 3#include <ndmp_common.h>.ft.fi.LP.BI "int ndmpSendReply(NdmpConnection connectionHandle,".if n .ti +5n.BI "ndmp_error err,".if n .ti +5n.BI "void* reply" );.SH DESCRIPTION.B ndmpSendReply(\|)sends an NDMP reply message..IR connectionis the NDMP connection handle returned by .B ndmpCreateConnection(\|)or .B ndmpRun(\|)..IR errspecifies the error code to be placed in the message header.If.IR erris not NDMP_NO_ERR, then the message body is not sent..IR replyis the message body to be sent..LP.B ndmpSendReply(\|)is intended to only be called from within a request handler function tosend a reply to the current request message..SH "RETURN VALUES"Upon successful completion, 0 is returned.Otherwise a value of -1 is returned..SH "SEE ALSO".BR ndmpCreateConnection (l)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?