I made a search on internet :"WMI and now I understand better your problem.

)
I tried to write an example. I succeeded to compile one, but running the program I don’t succeeded to have an connection with the server (dll)
On my computer I found in the map: C:\WINDOWS\system32\wbem 2 tlb files: Wbemads.tlb and Wbemdisp.tlb
I opened a package project and imported those 2 type library.
After I built the package I got 9 new wrappers-components.
I opened a new vcl project and dropped TSWbemNamedValueSet and TSWbemLocator. on the Form.
With the help of a demo code, that I found on msdn; I tried to write an program, that should list the running processes
I could run the code but I got the error that I wasn’t connected to the service.
I don’t known if this is the wright way, but this is the way I should start.
Success whished