| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
From: max roth <email@hidden> Max - if you *really* need to access this function, you can do so as follows. CFBundleRef carbon = CFBundleGetBundleWithIdentifier ((CFStringRef) @"com.apple.Carbon"); if (carbon) { void * p = CFBundleGetFunctionPointerForName (carbon, (CFStringRef) @"GetNativeWindowFromWindowRef"); if (p) NSLog (@"Got it...."); } I just use a void * here to show it works, but you'll obviously need to create the appropriate function pointer. Dave |
_______________________________________________ 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 This email sent to email@hidden
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.