Re: How to get user configutration
Re: How to get user configutration
- Subject: Re: How to get user configutration
- From: Dustin Voss <email@hidden>
- Date: Tue, 13 Apr 2004 20:17:32 -0700
On 13 Apr, 2004, at 2:16 PM, Denis Vaillant wrote:
Hi,
I didn't figure out which class to use to get user configuration : OS
version, ram, video card, kind of Mac.... Is their a class or method in
cocoa that gives access to these information ?
Not in Cocoa, but you can use Carbon managers:
Gestalt Manager for OS version, RAM, etc. --
http://developer.apple.com/documentation/Carbon/Reference/
Gestalt_Manager/gestalt_refchap/function_group_1.html
Display Manager for monitors and video cards --
http://developer.apple.com/documentation/Carbon/Reference/
Display_Manager/index.html
System Configuration Framework for networking stuff --
http://developer.apple.com/documentation/Networking/Conceptual/
SysConfigOverview926/index.html
_______________________________________________
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.