mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
add some wsa based additions to core:sys/windows
This commit is contained in:
@@ -545,6 +545,10 @@ FILE_MAP_RESERVE :: DWORD(0x80000000)
|
||||
FILE_MAP_TARGETS_INVALID :: DWORD(0x40000000)
|
||||
FILE_MAP_LARGE_PAGES :: DWORD(0x20000000)
|
||||
|
||||
// Flags for `SetFileCompletionNotificationModes`.
|
||||
FILE_SKIP_COMPLETION_PORT_ON_SUCCESS :: 0x1
|
||||
FILE_SKIP_SET_EVENT_ON_HANDLE :: 0x2
|
||||
|
||||
PAGE_NOACCESS :: 0x01
|
||||
PAGE_READONLY :: 0x02
|
||||
PAGE_READWRITE :: 0x04
|
||||
|
||||
Reference in New Issue
Block a user