Arbortext Command Language > Functions by Category > 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.
dl_builtin_addr function
dl_call function
dl_error function
dl_find function
dl_load function
dl_unload function
dom_address function
dom_document function
dom_free function
dom_oid function
interpreter_addr function
pack function
unpack function