mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-31 05:11:08 +00:00
17 lines
695 B
C#
17 lines
695 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.InfoCards.GlobalAllocSafeHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class Microsoft_InfoCards_GlobalAllocSafeHandleImpl
|
|
{
|
|
|
|
public static System.Void ZeroMemory(System.IntPtr dest, System.Int32 size)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.InfoCards.GlobalAllocSafeHandle.ZeroMemory' has not been implemented!");
|
|
}
|
|
|
|
public static System.IntPtr GlobalFree(System.IntPtr hMem)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.InfoCards.GlobalAllocSafeHandle.GlobalFree' has not been implemented!");
|
|
}
|
|
}
|
|
}
|