Skip to content

Commit 86034e6

Browse files
committed
Windows: add another set of typed constants
Migrate constants used by swift-subprocess.
1 parent 91be6c5 commit 86034e6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

stdlib/public/Platform/WinSDK.apinotes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ Globals:
7979
Type: DWORD
8080
- Name: DISABLE_NEWLINE_AUTO_RETURN
8181
Type: DWORD
82+
- Name: DOMAIN_ALIAS_RID_ADMINS
83+
Type: DWORD
8284
- Name: DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE
8385
Type: DPI_AWARENESS_CONTEXT
8486
- Name: DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2
@@ -289,6 +291,8 @@ Globals:
289291
Type: DWORD
290292
- Name: FILE_FLAG_DELETE_ON_CLOSE
291293
Type: DWORD
294+
- Name: FILE_FLAG_FIRST_PIPE_INSTANCE
295+
Type: DWORD
292296
- Name: FILE_FLAG_OPEN_REPARSE_POINT
293297
Type: DWORD
294298
- Name: FILE_FLAG_OVERLAPPED
@@ -483,6 +487,8 @@ Globals:
483487
Type: DWORD
484488
- Name: LOCKFILE_EXCLUSIVE_LOCK
485489
Type: DWORD
490+
- Name: LOGON_WITH_PROFILE
491+
Type: DWORD
486492
- Name: LWA_ALPHA
487493
Type: DWORD
488494
- Name: MAX_PATH
@@ -539,8 +545,14 @@ Globals:
539545
Type: DWORD
540546
- Name: PIPE_ACCESS_DUPLEX
541547
Type: DWORD
548+
- Name: PIPE_ACCESS_INBOUND
549+
Type: DWORD
550+
- Name: PIPE_ACCESS_OUTBOUND
551+
Type: DWORD
542552
- Name: PIPE_READMODE_BYTE
543553
Type: DWORD
554+
- Name: PIPE_REJECT_REMOTE_CLIENTS
555+
Type: DWORD
544556
- Name: PIPE_TYPE_BYTE
545557
Type: DWORD
546558
- Name: PIPE_WAIT
@@ -615,6 +627,8 @@ Globals:
615627
Type: DWORD
616628
- Name: SECTION_QUERY
617629
Type: DWORD
630+
- Name: SECURITY_BUILTIN_DOMAIN_RID
631+
Type: DWORD
618632
- Name: SECURITY_DESCRIPTOR_REVISION
619633
Type: DWORD
620634
- Name: SECURITY_WORLD_RID
@@ -637,6 +651,8 @@ Globals:
637651
Type: DWORD
638652
- Name: STANDARD_RIGHTS_WRITE
639653
Type: DWORD
654+
- Name: STARTF_USESHOWWINDOW
655+
Type: DWORD
640656
- Name: STARTF_USESTDHANDLES
641657
Type: DWORD
642658
- Name: STD_ERROR_HANDLE
@@ -681,8 +697,14 @@ Globals:
681697
Type: DWORD
682698
- Name: TRUNCATE_EXISTING
683699
Type: DWORD
700+
- Name: UF_DONT_EXPIRE_PASSWD
701+
Type: DWORD
702+
- Name: UF_SCRIPT
703+
Type: DWORD
684704
- Name: UNLOAD_DLL_DEBUG_EVENT
685705
Type: DWORD
706+
- Name: USER_PRIV_USER
707+
Type: DWORD
686708
- Name: VOLUME_NAME_DOS
687709
Type: DWORD
688710
- Name: WAIT_OBJECT_0

0 commit comments

Comments
 (0)