mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-08 00:44:36 +01:00
WIP launch
This commit is contained in:
parent
9965dc313a
commit
2c2db8e779
5 changed files with 47 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue