• 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: API for fetching the computer name in cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: API for fetching the computer name in cocoa


  • Subject: Re: API for fetching the computer name in cocoa
  • From: Arie Pieter Cammeraat <email@hidden>
  • Date: Fri, 12 Jun 2009 08:54:06 +0200

Won't CSCopyMachineName do the job?


Op 12-jun-2009, om 8:24 heeft Gerriet M. Denkmann het volgende geschreven:



On 11 Jun 2009, at 18:55, Graham Cox <email@hidden> wrote:

On 12/06/2009, at 2:08 AM, Arun wrote:

Hi All,

Is there any API in cocoa which can be used to fetch computer name
which is
getting displayed in Finder?

I'm not sure if there's a better way, but you can use the Gestalt function with the gestaltUserVisibleMachineName selector.

I tried:
SInt32 response = 0xdeadbeef;
OSErr resul1 = Gestalt( gestaltUserVisibleMachineName, &response );
if ( resul1 != noErr ) .... // error handling
NSLog(@"%s response = %ld = %#lx", __FUNCTION__, response, response);
and got no error and:
response = 1224224 = 0x12ae20


Where is my mistake?

Kind regards,

Gerriet.


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
40yaranga.nl


This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: API for fetching the computer name in cocoa (From: "Gerriet M. Denkmann" <email@hidden>)

  • Prev by Date: Method Signature Problem.
  • Next by Date: Missing something about initialization
  • Previous by thread: Re: API for fetching the computer name in cocoa
  • Next by thread: Re: API for fetching the computer name in cocoa
  • Index(es):
    • Date
    • Thread