mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 05:11:08 +00:00
102 lines
4.7 KiB
C#
102 lines
4.7 KiB
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(System.Data.Common.SafeNativeMethods), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class System_Data_Common_SafeNativeMethodsImpl
|
|
{
|
|
|
|
public static System.Int32 GetCurrentProcessId()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.GetCurrentProcessId' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetModuleHandle(System.String moduleName)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.GetModuleHandle' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GetProcAddress(System.IntPtr HModule, System.String funcName)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.GetProcAddress' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void GetSystemTimeAsFileTime(System.Int64* lpSystemTimeAsFileTime)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.GetSystemTimeAsFileTime' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr LocalAlloc(System.Int32 flags, System.IntPtr countOfBytes)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.LocalAlloc' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr LocalFree(System.IntPtr handle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.LocalFree' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 ReleaseSemaphore(System.IntPtr handle, System.Int32 releaseCount, System.IntPtr previousCount)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.ReleaseSemaphore' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 WaitForMultipleObjectsEx(System.UInt32 nCount, System.IntPtr lpHandles, System.Boolean bWaitAll, System.UInt32 dwMilliseconds, System.Boolean bAlertable)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.WaitForMultipleObjectsEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr CoTaskMemAlloc(System.IntPtr cb)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.CoTaskMemAlloc' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void CoTaskMemFree(System.IntPtr handle)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.CoTaskMemFree' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetUserDefaultLCID()
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.GetUserDefaultLCID' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void ZeroMemory(System.IntPtr dest, System.IntPtr length)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.ZeroMemory' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 GetComputerNameEx(System.Int32 nameType, System.Text.StringBuilder nameBuffer, System.Int32* bufferSize)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.GetComputerNameEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr SysAllocStringLen(System.String src, System.Int32 len)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.SysAllocStringLen' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void SysFreeString(System.IntPtr bstr)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.SysFreeString' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void SetErrorInfo(System.Int32 dwReserved, System.IntPtr pIErrorInfo)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.SetErrorInfo' has not been implemented!");
|
|
}
|
|
|
|
public static System.Int32 WaitForSingleObjectEx(System.IntPtr lpHandles, System.UInt32 dwMilliseconds, System.Boolean bAlertable)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.WaitForSingleObjectEx' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void PropVariantClear(System.IntPtr pObject)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.PropVariantClear' has not been implemented!");
|
|
}
|
|
|
|
public static System.Void VariantClear(System.IntPtr pObject)
|
|
{
|
|
throw new System.NotImplementedException("Method 'System.Data.Common.SafeNativeMethods.VariantClear' has not been implemented!");
|
|
}
|
|
}
|
|
}
|