Skip to content

Commit

Permalink
CLSID_GlobalOptions is Missing. Fixed #1813.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed May 7, 2024
1 parent 332b931 commit 9b49872
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generation/WinSDK/manual/Com.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ public static unsafe partial class Apis
public const int COLE_DEFAULT_PRINCIPAL = -1;
[NativeTypeName("void*")]
public const int COLE_DEFAULT_AUTHINFO = -1;

public static readonly Guid CLSID_GlobalOptions = new Guid("0000034B-0000-0000-C000-000000000046");
}
}
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -895,3 +895,5 @@ Windows.Win32.Networking.WinSock.LPWPURESETEVENT.Invoke : hEvent...HANDLE => WSA
Windows.Win32.Networking.WinSock.LPWPUSETEVENT.Invoke : hEvent...HANDLE => WSAEVENT
Windows.Win32.Networking.WinSock.LPWSPEVENTSELECT.Invoke : hEventObject...HANDLE => WSAEVENT
Windows.Win32.Networking.WinSock.WSAEVENT : [InvalidHandleValue(-1),InvalidHandleValue(0),NativeTypedef,RAIIFree(WSACloseEvent)] => [InvalidHandleValue(0),NativeTypedef,RAIIFree(WSACloseEvent)]
# Fixed #1813.
Windows.Win32.System.Com.Apis.CLSID_GlobalOptions added

0 comments on commit 9b49872

Please sign in to comment.