Unit SMsgThrd |
SFTPServer Message Thread unit developed for Delphi Informant article by John Penman, 23 January 1998
Classes |
TMsgThrd -
Functions |
Types |
Constants |
Variables |
Functions |
Types |
TConnData = record
NumEvents : DWORD;
EventArray : array[1..WSA_MAXIMUM_WAIT_EVENTS] of WSAEVENT;
end;
TRequest = record
UserName : String;
MachineName : String;
Password : String;
end;
Constants |
Variables |