GetWindow method
Returns the AOM Window object corresponding to an Arbortext window ID. Developers can obtain the window identifier they need by using the Eval method to call an ACL function such as current_window.
GetWindow(winId )
Parameters
long winId
The ACL window identifier of a window. If zero (0), the method uses the returned value of the ACL function current_window.
Returns
Window. The AOM window object.
这对您有帮助吗?