// // Copyright (c) PlaceholderCompany. All rights reserved. // namespace SystemTrayMenu.DllImports { using System; [Flags] public enum SIIGBF { SIIGBF_RESIZETOFIT = 0x00, SIIGBF_BIGGERSIZEOK = 0x01, SIIGBF_MEMORYONLY = 0x02, SIIGBF_ICONONLY = 0x04, SIIGBF_THUMBNAILONLY = 0x08, SIIGBF_INCACHEONLY = 0x10, } }