Invoke a Windows Dynamic Link Library (DLL) routine or invoke a UNIX shared library routine using the call object handle
Note: In the context of this document, method refers to a built-in, handle-based ABL method, such as qryhandle:GET-NEXT( ). You cannot run a class-based method using this feature. You can, however, dynamically invoke a class-based method using the DYNAMIC-INVOKE function or the Invoke( ) method of the Progress.Lang.Class class. For more information, see OpenEdge® Development: ABL Reference.