Registering DLL functions

<< Click to Display Table of Contents >>

Navigation:  Using Delphi classes and functions >

Registering DLL functions

Example of DLL function declaration:

 

function MessageBox(Handle: integer; Text, Caption: pchar; uType: integer): Integer; 

  external 'user32.dll' name 'MessageBoxW';