Application Report
- Application ID: 86ed8528695546858b86e4c4f73b82f5
- Report Submitted on: 04/01/2009 08:47:05
- Definitions File: Mono 2.4
- API Issues: 3
- P/Invoke APIs: 10
The following 3 APIs (used 9 times) might not work:
- Total:
3
-
System.Drawing
2
-
FontFamily
1
-
GetName(System.Int32)
Used 1 time
1
-
GetName(System.Int32)
Used 1 time
-
Image
1
-
FromStream(System.IO.Stream,System.Boolean)
Used 3 times
1
-
FromStream(System.IO.Stream,System.Boolean)
Used 3 times
-
FontFamily
-
System.Windows.Forms
1
-
Form
1
-
set_AutoScaleBaseSize(System.Drawing.Size)
Used 5 times
1
-
set_AutoScaleBaseSize(System.Drawing.Size)
Used 5 times
-
Form
-
System.Drawing
There are 10 P/Invokes (used 23 times):
| Count | Library | Function |
|---|---|---|
| 7 | user32.dll | void mouse_event(uint, uint, uint, uint, intptr) |
| 7 | user32.dll | int sendmessage(intptr, int, uint, uint) |
| 2 | user32.dll | bool getkeyboardstate(byte[]) |
| 1 | kernel32.dll | uint getcurrentthreadid() |
| 1 | user32.dll | int postmessage(intptr, int, uint, uint) |
| 1 | user32.dll | bool setkeyboardstate(byte[]) |
| 1 | user32.dll | uint getwindowthreadprocessid(intptr, int32&) |
| 1 | user32.dll | uint mapvirtualkey(uint, uint) |
| 1 | user32.dll | uint sendmouseinput(int, mouseinputargs[], int) |
| 1 | user32.dll | intptr windowfrompoint(point) |