AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

Quelltext Optimierung

Ein Thema von Horst0815 · begonnen am 16. Mai 2013 · letzter Beitrag vom 16. Mai 2013
 
Horst0815

Registriert seit: 23. Mai 2011
Ort: Görlitz
150 Beiträge
 
Delphi XE Starter
 
#1

Quelltext Optimierung

  Alt 16. Mai 2013, 19:40
Delphi-Version: 2010
bekomm ich das Irgendwie Kleiner geregelt?

DecodeTableX sind dabei Funktionen in verschiedenen Units

Delphi-Quellcode:
          case Dmi0.Header.Type_ of
            // BIOS Information (Type 0)
            0:
              DecodeTable0(Dump);
            // System Information (Type 1)
            1:
              DecodeTable1(Dump);
            // Baseboard (or Module) Information (Type 2)
            2:
              DecodeTable2(Dump);
            // System Enclosure or Chassis (Type 3)
            3:
              DecodeTable3(Dump);
            // Processor Information (Type 4)
            4:
              DecodeTable4(Dump);
            // Cache Information (Type 7)
            7:
              DecodeTable7(Dump);
            // Port Connector Information (Type 8)
            8:
              DecodeTable8(Dump);
            // System Slots (Type 9)
            9:
              DecodeTable9(Dump);
            // BIOS Language Information (Type 10)
            10:
              DecodeTable9(Dump);
            // OEM Strings (Type 11)
            11:
              DecodeTable11(Dump);
            // BIOS Language Information (Type 13)
            13:
              DecodeTable13(Dump);
            // Memory Device (Type 17)
            17:
              DecodeTable17(Dump);
            // 32-Bit Memory Error Information (Type 18)
            18:
              DecodeTable18(Dump);
            // Portable Battery (Type 22)
            22:
              DecodeTable22(Dump);
            // Hardware Security (Type 24)
            24:
              DecodeTable24(Dump);
            // Cooling Device (Type 26)
            26:
              DecodeTable26(Dump);
            // Cooling Device (Type 27)
            27:
              DecodeTable27(Dump);
            // Cooling Device (Type 28)
            28:
              DecodeTable28(Dump);
            // Electrical Current Probe (Type 29)
            29:
              DecodeTable29(Dump);
            // System Boot Information (Type 32)
            32:
              DecodeTable32(Dump);
            // 64-Bit Memory Error Information (Type 33)
            33:
              DecodeTable33(Dump);
            // Management Device (Type 34)
            34:
              DecodeTable34(Dump);
            // Management Device (Type 39)
            39:
              DecodeTable39(Dump);
            // Onboard Devices Extended Information (Type 41)
            41:
              DecodeTable41(Dump);
            // Inactive (Type 126) Structure
            126:
              //ShowMessage('Inactive Table ' + IntToStr(Dmi0.Header.Length))
          end;
  Mit Zitat antworten Zitat
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:51 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz