Programmer's Guide > Interfaces > Acl interface > GetWindow method
  
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
longwinId
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.