WIP launch

This commit is contained in:
Mino 2020-04-08 23:24:34 +09:00
parent 9965dc313a
commit 2c2db8e779
5 changed files with 47 additions and 1 deletions

View file

@ -122,6 +122,12 @@ namespace Dalamud.Bootstrap.OS.Windows.Raw
[StructLayout(LayoutKind.Sequential)]
internal struct SECURITY_DESCRIPTOR
{
public byte Revision;
public byte Sbz1;
public SECURITY_DESCRIPTOR_CONTROL Control;
public IntPtr Owner;
public IntPtr Group;
public IntPtr Sacl;
public IntPtr Dacl;
}
}