ndmpsetclientdata.l

来自「网络数据管理协议的开发」· L 代码 · 共 36 行

L
36
字号
.\" Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved..\" $Id: ndmpSetClientData.l,v 1.3 1997/02/01 09:50:36 tim Exp $'\"macro stdmacro.nr X.TH ndmpSetClientData l "02 Jan 1997".SH NAMEndmpSetClientData \- set the NDMP connection client specific data pointer.SH SYNOPSIS.LP.nf.ft 3#include <ndmp_common.h>.ft.fi.LP.BI "void ndmpSetClientData(NdmpConnection connectionHandle," .if n .ti +5n.BI "void* clientData" );.SH DESCRIPTION.B ndmpSetClientData(\|)add a pointer to client specific data to the NDMP connection.This pointer can be retrieved using.B ndmpGetClientData(\|)..B ndmpGetClientData(\|)will typically be called from within a request handler function..IR connectionis the NDMP connection handle returned by .B ndmpCreateConnection(\|)or .B ndmpRun(\|)..SH "RETURN VALUES"None.SH "SEE ALSO".BR ndmpCreateConnection (l),.BR ndmpGetClientData (l)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?