@HWNDPID | Returns the process ID of the process which created a given window. |
@PIDHWND | Searches for a window created by the specified process, and returns its handle. |
@PIDHWNDS | Returns a list of windows created by the specified process. |
@TITLEHWND | Searches for a window with a matching title, and returns its handle. |
@WINALPHA | Searches for a matching window, and returns its alpha transparency. |
@WINMONITOR | Searches for a matching window, and returns the monitor on which it appears. |
@WINOWNER | Searches for a window, and returns its owner window’s handle. |
@WINPARENT | Searches for a window, and returns its parent window’s handle. |
@WINSNAPPED | Tests whether a window has been “snapped” to the edge. |
@WINSTYLES | Searches for a window, and returns its style bits. |
@WINSTYLESEX | Searches for a window, and returns its extended style bits. |
@WINVDESK | Searches for a matching window, and returns the virtual desktop on which it appears. |