1XmTransferStartRequest(library call) XmTransferStartRequest(library call)
2
3
4
6 XmTransferStartRequest — A toolkit function that begins a MULTIPLE
7 transfer
8
10 #include <Xm/Transfer.h>
11
12 void XmTransferStartRequest(
13 XtPointer transfer_id);
14
16 XmTransferStartRequest begins a MULTIPLE request. The MULTIPLE request
17 may contain one or more calls to XmTransferValue. Your application con‐
18 cludes a MULTIPLE request by calling XmTransferSendRequest.
19
20 XmTransferStartRequest is typically called by a destination callback or
21 by a transfer procedure.
22
23 transfer_id
24 Specifies a unique indentifier for the data transfer opera‐
25 tion. You should use the transfer_id passed in the XmDesti‐
26 nationCallbackStruct or XmSelectionCallbackStruct.
27
29 XmTransferSetParameters(3), XmTransferSendRequest(3), and XmTransfer‐
30 Value(3).
31
32
33
34 XmTransferStartRequest(library call)