@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Adds an application to the list of applications excluded from error reporting !!!!C# Signature: [DllImport("wer.dll", SetLastError = true, CharSet = CharSet.Unicode)] static extern int WerAddExcludedApplication(String pwzExeName, bool bAllUsers); !!!!VB Signature: <DllImport("wer.dll", SetLastError:=True, CharSet:=CharSet.Unicode)> Private Shared Function WerAddExcludedApplication(ByVal pwzExeName As String, ByVal bAllUsers As Boolean) As Integer End Function !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: None. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: WerAddExcludedApplication@msdn on MSDN - http://msdn.microsoft.com/en-us/library/bb513617(v=vs.85).aspx
Edit wer.WerAddExclude...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.