Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   WMI Tasks using Delphi – Computer Hardware (https://www.delphipraxis.net/163904-wmi-tasks-using-delphi-%96-computer-hardware.html)

DP News-Robot 21. Okt 2011 05:21

WMI Tasks using Delphi – Computer Hardware
 
Determine how much free memory a computer has Use the class Win32_OperatingSystem and the FreePhysicalMemory property. const wbemFlagForwardOnly = $00000020; var FSWbemLocator : OLEVariant; FWMIService : OLEVariant; FWbemObjectSet: OLEVariant; FWbemObject : OLEVariant; oEnum ...http://feeds.feedburner.com/~r/delph...~4/oceBkHpJaeA

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:21 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz