#include <fte.h>
HSESSION hSession; /* 32-bit session handle */
LPHSESSION lphSession; /* 32-bit pointer to connection handle */
Variables of types HSESSION and LPHSESSION specify a file transfer session.
Parameters
hSession
32-bit value used as a session handle.
lphSession
32-bit pointer to a session handle.
Comments
A session handle results from a call to the xfInitialize function or from a file transfer engine call to the notification procedure. The session handle remains valid until the application concludes the session with a call to the xfUninitialize function.
See Also
xfNotifyProc, xfConnect, xfConnectAndSend, xfDefNotifyProc, xfGetStatusLong, xfGetStatusText, xfInitialize, xfUninitialize