NSRegistrationDomain for another application?
NSRegistrationDomain for another application?
- Subject: NSRegistrationDomain for another application?
- From: David Thorup <email@hidden>
- Date: Sun, 27 Apr 2003 13:24:37 -0600
I'm just wondering if it's somehow possible to get the
NSRegistrationDomain for an application other than the one currently
running.
I know that you can get the NSRegistrationDomain for the current
application (your application) like this:
[[NSUserDefaults standardUserDefaults]
volatileDomainForName:NSRegistrationDomain];
Is there some way to attach to another running application and get its
NSRegistrationDomain? I've looked through both the NSUserDefaults API
and the CoreFoundation CFPreferences API and I don't see any way of
doing it. Does anyone know if it's possible?
Thanks!
____________________________________
Dave Thorup
Software Engineer
email@hidden
www.corda.com
Interactive data driven graphics.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.