Re: HKEY_PERFORMANCE_DATA

2003-08-14 Thread Jeffrey Altman
If you read the knowledge base article you will see that the exceptions are caught properly on Win2000 and above. However, on NT4 third party devices which plug-in to the performance engine did not always do the right thing and let exceptions slip out. I think this is what is causing the

Re: HKEY_PERFORMANCE_DATA

2003-08-14 Thread Martin Kochanski
explains why exceptions may be thrown or why the data returned from a performance data call would be invalid: http://support.microsoft.com/default.aspx?scid=kb;en-us;178887 We may need to wrap calls probing HKEY_PERFORMANCE_DATA in an exception handling block. Jeffrey Altman Attachment

HKEY_PERFORMANCE_DATA

2003-08-14 Thread Jeffrey Altman
article explains why exceptions may be thrown or why the data returned from a performance data call would be invalid: http://support.microsoft.com/default.aspx?scid=kb;en-us;178887 We may need to wrap calls probing HKEY_PERFORMANCE_DATA in an exception handling block. Jeffrey Altman