Definitions: Mono 1.9 Date Submitted: 4/2/2008 8:36:45 PM Comments: ========================================= Pending issues: 4 [NIEX] System.Windows.Forms.BindingSource::get_Current() 1 [TODO] System.Windows.Forms.RichTextBox::set_AutoWordSelection(System.Boolean) Details: Value not respected, always true 1 [TODO] System.Xml.XmlValidatingReader::set_ValidationType(System.Xml.ValidationType) Details: 1 [TODO] System.Windows.Forms.TextBoxBase::Undo() Details: Deleting is classed as Typing, instead of its own Undo event 1 [TODO] System.Windows.Forms.ComboBox::set_AutoCompleteSource(System.Windows.Forms.AutoCompleteSource) Details: AutoCompletion algorithm is currently not implemented. 1 [TODO] System.Windows.Forms.ComboBox::set_AutoCompleteMode(System.Windows.Forms.AutoCompleteMode) Details: AutoCompletion algorithm is currently not implemented. 1 [TODO] System.Data.DataSet::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext,System.Boolean) Details: 1 [TODO] System.Windows.Forms.RichTextBox::get_AutoWordSelection() Details: Value not respected, always true **************************************************** P/Invokes made by this program Library: Comctl32.dll int DllGetVersion(APIsStructs/DLLVERSIONINFO2&) Library: gdi32 int SetBkMode(IntPtr, APIsEnums/BackgroundMode) uint SetTextColor(IntPtr, uint) Library: gdi32.dll bool BitBlt(IntPtr, int, int, int, int, IntPtr, int, int, int) bool DeleteObject(IntPtr) IntPtr GetDC(IntPtr) IntPtr SelectObject(IntPtr, IntPtr) uint GetPixel(IntPtr, int, int) Library: shell32.dll int SHFileOperation(APIsStructs/SHFILEOPSTRUCT&) int SHGetDesktopFolder(COMInterfaces/IShellFolder&) int SHGetSpecialFolderLocation(IntPtr, APIsEnums/ShellSpecialFolders, IntPtr&) Library: Shell32.dll int ShellExecuteEx(IntPtr) int SHGetFileInfo(string, uint, APIsStructs/SHFILEINFO&, uint, APIsEnums/ShellGetFileInformationFlags) Library: user32.dll bool CloseClipboard() bool EmptyClipboard() bool GetComboBoxInfo(IntPtr, APIsStructs/PCOMBOBOXINFO&) bool OpenClipboard(IntPtr) bool ScreenToClient(IntPtr, APIsStructs/POINTAPI&) bool SendMessage(IntPtr, APIsEnums/ListViewMessages, int, APIsStructs/LV_ITEM&) bool SendMessage(IntPtr, int, IntPtr, IntPtr&) bool ValidateRect(IntPtr, APIsStructs/RECT&) int DrawText(IntPtr, string, int, APIsStructs/RECT&, APIsEnums/DrawTextFormatFlags) int ReleaseDC(IntPtr, IntPtr) int SendMessage(IntPtr, APIsEnums/HeaderControlMessages, int, APIsStructs/HDITEM&) int SendMessage(IntPtr, int, int, APIsStructs/LVHITTESTINFO&) int SendMessage(IntPtr, int, int, int) int SendMessage(IntPtr, int, IntPtr, IntPtr) IntPtr GetDlgItem(IntPtr, int) IntPtr SendMessage(IntPtr, int, IntPtr, IntPtr) void SendMessage(IntPtr, int, int, APIsStructs/RECT&)