Arbortext Command Language > Using the Arbortext Command Language > Dynamic Loading (API) Functions
  
Dynamic Loading (API) Functions
Dynamic loading functions provide a direct interface to the operating system facilities for loading, calling, and unloading functions in dynamically loaded (shared) libraries. In the Windows environment, this includes the following dynamic link library APIs: LoadLibrary, FreeLibrary and GetProcAddress. These functions also allow you to extend ACL by writing DLLs in C or in other programming languages that support DLLs.