Application Report
- Application ID: eebd89834fc84daf8d98522b7f68a9d5
- Report Submitted on: 05/15/2008 04:33:49
- API Issues: 7
- P/Invoke APIs: 17
The following 7 APIs (used 24 times) might not work:
- Total:
7
1
-
System.CodeDom
2
-
CodeTypeReference
2
-
.ctor(System.String)
Used 8 times
1
-
.ctor(System.Type)
Used 8 times
1
-
.ctor(System.String)
Used 8 times
-
CodeTypeReference
-
System.Runtime.InteropServices
1
1
-
Marshal
1
1
-
GetHRForLastWin32Error()
Used 4 times
1
1
-
GetHRForLastWin32Error()
Used 4 times
-
Marshal
-
System.Security
4
-
CodeAccessPermission
4
-
Assert()
Used 1 time
1
-
PermitOnly()
Used 1 time
1
-
RevertAssert()
Used 1 time
1
-
RevertPermitOnly()
Used 1 time
1
-
Assert()
Used 1 time
-
CodeAccessPermission
-
System.CodeDom
There are 17 P/Invokes (used 18 times):
| Count | Library | Function |
|---|---|---|
| 2 | user32.dll | bool enablewindow(intptr, bool) |
| 1 | kernel32 | int getcurrentthreadid() |
| 1 | kernel32.dll | intptr createnamedpipe(string, uint, uint, uint, uint, uint, uint, intptr) |
| 1 | kernel32.dll | intptr createfile(string, uint, uint, intptr, uint, uint, intptr) |
| 1 | kernel32.dll | bool waitnamedpipe(string, uint) |
| 1 | kernel32.dll | bool setnamedpipehandlestate(intptr, uint32&, intptr, intptr) |
| 1 | kernel32.dll | bool readfile(intptr, byte[], uint, uint32&, intptr) |
| 1 | kernel32.dll | bool flushfilebuffers(intptr) |
| 1 | kernel32.dll | bool disconnectnamedpipe(intptr) |
| 1 | kernel32.dll | bool connectnamedpipe(intptr, intptr) |
| 1 | kernel32.dll | bool closehandle(intptr) |
| 1 | kernel32.dll | bool callnamedpipe(string, intptr, uint, intptr, uint, uint32&, uint) |
| 1 | user32.dll | bool iswindowvisible(intptr) |
| 1 | user32.dll | bool iswindowenabled(intptr) |
| 1 | user32.dll | bool iswindow(intptr) |
| 1 | user32.dll | bool enumthreadwindows(int, pleasewaitform/enumthreadwndproc, intptr) |
| 1 | user32.dll | intptr setparent(intptr, intptr) |