|
-
August 15th, 2008, 03:22 AM
#1
simple qustion about API
Hi there
I need to know how can I get the following details about the running machine. I Plan to run my application on 20 different stations and to save those data in a txt file. Later the user will send me that file.
1. a unique identifier which represents the running machine.
2. CPU speed and type
3. RAM quantity
4. Operating system name
5. Data
6. Time
many thx
-
August 15th, 2008, 10:31 AM
#2
Re: simple qustion about API
Just use basic apis.
All the code is in MSDN and PSDK.
-
August 15th, 2008, 11:23 AM
#3
Re: simple qustion about API
1. a unique identifier which represents the running machine.
WHat is this ? unique ID is a vague information. It can mean anything.
2. CPU speed and type
Three Ways to Retrieve Processor Information
3. RAM quantity
System Information Class
4. Operating system name
Determine Windows Version and Edition
5. Data
6. Time
Assuming you mean Date and not data, you can use GetSystemTime for both
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|