|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Device Manager Resources?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
2 + 2 = 5
![]()
Join Date: Nov 2006
Location: In a Chair.
Posts: 34,851
Rep: 4164
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 1903
Trader Rating: 56
|
I want to write a program that creates a report on how memory addresses are being allocated. For example, my 896MB GTX260 55nm is using 288MB.
The calcs can be found here: http://www.overclock.net/7365908-post30.html How do I read the following information from Windows?
__________________
To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it should work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single-Rail/Non-Modular PSUs are not always better than Multi-Rail/Modular
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
AMD Overclocker
![]() |
DuckieHo, this may or may not help you as I'm not familiar with the API but it looks like a good place to start.
__________________http://www.microsoft.com/whdc/devtools/WDK/default.mspx http://www.codeguru.com/forum/showthread.php?t=265702
|
|||||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||||
|
2 + 2 = 5
![]()
Join Date: Nov 2006
Location: In a Chair.
Posts: 34,851
Rep: 4164
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Unique Rep: 1903
Trader Rating: 56
|
It turns out Windows 95 has a native print function: http://technet.microsoft.com/en-us/l.../cc751397.aspx
That means the function may still exist in the newer versions.... ![]() OK, I found the print button in XP as well... What's the function call!!?!?!? I want to read it into a program...
__________________
To answer most of your questions: (1) a fridge cannot cool a PC (2) 64-bit OS for over 3.4GB (3) If a PCIe card fits, it should work (4) Resolution, not screen size (5) If you have a question, it is not news (6) Report, not respond to Spam (7) Single-Rail/Non-Modular PSUs are not always better than Multi-Rail/Modular
Last edited by DuckieHo : 10-16-09 at 03:02 PM |
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
AMD Overclocker
![]() |
The only way I can imagine doing this is by using the API calls that are more than likely what that print function calls in the device manager application.
__________________I found the source to an app that likely uses these calls, but I can't be sure. It may give you a point of reference to search the API, if it's even documented. Sometimes you can't really get good documentation on these types of things. Potential source code example: http://www.codeproject.com/KB/system/DevMgr.aspx I imagine it's in the DDK documentation that I linked to previously as the posts I've found reference that for your type of question. Unless you're talking about programatically clicking the print button and manually extracting the information from the file it locally prints, which is kind of roundabout
Last edited by _02 : 10-16-09 at 04:13 PM |
|||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|