|
Class reference |
|
For the most part there are only 2 methods that you need to access, AddSend2Link and DumpFilesInQ. If you want to check if a link exists, you can use the Send2LinkExists and if you want to remove the link you can use RemoveSend2Link.
The class has only one property, FileList, which is a reference to the tFileList queue.
tFileList QUEUE
FileName CString(101)
PathName CString(2049)
FullPath CString(2049)
END
IT_S2_CSIDL_SENDTO EQUATE(09H) !{user name}\SendTo
ITSend2Class Class,TYPE,Module('ITSend2Class.clw'),Link('ITSend2Class',_ITSend2LinkMode_),DLL(_ITSend2DllMode_)
FileList &tFileList
AddSend2Link Procedure(String pProgramToCall, String pSend2Name, String pDescription, String pWorkingDir, String pParam)
RemoveSend2Link Procedure(String pLinkFileName),LONG,PROC
Send2LinkExists Procedure(String pLinkFileName),BYTE
Send2FileList Procedure(),LONG,PROC
DumpFilesInQ Procedure(Queue pQ, *? pFileNameField, Byte pFreeQ = True, Byte pLoadFileList = True)
ODS Procedure(String pS)
Construct Procedure
Destruct Procedure
End