Non-UI Interface (TrkMain.dll)
Return to Introduction  Previous page  Next page
This DLL exports functions that allow direct, non-UI, access to the main issue management functionality of TC Tracker. This section will describe the functions exported from this DLL in terms of how they are accessed from Delphi.

In the description of the function we include the Delphi definition of the function which is used to wrap the function that is exported from the DLL. We also include the definition of the function that is actually Exported from the DLL.

Where parameters are described, they are the parameters of the Delphi wrapper function and not that of the exported function. In most cases the parameters are the same (but with different types) for the exported function.

Notes

Most of the functions defined in this section use ID's to identify objects in the repository. Each object in the repository has a unique numeric ID. To get the ID's of objects in the repository use the EnumXXX functions to enumerate through the hierarchy.


 


© 1995-2018 MCN Software