:
Local component/Module using the WMI query facility. Could be used also as a WMI query. This sample get assigned memory to process PandoraAgent*
Module data
module_begin module_name PandoraAgent_RAMSize module_type generic_data module_wmiquery Select WorkingSetSize from Win32_Process WHERE Caption LIKE 'PandoraAgent%' module_wmicolumn WorkingSetSize module_end
(Visited 191 times, 1 visits today)