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

@ -29,6 +29,11 @@ namespace Dalamud.Bootstrap.OS
m_handle = null!;
}
public static Process Create(ProcessCreationOptions options)
{
}
public static Process Open(uint pid, PROCESS_ACCESS_RIGHTS access)
{
var handle = OpenHandle(pid, access);