4-1
Chapter 4 DLL Functions
Ir-Transfer Utility C DLL supports the following three functions:
!GetIt3cDllVersion() Gets the version of the current DLL.
!ExecIt3c() Transfers files.
!AbortIt3c() Aborts the current file transfer.
You can call these functions from VC++4.0 or VB4.0. For VC++4.0, include It3capi.h.
For VB4.0, use the function It3cw32d.dll by writing the declare statement in to (General)
(Declarations) of the module file. For the instructions on how to use them, refer to the
It3cw32.bas and sample programs.