NMTTCUSTOMDRAW.cs 151 B

123456789
  1. using System;
  2. namespace LYFZ.OtherExpansion.Win32.Struct
  3. {
  4. public struct NMTTCUSTOMDRAW
  5. {
  6. public NMCUSTOMDRAW nmcd;
  7. public uint uDrawFlags;
  8. }
  9. }