Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "AddERExcludedApplication" in [All]

faultrep

.

static extern bool AddERExcludedApplication(string name);

.

Declare Unicode Function AddERExcludedApplication Lib "faultrep.dll" (name as string) As Boolean

.

    private static extern bool AddERExcludedApplication(string name);

.

        bool result = AddERExcludedApplication("myapp.exe");

.
Documentation
[AddERExcludedApplication] on MSDN

 
Access PInvoke.net directly from VS: