mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 05:11:08 +00:00
162 lines
8.4 KiB
C#
162 lines
8.4 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Design.UnsafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Design_UnsafeNativeMethodsImpl
|
|
{
|
|
|
|
public static System.Int32 ClientToScreen(System.Runtime.InteropServices.HandleRef hWnd, System.Design.NativeMethods+POINT pt)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.ClientToScreen' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr PostMessage(System.IntPtr hwnd, System.Int32 msg, System.IntPtr wparam, System.IntPtr lparam)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.PostMessage' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SendMessage(System.IntPtr hwnd, System.Int32 msg, System.Boolean wparam, System.Int32 lparam)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.SendMessage' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetActiveWindow()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetActiveWindow' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetMessageTime()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetMessageTime' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetActiveWindow(System.Runtime.InteropServices.HandleRef hWnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.SetActiveWindow' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void NotifyWinEvent(System.Int32 winEvent, System.Runtime.InteropServices.HandleRef hwnd, System.Int32 objType, System.Int32 objID)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.NotifyWinEvent' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetFocus(System.Runtime.InteropServices.HandleRef hWnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.SetFocus' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetFocus()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetFocus' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean IsChild(System.Runtime.InteropServices.HandleRef hWndParent, System.Runtime.InteropServices.HandleRef hwnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.IsChild' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetWindowText(System.Runtime.InteropServices.HandleRef hWnd, System.Text.StringBuilder lpString, System.Int32 nMaxCount)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetWindowText' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 MsgWaitForMultipleObjectsEx(System.Int32 nCount, System.IntPtr pHandles, System.Int32 dwMilliseconds, System.Int32 dwWakeMask, System.Int32 dwFlags)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.MsgWaitForMultipleObjectsEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 ReadClassStg(System.Runtime.InteropServices.HandleRef pStg, System.Guid* pclsid)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.ReadClassStg' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetStockObject(System.Int32 nIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetStockObject' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr LresultFromObject(System.Guid* refiid, System.IntPtr wParam, System.IntPtr pAcc)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.LresultFromObject' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr BeginPaint(System.IntPtr hWnd, System.Design.UnsafeNativeMethods+PAINTSTRUCT* lpPaint)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.BeginPaint' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean EndPaint(System.IntPtr hWnd, System.Design.UnsafeNativeMethods+PAINTSTRUCT* lpPaint)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.EndPaint' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr ExtractIcon(System.Runtime.InteropServices.HandleRef hMod, System.String exeName, System.Int32 index)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.ExtractIcon' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean DestroyIcon(System.Runtime.InteropServices.HandleRef hIcon)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.DestroyIcon' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetWindowsHookEx(System.Int32 hookid, System.Design.UnsafeNativeMethods+HookProc pfnhook, System.Runtime.InteropServices.HandleRef hinst, System.Int32 threadid)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.SetWindowsHookEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetWindowLong32(System.Runtime.InteropServices.HandleRef hWnd, System.Int32 nIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetWindowLong32' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetWindowLongPtr64(System.Runtime.InteropServices.HandleRef hWnd, System.Int32 nIndex)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetWindowLongPtr64' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetWindowLongPtr32(System.Runtime.InteropServices.HandleRef hWnd, System.Int32 nIndex, System.Runtime.InteropServices.HandleRef dwNewLong)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.SetWindowLongPtr32' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SetWindowLongPtr64(System.Runtime.InteropServices.HandleRef hWnd, System.Int32 nIndex, System.Runtime.InteropServices.HandleRef dwNewLong)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.SetWindowLongPtr64' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean UnhookWindowsHookEx(System.Runtime.InteropServices.HandleRef hhook)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.UnhookWindowsHookEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetWindowThreadProcessId(System.Runtime.InteropServices.HandleRef hWnd, System.Int32* lpdwProcessId)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.GetWindowThreadProcessId' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr CallNextHookEx(System.Runtime.InteropServices.HandleRef hhook, System.Int32 code, System.IntPtr wparam, System.IntPtr lparam)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.CallNextHookEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.Design.UnsafeNativeMethods+ILockBytes CreateILockBytesOnHGlobal(System.Runtime.InteropServices.HandleRef hGlobal, System.Boolean fDeleteOnRelease)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.CreateILockBytesOnHGlobal' has not been implemented!");
|
|
}
|
|
|
|
public static System.Design.UnsafeNativeMethods+IStorage StgCreateDocfileOnILockBytes(System.Design.UnsafeNativeMethods+ILockBytes iLockBytes, System.Int32 grfMode, System.Int32 reserved)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.StgCreateDocfileOnILockBytes' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr IntGetDC(System.Runtime.InteropServices.HandleRef hWnd)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.IntGetDC' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 IntReleaseDC(System.Runtime.InteropServices.HandleRef hWnd, System.Runtime.InteropServices.HandleRef hDC)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Design.UnsafeNativeMethods.IntReleaseDC' has not been implemented!");
|
|
}
|
|
}
|
|
}
|