RE: List of all files currently open by all applications
RE: List of all files currently open by all applications
- Subject: RE: List of all files currently open by all applications
- From: Anoop Singh <email@hidden>
- Date: Wed, 17 Nov 2004 16:15:04 +0530
Yes, u can.
Here it is.
AXUIElementRef myAppRef = AXUIElementCreateApplication(processID);
CFArrayRef theWindList = NULL;
AXUIElementCopyAttributeValue(myAppRef,kAXWindowsAttribute,(CFTypeRef *)
&theWindList);
Now this list contains ref to all windows in this application.
Do remember to check the error code returned by these calls.
Regards
Anoop
> -----Original Message-----
> From: accessibility-dev-bounces+anosingh=email@hidden
> [mailto:accessibility-dev-bounces+anosingh=email@hidden] On
> Behalf Of Mahesh Vyas
> Sent: Wednesday, November 17, 2004 3:29 PM
> To: email@hidden
> Subject: List of all files currently open by all applications
>
> Can we get list of all the files currently open by all the applications ?
>
> Or list of all the currenttly open files of particular application (with
> given Process Serial Number) without setting it as frontmost
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Accessibility-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
> dev/email@hidden
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden