Einzelnen Beitrag anzeigen

Benutzerbild von Bummi
Bummi

Registriert seit: 15. Jun 2010
Ort: Augsburg Bayern Süddeutschland
3.470 Beiträge
 
Delphi XE3 Enterprise
 
#6

AW: winhexapi unformatierter USB Datenträger

  Alt 25. Okt 2012, 11:21
das wäre ein Auszug einer Ausgabe bei:

 GetWMIstring('.', 'root\CIMV2', 'SELECT * FROM CIM_MediaAccessDevice',sl);
Code:
instance of Win32_DiskDrive
{
   BytesPerSector = 512;
   Capabilities = {3, 4, 7};
   CapabilityDescriptions = {"Random Access", "Supports Writing", "Supports Removable Media"};
   Caption = "Kingston DataTraveler G3 USB Device";
   ConfigManagerErrorCode = 0;
   ConfigManagerUserConfig = FALSE;
   CreationClassName = "Win32_DiskDrive";
   Description = "Laufwerk";
   DeviceID = "\\\\.\\PHYSICALDRIVE1";
   FirmwareRevision = "PMAP";
   Index = 1;
   InterfaceType = "USB";
   Manufacturer = "(Standardlaufwerke)";
   MediaLoaded = TRUE;
   MediaType = "Removable Media";
   Model = "Kingston DataTraveler G3 USB Device";
   Name = "\\\\.\\PHYSICALDRIVE1";
   Partitions = 1;
   PNPDeviceID = "USBSTOR\\DISK&VEN_KINGSTON&PROD_DATATRAVELER_G3&REV_PMAP\\001372982BA9BA91150F0158&0";
   SectorsPerTrack = 63;
   SerialNumber = "";
   Signature = 3272027672;
   Size = "8003197440";
   Status = "OK";
   SystemCreationClassName = "Win32_ComputerSystem";
   SystemName = "BUMMOB6";
   TotalCylinders = "973";
   TotalHeads = 255;
   TotalSectors = "15631245";
   TotalTracks = "248115";
   TracksPerCylinder = 255;
};

 GetWMIstring('.', 'root\CIMV2', 'SELECT * FROM CIM_LogicalDisk',sl); ergäbe u.a. ....

Code:
instance of Win32_LogicalDisk
{
   Access = 0;
   Caption = "G:";
   Compressed = FALSE;
   CreationClassName = "Win32_LogicalDisk";
   Description = "Wechseldatenträger";
   DeviceID = "G:";
   DriveType = 2;
   FileSystem = "FAT32";
   FreeSpace = "6257410048";
   MaximumComponentLength = 255;
   Name = "G:";
   Size = "8004993024";
   SupportsDiskQuotas = FALSE;
   SupportsFileBasedCompression = FALSE;
   SystemCreationClassName = "Win32_ComputerSystem";
   SystemName = "BUMMOB6";
   VolumeDirty = TRUE;
   VolumeName = "KINGSTON";
   VolumeSerialNumber = "F51D9F89";
};




Den Code für GetWMIstring kann ich auf Wunsch Uploaden
Angehängte Dateien
Dateityp: zip WMI_SQL.zip (29,1 KB, 41x aufgerufen)
Thomas Wassermann H₂♂
Das Problem steckt meistens zwischen den Ohren
DRY DRY KISS
H₂ (wenn bei meinen Snipplets nichts anderes angegeben ist Lizenz: WTFPL)

Geändert von Bummi (25. Okt 2012 um 11:47 Uhr)
  Mit Zitat antworten Zitat