Application Report
- Application ID: 5df2640253fe45ecb036757d77f48c0e
- Report Submitted on: 01/19/2009 03:59:29
- Definitions File: Mono 2.2
- API Issues: 3
- P/Invoke APIs: 10
The following 3 APIs (used 11 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 7 times
1
-
set_AutoScaleBaseSize(System.Drawing.Size)
Used 7 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) |