mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-01 22:00:44 +00:00
17 lines
937 B
C#
17 lines
937 B
C#
namespace Cosmos.Plugs
|
|
{
|
|
[Cosmos.IL2CPU.Plugs.Plug(Target = typeof(Microsoft.Win32.SafeHandles.SafeLocalMemHandle), TargetFramework = Cosmos.IL2CPU.Plugs.FrameworkVersion.v4_0)]
|
|
public static class Microsoft_Win32_SafeHandles_SafeLocalMemHandleImpl
|
|
{
|
|
|
|
public static System.IntPtr LocalFree(System.IntPtr hMem)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.Win32.SafeHandles.SafeLocalMemHandle.LocalFree' has not been implemented!");
|
|
}
|
|
|
|
public static System.Boolean ConvertStringSecurityDescriptorToSecurityDescriptor(System.String StringSecurityDescriptor, System.Int32 StringSDRevision, Microsoft.Win32.SafeHandles.SafeLocalMemHandle* pSecurityDescriptor, System.IntPtr SecurityDescriptorSize)
|
|
{
|
|
throw new System.NotImplementedException("Method 'Microsoft.Win32.SafeHandles.SafeLocalMemHandle.ConvertStringSecurityDescriptorToSecurityDescriptor' has not been implemented!");
|
|
}
|
|
}
|
|
}
|