mirror of
https://github.com/decompals/wibo.git
synced 2025-12-13 15:16:27 +00:00
New handles, threading and processes subsystems
This commit is contained in:
@@ -19,10 +19,6 @@ struct BY_HANDLE_FILE_INFORMATION {
|
||||
using PBY_HANDLE_FILE_INFORMATION = BY_HANDLE_FILE_INFORMATION *;
|
||||
using LPBY_HANDLE_FILE_INFORMATION = BY_HANDLE_FILE_INFORMATION *;
|
||||
|
||||
constexpr DWORD FILE_SHARE_READ = 0x00000001;
|
||||
constexpr DWORD FILE_SHARE_WRITE = 0x00000002;
|
||||
constexpr DWORD FILE_SHARE_DELETE = 0x00000004;
|
||||
|
||||
constexpr DWORD CREATE_NEW = 1;
|
||||
constexpr DWORD CREATE_ALWAYS = 2;
|
||||
constexpr DWORD OPEN_EXISTING = 3;
|
||||
|
||||
Reference in New Issue
Block a user