GLibWMI icon indicating copy to clipboard operation
GLibWMI copied to clipboard

English Version??

Open ijbranch opened this issue 2 years ago • 1 comments
trafficstars

I'm afraid my Spanish is non existant. :-( Is there an English version anywhere that will help mu understanding?

Regards & TIA, Ian

ijbranch avatar Jan 14 '23 20:01 ijbranch

Hello. The code for the WMI classes is automatically generated. You can see the descriptions and documentation in the help of the web searching for the classes. For example:

  • https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-bios
  • https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-battery
  • https://learn.microsoft.com/en-us/windows/win32/cimwin32prov/win32-bootConfiguration
  • ... (the same structure for all classes)

The rest of the code is simple and easy to understand.

Regards.


Germán.

NeftaliDelphi avatar Jan 16 '23 07:01 NeftaliDelphi