The user must, of course, call ImpNetLocate and ImpConnect within their routines in order to do the normal Imp processing.
Users should note that DitsDumpImp also redirects the ImpNetLocate and ImpConnect calls using the same mechanism, and so the use of DitsDumpImp and DitsImpRedirect at the same time is incompatible.
To switch back to the normal Imp behaviour, call DitsImpRedirect( ImpNetLocate, ImpConnect, &status );
A NULL or 0 function pointer for one of the routines will not do anything.
> | NetLocate | Dits___NetLocateType | A pointer to a function that is a replacement for ImpNetLocate. |
---|---|---|---|
> | Connect | Dits___ConnectType | A pointer to a function that is a replacement for ImpConnect. |
! | status | StatusType * | Modified status.
|
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tony.farrell@mq.edu.au