• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Internet Config Example under Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Internet Config Example under Cocoa


  • Subject: Re: Internet Config Example under Cocoa
  • From: "daniele m." <email@hidden>
  • Date: Thu, 6 Feb 2003 18:59:46 +0100
  • Organization: westcode software, inc.

On Thu, 6 Feb 2003 14:58:11 +0100, Stiphane Sudre wrote:
> On Thursday, February 6, 2003, at 02:08 PM, daniele m. wrote:
>
>> Hello,
>>
>> I would to read the internet configuration settings (like smtp server,
>> pop server, mail etc) for my own cocoa application. I think that i need
>> of some carbon APIs but i don't know how to use these callbacks.
>> Anyone have a good example to implement in my app?
>
> ICInstance tInstance;
> Handle tHandle=NewHandle(10);
> ICAttr tAttributes;
> CFIndex count;
>
> status=ICStart(&tInstance,'MYAP');
>
> if (status==noErr)

[cut]

Sorry i have some problems (i'm a little newbie :P)... what's kind of
variable is status? Where can i found the keys (TheKeyImLookingfor)?
How can i save a key into a NSString? And what's mean

if (status==noErr && GetHandleSize(tHandle)>0)
{
// To be continued...
}

Sorry again for my stupid question!
_______________________________________________
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.

  • Follow-Ups:
    • Re: Internet Config Example under Cocoa
      • From: email@hidden
References: 
 >Re: Internet Config Example under Cocoa (From: Stéphane Sudre <email@hidden>)

  • Prev by Date: Re: RTFD from a Foundation app?
  • Next by Date: Re: receiving dragged promise file
  • Previous by thread: Re: Internet Config Example under Cocoa
  • Next by thread: Re: Internet Config Example under Cocoa
  • Index(es):
    • Date
    • Thread