Kbase P21810: How to obtain a list of functions within 3rd Party DLL's?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/21/2003 |
|
Status: Unverified
GOAL:
How to obtain a list of functions within 3rd Party DLL's?
FACT(s) (Environment):
Windows
FIX:
Progress hooks into DLL's, but to get the details on the DLL and the functions within it you need to request the information from the provider of the DLL.
In the case of the Microsoft DLL's these are documented in the Microsoft WIN32 SDK which can be downloaded from Microsoft.
Progress cannot retrieve a list of functions which exist in a DLL, you need to know the function name and parameters to be able to access them from within Progress.