Language Reference Guide : 4. System Classes : Scope Class : GetProcHandle Method
 
Share this page                  
GetProcHandle Method
The GetProcHandle method obtains a ProcHandle object when specified on a scope.
This method has the following syntax:
prochandle = Scope.GetProcHandle(name = string)
This method has the following parameter:
name
(Required) Specifies the procedure name. You can specify an application name in this parameter—for example, name = 'appname!procname'. However, this name must be an application directly included by the currently running application.
For more information about using this method, see the Programming Guide.