使用其pid_t返回NSWindow / AXUIElement

时间:2016-04-18 20:29:23

标签: cocoa

是否可以获知打开的应用程序的AXUIElementRef知道它的PID?

我的项目正在打开文件/文件夹。然后我得到它的PID,我希望能够访问这个打开的窗口,所以这就是我想要AXUIElementRef的原因。

1 个答案:

答案 0 :(得分:1)

extern AXUIElementRef AXUIElementCreateApplication ( pid_t pid);

  

创建并返回具有指定进程ID的应用程序的顶级辅助功能对象。

AXUIElementCreateApplication