It seems that the only way to get the AppleEvent from the carbon
event is to actually dispatch it using AEProcessAppleEvent. I tried
calling AEProcessAppleEvent with the event that I search for in the
event queue (without removing it) but I get an noOutstandingHLE error.
Yep, that's pretty much it. You must remove the event from the queue
and dispatch it. There's no way to find out the details of the event
(beyond the event class and event ID) without dispatching it.
Is there any other way to determine what files were opened at
startup other than by apple events?
I think that's your only choice.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden