Thema: Delphi Memory Information?

Einzelnen Beitrag anzeigen

KyleKatarn

Registriert seit: 20. Dez 2013
10 Beiträge
 
#43

AW: Memory Information?

  Alt 20. Dez 2013, 21:26
Thank you !

It compiles but i'm unable to access my memories properties.

I'm trying to access for each memory bank to :
- Manufacturer
- Size
- Type (DDR2, DDR3,...)
- Serial Number,...

Just like what WMI / SMBIOS retrieves (but with not success on some machine whereas Speccy seems to be able to access these data thru SMBus).

Can you help ?

Here is what I used :
Code:
var
mem:cMemory;
begin
mem:=cMemory.create;

ShowMessage(mem.fgRAMInfo.DRAMType);
Return an empty message box.

Looks like DetectMemCtrl does not find a Controller (VendorID and DeviceID return 0)

Geändert von KyleKatarn (20. Dez 2013 um 21:48 Uhr)
  Mit Zitat antworten Zitat