Skip to content

Commit

Permalink
Mark SHGSI as Flags (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
5cover authored Jan 15, 2024
1 parent 69f805f commit 7566b9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PInvoke/Shell32/ShellApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ public enum SHGNLI
/// <summary>Flags for SHGetStockIconInfo.</summary>
// https://docs.microsoft.com/en-us/windows/desktop/api/shellapi/nf-shellapi-shgetstockiconinfo
[PInvokeData("shellapi.h", MSDNShortId = "c08b1a53-e67c-4ed0-a9c6-d000c448e182")]
[Flags]
public enum SHGSI : uint
{
/// <summary>
Expand Down

0 comments on commit 7566b9a

Please sign in to comment.