📄 ndmpsendreply.l
字号:
.\" 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -