To find routines that are exported and imported by your module, use the PE Reader panel. This panel scans modules included into your AQTime project and builds a tree-like structure of these modules. If your module imports functions from another module, the panel displays the latter as a child module of your module in the module tree.
-
Add your module to your AQTime project.
-
Open the PE Reader panel and activate the Routine Information tabbed page. This page displays a list of imported and exported routines.
-
The list of imported routines shows which functions the "parent" module imports from the selected "child" module. So, to find which functions your module imports from any other module, select that module in the module tree and then view the Imported Routines table on the Routine Information tabbed page.
-
To view the function exported by your module, simply select your module in the module tree and then view the Exported Routine table on the Routine Information page.
See Also
Exploring an Application's Source Code
Best Practices and How to Tutorials
PE Reader Panel