dahall / Vanara

A set of .NET libraries for Windows implementing PInvoke calls to many native Windows APIs with supporting wrappers.
MIT License
1.79k stars 193 forks source link

Mark ``SHGSI`` as Flags enum #436

Closed 5cover closed 8 months ago

5cover commented 10 months ago

The SHGSI enum is used to provide flags to SHGetStockIconInfo.

It should therefore be marked with the Flags attribute.