(self, hwnd)
| 193 | return _pyop.Op_GetWindowProcessId(self, hwnd) |
| 194 | |
| 195 | def GetWindowProcessPath(self, hwnd): |
| 196 | return _pyop.Op_GetWindowProcessPath(self, hwnd) |
| 197 | |
| 198 | def GetWindowRect(self, hwnd): |
| 199 | return _pyop.Op_GetWindowRect(self, hwnd) |
no outgoing calls
no test coverage detected