using System;
using System.Runtime.InteropServices;
namespace Apewer.Internals.Interop
{
///
[StructLayout(LayoutKind.Sequential)]
class SecurityAttributes
{
///
public int length;
///
public IntPtr lpSecurityDescriptor;
///
public bool bInheritHandle;
}
}