WMI & Windows 2000

Hi all,

my WDM driver implements WMI interface.
On Windows 2000 platform I can see perfomance counters from custom WMI
clients (both VBS and C++) but I can’t see them from preformance monitor
(the counter objects doesn’t appear in the list box).
Do I have to develop a performance counter DLL, with Open/Collect/Close on
the upper side and behaving as a WMI client on the lower side, or there is
any easier way ?

Thanx in advance,
PaoloC