DLL files from wmi
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
when i am using wmi functions "SELECT * FROM Win32_Processor", can i somehow get dll files from which is that information loaded?
-
when i am using wmi functions "SELECT * FROM Win32_Processor", can i somehow get dll files from which is that information loaded?
The information is not stored in a DLL. It is stored in a database file (the WMI Repository) in the directory %windir%System32\Wbem\Repository\. See also WMI Overview[^] and Windows Management Instrumentation - Wikipedia, the free encyclopedia[^].