Added INFOTIPSIZE constant

pull/10/head
David Hall 2018-01-11 14:14:04 -07:00
parent 2524cd22de
commit 52cdf3a7c5
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ namespace Vanara.PInvoke
public const int I_IMAGECALLBACK = -1;
public const int I_IMAGENONE = -2;
public const int INFOTIPSIZE = 1024;
public const int NM_FIRST = 0;
[PInvokeData("Commctrl.h")]