FreeBSD Manual Pages
XmTransferStartRequest(3) Library Functions Manual XmTransferStartRequest(3) NAME XmTransferStartRequest -- A toolkit function that begins a MULTIPLE transfer SYNOPSIS #include <Xm/Transfer.h> void XmTransferStartRequest( XtPointer transfer_id); DESCRIPTION XmTransferStartRequest begins a MULTIPLE request. The MULTIPLE request may contain one or more calls to XmTransferValue. Your application con- cludes a MULTIPLE request by calling XmTransferSendRequest. XmTransferStartRequest is typically called by a destination callback or by a transfer procedure. transfer_id Specifies a unique indentifier for the data transfer opera- tion. You should use the transfer_id passed in the XmDesti- nationCallbackStruct or XmSelectionCallbackStruct. RELATED XmTransferSetParameters(3), XmTransferSendRequest(3), and XmTransfer- Value(3). XmTransferStartRequest(3)
NAME | SYNOPSIS | DESCRIPTION | RELATED
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=XmTransferStartRequest&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>