mschlegel81

Results 1 comments of mschlegel81

In my specific case I wanted to modify generated Free Pascal code to query one specific Win32_Process instead of all of them. Generated query statement: `FWbemObjectSet:= FWMIService.ExecQuery('SELECT * FROM Win32_Process','WQL',wbemFlagForwardOnly);`...