Re: NEWBIE: NSArray toll-free-bridged with CFArray?
Re: NEWBIE: NSArray toll-free-bridged with CFArray?
- Subject: Re: NEWBIE: NSArray toll-free-bridged with CFArray?
- From: Rosyna <email@hidden>
- Date: Sat, 7 Sep 2002 17:57:50 -0700
Errr
OSStatus err=noErr;
CFArrayRef searchList=NULL;
NSArray *anotherSearchList=NULL;
err=SecKeychainCopySearchList(&searchList);
err=SecKeychainCopySearchList((CFArrayRef*)(&anotherSearchList));
Ack, at 9/7/02, Rosyna said:
Typecast.
SecKeychainCopySearchList((CFStringRef*)(&searchList));
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
---
Please include any previous correspondence in replies, it helps me
remember what we were talking about. Thanks.
_______________________________________________
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.