Cosmos/source2/Users/Orvid/Cosmos.Plugs/System.Design/System/Design/NativeMethodsImpl.cs

172 lines
8.2 KiB
C#

namespace Cosmos.Plugs
{
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Design.NativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
public static class System_Design_NativeMethodsImpl
{
public static System.Boolean GetClientRect(System.IntPtr hWnd, System.Design.NativeMethods+COMRECT rect)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetClientRect' has not been implemented!");
}
public static System.Int32 MultiByteToWideChar(System.Int32 CodePage, System.Int32 dwFlags, System.Byte[] lpMultiByteStr, System.Int32 cchMultiByte, System.Char[] lpWideCharStr, System.Int32 cchWideChar)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.MultiByteToWideChar' has not been implemented!");
}
public static System.Boolean PeekMessage(System.Design.NativeMethods+MSG* msg, System.IntPtr hwnd, System.Int32 msgMin, System.Int32 msgMax, System.Int32 remove)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.PeekMessage' has not been implemented!");
}
public static System.IntPtr GetCursor()
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetCursor' has not been implemented!");
}
public static System.Boolean GetCursorPos(System.Design.NativeMethods+POINT pt)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetCursorPos' has not been implemented!");
}
public static System.IntPtr WindowFromPoint(System.Int32 x, System.Int32 y)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.WindowFromPoint' has not been implemented!");
}
public static System.IntPtr SendMessage(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.SendMessage' has not been implemented!");
}
public static System.IntPtr SendMessage(System.IntPtr hWnd, System.Int32 Msg, System.IntPtr wParam, System.Design.NativeMethods+HDHITTESTINFO lParam)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.SendMessage' has not been implemented!");
}
public static System.IntPtr SendMessage(System.IntPtr hWnd, System.Int32 msg, System.Int32 wParam, System.Int32 lParam)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.SendMessage' has not been implemented!");
}
public static System.IntPtr SendMessage(System.IntPtr hWnd, System.Int32 msg, System.Int32 wParam, System.String lParam)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.SendMessage' has not been implemented!");
}
public static System.IntPtr SendMessage(System.IntPtr hWnd, System.Int32 Msg, System.Int32 wParam, System.Design.NativeMethods+TV_HITTESTINFO lParam)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.SendMessage' has not been implemented!");
}
public static System.IntPtr DefWindowProc(System.IntPtr hWnd, System.Int32 msg, System.IntPtr wParam, System.IntPtr lParam)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.DefWindowProc' has not been implemented!");
}
public static System.IntPtr GetWindow(System.IntPtr hWnd, System.Int32 uCmd)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetWindow' has not been implemented!");
}
public static System.Int16 GetKeyState(System.Int32 keyCode)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetKeyState' has not been implemented!");
}
public static System.Int32 MapWindowPoints(System.IntPtr hWndFrom, System.IntPtr hWndTo, System.Design.NativeMethods+RECT* rect, System.Int32 cPoints)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.MapWindowPoints' has not been implemented!");
}
public static System.Int32 MapWindowPoints(System.IntPtr hWndFrom, System.IntPtr hWndTo, System.Design.NativeMethods+POINT pt, System.Int32 cPoints)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.MapWindowPoints' has not been implemented!");
}
public static System.Boolean ValidateRect(System.IntPtr hwnd, System.IntPtr prect)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.ValidateRect' has not been implemented!");
}
public static System.Boolean GetUpdateRect(System.IntPtr hwnd, System.Design.NativeMethods+RECT* rc, System.Boolean fErase)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetUpdateRect' has not been implemented!");
}
public static System.Boolean GetUpdateRgn(System.IntPtr hwnd, System.IntPtr hrgn, System.Boolean fErase)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetUpdateRgn' has not been implemented!");
}
public static System.Boolean ExternalDeleteObject(System.Runtime.InteropServices.HandleRef hObject)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.ExternalDeleteObject' has not been implemented!");
}
public static System.IntPtr SetParent(System.IntPtr hWnd, System.IntPtr hWndParent)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.SetParent' has not been implemented!");
}
public static System.Boolean TranslateMessage(System.Design.NativeMethods+MSG* msg)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.TranslateMessage' has not been implemented!");
}
public static System.Int32 DispatchMessage(System.Design.NativeMethods+MSG* msg)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.DispatchMessage' has not been implemented!");
}
public static System.Boolean GetWindowRect(System.IntPtr hWnd, System.Design.NativeMethods+RECT* rect)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetWindowRect' has not been implemented!");
}
public static System.Int32 RevokeDragDrop(System.IntPtr hwnd)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.RevokeDragDrop' has not been implemented!");
}
public static System.IntPtr ChildWindowFromPointEx(System.IntPtr hwndParent, System.Int32 x, System.Int32 y, System.Int32 uFlags)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.ChildWindowFromPointEx' has not been implemented!");
}
public static System.Boolean IsWindowVisible(System.IntPtr hWnd)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.IsWindowVisible' has not been implemented!");
}
public static System.IntPtr GetFocus()
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.GetFocus' has not been implemented!");
}
public static System.Runtime.InteropServices.ComTypes.ITypeLib LoadRegTypeLib(System.Guid* clsid, System.Int16 majorVersion, System.Int16 minorVersion, System.Int32 lcid)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.LoadRegTypeLib' has not been implemented!");
}
public static System.Runtime.InteropServices.ComTypes.ITypeLib LoadTypeLib(System.String typelib)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.LoadTypeLib' has not been implemented!");
}
public static System.String QueryPathOfRegTypeLib(System.Guid* guid, System.Int16 majorVersion, System.Int16 minorVersion, System.Int32 lcid)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.QueryPathOfRegTypeLib' has not been implemented!");
}
public static System.IntPtr IntCreateRectRgn(System.Int32 x1, System.Int32 y1, System.Int32 x2, System.Int32 y2)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.IntCreateRectRgn' has not been implemented!");
}
public static System.Boolean IntDeleteObject(System.IntPtr hObject)
{
throw new System.NotImplementedException("Method 'System.Design.NativeMethods.IntDeleteObject' has not been implemented!");
}
}
}