logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmTransferStartRequest — A toolkit function that begins a MULTIPLE transfer "XmTransferStartRequest"

Description

XmTransferStartRequest begins a MULTIPLE request.  The MULTIPLE request may contain one or more calls  to
       XmTransferValue. Your application concludes 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 operation.  You should use the transfer_id
                 passed in the XmDestinationCallbackStruct or XmSelectionCallbackStruct.

Name

XmTransferStartRequest  —  A  toolkit  function  that begins a MULTIPLE transfer "XmTransferStartRequest"
       "toolkit functions" "XmTransferStartRequest"

Synopsis

       #include <Xm/Transfer.h>

       voidXmTransferStartRequest(
       XtPointertransfer_id);

See Also