According to the Free Pascal Programmers manual chapter 4.1 it is possible to specify an external Windows function with: Procedure ProcName(Args: TProcArgs); external 'Name' index SomeIndex But where can I get information on which function has which index in which DLL? Hans M.