Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
359 B

// Registration of the provider.
instance of __Win32Provider as $P
{
Name="NT5_GenericPerfProvider_V1";
CLSID="{FF37A93C-C28E-11d1-AEB6-00C04FB68820}";
ClientLoadableCLSID="{FF37A93C-C28E-11d1-AEB6-00C04FB68820}";
};
instance of __InstanceProviderRegistration
{
Provider = $P;
SupportsGet = TRUE;
SupportsEnumeration = TRUE;
};