Hey all,
So, I've been wondering; can I obtain any of the following hardware information with Blitz, and if so, how?
-Number of CPUs
-CPU speed
-CPU Vendor
-CPU ID
-Total RAM
-Available RAM
-HD Capacity
-Remaining HD space
I've had a flip through the codearcs & DECLS section, but didn't find anything. SO, can this be done? I did think of one method to find the remaining space on a hard drive, but that involved filling the entire thing with a single file using WriteFile()... Not exactly a viable option. XD
So, I've been wondering; can I obtain any of the following hardware information with Blitz, and if so, how?
-Number of CPUs
-CPU speed
-CPU Vendor
-CPU ID
-Total RAM
-Available RAM
-HD Capacity
-Remaining HD space
I've had a flip through the codearcs & DECLS section, but didn't find anything. SO, can this be done? I did think of one method to find the remaining space on a hard drive, but that involved filling the entire thing with a single file using WriteFile()... Not exactly a viable option. XD