Created
March 6, 2024 06:14
-
-
Save nperovic/036b9686cfec1193ed174520d33d1bae to your computer and use it in GitHub Desktop.
Windows API Constants Snippet for VS Code
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"BCM_FIRST": { | |
"prefix" : "BCM", | |
"body" : "BCM_FIRST := 0x1600", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_GETIDEALSIZE": { | |
"prefix" : "BCM", | |
"body" : "BCM_GETIDEALSIZE := 0x1601", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_GETIMAGELIST": { | |
"prefix" : "BCM", | |
"body" : "BCM_GETIMAGELIST := 0x1603", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_GETNOTE": { | |
"prefix" : "BCM", | |
"body" : "BCM_GETNOTE := 0x160A", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_GETNOTELENGTH": { | |
"prefix" : "BCM", | |
"body" : "BCM_GETNOTELENGTH := 0x160B", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_GETSPLITINFO": { | |
"prefix" : "BCM", | |
"body" : "BCM_GETSPLITINFO := 0x1608", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_GETTEXTMARGIN": { | |
"prefix" : "BCM", | |
"body" : "BCM_GETTEXTMARGIN := 0x1605", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_SETDROPDOWNSTATE": { | |
"prefix" : "BCM", | |
"body" : "BCM_SETDROPDOWNSTATE := 0x1606", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_SETIMAGELIST": { | |
"prefix" : "BCM", | |
"body" : "BCM_SETIMAGELIST := 0x1602", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_SETNOTE": { | |
"prefix" : "BCM", | |
"body" : "BCM_SETNOTE := 0x1609", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_SETSHIELD": { | |
"prefix" : "BCM", | |
"body" : "BCM_SETSHIELD := 0x160C", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_SETSPLITINFO": { | |
"prefix" : "BCM", | |
"body" : "BCM_SETSPLITINFO := 0x1607", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCM_SETTEXTMARGIN": { | |
"prefix" : "BCM", | |
"body" : "BCM_SETTEXTMARGIN := 0x1604", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_CLICK": { | |
"prefix" : "BM", | |
"body" : "BM_CLICK := 0xF5", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_GETCHECK": { | |
"prefix" : "BM", | |
"body" : "BM_GETCHECK := 0xF0", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_GETIMAGE": { | |
"prefix" : "BM", | |
"body" : "BM_GETIMAGE := 0xF6", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_GETSTATE": { | |
"prefix" : "BM", | |
"body" : "BM_GETSTATE := 0xF2", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_SETCHECK": { | |
"prefix" : "BM", | |
"body" : "BM_SETCHECK := 0xF1", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_SETDONTCLICK": { | |
"prefix" : "BM", | |
"body" : "BM_SETDONTCLICK := 0xF8", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_SETIMAGE": { | |
"prefix" : "BM", | |
"body" : "BM_SETIMAGE := 0xF7", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_SETSTATE": { | |
"prefix" : "BM", | |
"body" : "BM_SETSTATE := 0xF3", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BM_SETSTYLE": { | |
"prefix" : "BM", | |
"body" : "BM_SETSTYLE := 0xF4", | |
"description": "Windows - GUI - Controls - Button - Messages (Button Messages)" | |
}, | |
"BCN_DROPDOWN": { | |
"prefix" : "BCN", | |
"body" : "BCN_DROPDOWN := -1248", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BCN_FIRST": { | |
"prefix" : "BCN", | |
"body" : "BCN_FIRST := -1250", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BCN_HOTITEMCHANGE": { | |
"prefix" : "BCN", | |
"body" : "BCN_HOTITEMCHANGE := -1249", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_CLICKED": { | |
"prefix" : "BN", | |
"body" : "BN_CLICKED := 0x0", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_DBLCLK": { | |
"prefix" : "BN", | |
"body" : "BN_DBLCLK := 0x5", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_DISABLE": { | |
"prefix" : "BN", | |
"body" : "BN_DISABLE := 0x4", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_DOUBLECLICKED": { | |
"prefix" : "BN", | |
"body" : "BN_DOUBLECLICKED := 0x5", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_HILITE": { | |
"prefix" : "BN", | |
"body" : "BN_HILITE := 0x2", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_KILLFOCUS": { | |
"prefix" : "BN", | |
"body" : "BN_KILLFOCUS := 0x7", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_PAINT": { | |
"prefix" : "BN", | |
"body" : "BN_PAINT := 0x1", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_PUSHED": { | |
"prefix" : "BN", | |
"body" : "BN_PUSHED := 0x2", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_SETFOCUS": { | |
"prefix" : "BN", | |
"body" : "BN_SETFOCUS := 0x6", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_UNHILITE": { | |
"prefix" : "BN", | |
"body" : "BN_UNHILITE := 0x3", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BN_UNPUSHED": { | |
"prefix" : "BN", | |
"body" : "BN_UNPUSHED := 0x3", | |
"description": "Windows - GUI - Controls - Button - Notifications (Button Notifications)" | |
}, | |
"BUTTON_IMAGELIST_ALIGN_BOTTOM": { | |
"prefix" : "BUTTON", | |
"body" : "BUTTON_IMAGELIST_ALIGN_BOTTOM := 3", | |
"description": "Windows - GUI - Controls - Button - Others - ImageList (Button ImageList Constants (Vista+))" | |
}, | |
"BUTTON_IMAGELIST_ALIGN_CENTER": { | |
"prefix" : "BUTTON", | |
"body" : "BUTTON_IMAGELIST_ALIGN_CENTER := 4", | |
"description": "Windows - GUI - Controls - Button - Others - ImageList (Button ImageList Constants (Vista+))" | |
}, | |
"BUTTON_IMAGELIST_ALIGN_LEFT": { | |
"prefix" : "BUTTON", | |
"body" : "BUTTON_IMAGELIST_ALIGN_LEFT := 0", | |
"description": "Windows - GUI - Controls - Button - Others - ImageList (Button ImageList Constants (Vista+))" | |
}, | |
"BUTTON_IMAGELIST_ALIGN_RIGHT": { | |
"prefix" : "BUTTON", | |
"body" : "BUTTON_IMAGELIST_ALIGN_RIGHT := 1", | |
"description": "Windows - GUI - Controls - Button - Others - ImageList (Button ImageList Constants (Vista+))" | |
}, | |
"BUTTON_IMAGELIST_ALIGN_TOP": { | |
"prefix" : "BUTTON", | |
"body" : "BUTTON_IMAGELIST_ALIGN_TOP := 2", | |
"description": "Windows - GUI - Controls - Button - Others - ImageList (Button ImageList Constants (Vista+))" | |
}, | |
"BCSIF_GLYPH": { | |
"prefix" : "BCSIF", | |
"body" : "BCSIF_GLYPH := 0x1", | |
"description": "Windows - GUI - Controls - Button - Others - SplitMask (BUTTON_SPLITINFO mask (Vista+))" | |
}, | |
"BCSIF_IMAGE": { | |
"prefix" : "BCSIF", | |
"body" : "BCSIF_IMAGE := 0x2", | |
"description": "Windows - GUI - Controls - Button - Others - SplitMask (BUTTON_SPLITINFO mask (Vista+))" | |
}, | |
"BCSIF_SIZE": { | |
"prefix" : "BCSIF", | |
"body" : "BCSIF_SIZE := 0x8", | |
"description": "Windows - GUI - Controls - Button - Others - SplitMask (BUTTON_SPLITINFO mask (Vista+))" | |
}, | |
"BCSIF_STYLE": { | |
"prefix" : "BCSIF", | |
"body" : "BCSIF_STYLE := 0x4", | |
"description": "Windows - GUI - Controls - Button - Others - SplitMask (BUTTON_SPLITINFO mask (Vista+))" | |
}, | |
"BCSS_ALIGNLEFT": { | |
"prefix" : "BCSS", | |
"body" : "BCSS_ALIGNLEFT := 0x4", | |
"description": "Windows - GUI - Controls - Button - Others - SplitStyle (Split Button Style Flags (Vista+))" | |
}, | |
"BCSS_IMAGE": { | |
"prefix" : "BCSS", | |
"body" : "BCSS_IMAGE := 0x8", | |
"description": "Windows - GUI - Controls - Button - Others - SplitStyle (Split Button Style Flags (Vista+))" | |
}, | |
"BCSS_NOSPLIT": { | |
"prefix" : "BCSS", | |
"body" : "BCSS_NOSPLIT := 0x1", | |
"description": "Windows - GUI - Controls - Button - Others - SplitStyle (Split Button Style Flags (Vista+))" | |
}, | |
"BCSS_STRETCH": { | |
"prefix" : "BCSS", | |
"body" : "BCSS_STRETCH := 0x2", | |
"description": "Windows - GUI - Controls - Button - Others - SplitStyle (Split Button Style Flags (Vista+))" | |
}, | |
"BST_CHECKED": { | |
"prefix" : "BST", | |
"body" : "BST_CHECKED := 0x1", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BST_DROPDOWNPUSHED": { | |
"prefix" : "BST", | |
"body" : "BST_DROPDOWNPUSHED := 0x400", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BST_FOCUS": { | |
"prefix" : "BST", | |
"body" : "BST_FOCUS := 0x8", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BST_HOT": { | |
"prefix" : "BST", | |
"body" : "BST_HOT := 0x200", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BST_INDETERMINATE": { | |
"prefix" : "BST", | |
"body" : "BST_INDETERMINATE := 0x2", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BST_PUSHED": { | |
"prefix" : "BST", | |
"body" : "BST_PUSHED := 0x4", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BST_UNCHECKED": { | |
"prefix" : "BST", | |
"body" : "BST_UNCHECKED := 0x0", | |
"description": "Windows - GUI - Controls - Button - Others - States (Button States)" | |
}, | |
"BS_3STATE": { | |
"prefix" : "BS", | |
"body" : "BS_3STATE := 0x5", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_AUTO3STATE": { | |
"prefix" : "BS", | |
"body" : "BS_AUTO3STATE := 0x6", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_AUTOCHECKBOX": { | |
"prefix" : "BS", | |
"body" : "BS_AUTOCHECKBOX := 0x3", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_AUTORADIOBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_AUTORADIOBUTTON := 0x9", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_BITMAP": { | |
"prefix" : "BS", | |
"body" : "BS_BITMAP := 0x80", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_BOTTOM": { | |
"prefix" : "BS", | |
"body" : "BS_BOTTOM := 0x800", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_CENTER": { | |
"prefix" : "BS", | |
"body" : "BS_CENTER := 0x300", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_CHECKBOX": { | |
"prefix" : "BS", | |
"body" : "BS_CHECKBOX := 0x2", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_COMMANDLINK": { | |
"prefix" : "BS", | |
"body" : "BS_COMMANDLINK := 0xE", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_DEFCOMMANDLINK": { | |
"prefix" : "BS", | |
"body" : "BS_DEFCOMMANDLINK := 0xF", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_DEFPUSHBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_DEFPUSHBUTTON := 0x1", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_DEFSPLITBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_DEFSPLITBUTTON := 0xD", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_FLAT": { | |
"prefix" : "BS", | |
"body" : "BS_FLAT := 0x8000", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_GROUPBOX": { | |
"prefix" : "BS", | |
"body" : "BS_GROUPBOX := 0x7", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_ICON": { | |
"prefix" : "BS", | |
"body" : "BS_ICON := 0x40", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_LEFT": { | |
"prefix" : "BS", | |
"body" : "BS_LEFT := 0x100", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_LEFTTEXT": { | |
"prefix" : "BS", | |
"body" : "BS_LEFTTEXT := 0x20", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_MULTILINE": { | |
"prefix" : "BS", | |
"body" : "BS_MULTILINE := 0x2000", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_NOTIFY": { | |
"prefix" : "BS", | |
"body" : "BS_NOTIFY := 0x4000", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_OWNERDRAW": { | |
"prefix" : "BS", | |
"body" : "BS_OWNERDRAW := 0xB", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_PUSHBOX": { | |
"prefix" : "BS", | |
"body" : "BS_PUSHBOX := 0xA", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_PUSHBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_PUSHBUTTON := 0x0", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_PUSHLIKE": { | |
"prefix" : "BS", | |
"body" : "BS_PUSHLIKE := 0x1000", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_RADIOBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_RADIOBUTTON := 0x4", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_RIGHT": { | |
"prefix" : "BS", | |
"body" : "BS_RIGHT := 0x200", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_RIGHTBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_RIGHTBUTTON := 0x20", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_SPLITBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_SPLITBUTTON := 0xC", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_TEXT": { | |
"prefix" : "BS", | |
"body" : "BS_TEXT := 0x0", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_TOP": { | |
"prefix" : "BS", | |
"body" : "BS_TOP := 0x400", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_TYPEMASK": { | |
"prefix" : "BS", | |
"body" : "BS_TYPEMASK := 0xF", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_USERBUTTON": { | |
"prefix" : "BS", | |
"body" : "BS_USERBUTTON := 0x8", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"BS_VCENTER": { | |
"prefix" : "BS", | |
"body" : "BS_VCENTER := 0xC00", | |
"description": "Windows - GUI - Controls - Button - Styles (Button Styles)" | |
}, | |
"CB_ADDSTRING": { | |
"prefix" : "CB", | |
"body" : "CB_ADDSTRING := 0x143", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_DELETESTRING": { | |
"prefix" : "CB", | |
"body" : "CB_DELETESTRING := 0x144", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_DIR": { | |
"prefix" : "CB", | |
"body" : "CB_DIR := 0x145", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_FINDSTRING": { | |
"prefix" : "CB", | |
"body" : "CB_FINDSTRING := 0x14C", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_FINDSTRINGEXACT": { | |
"prefix" : "CB", | |
"body" : "CB_FINDSTRINGEXACT := 0x158", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETCOMBOBOXINFO": { | |
"prefix" : "CB", | |
"body" : "CB_GETCOMBOBOXINFO := 0x164", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETCOUNT": { | |
"prefix" : "CB", | |
"body" : "CB_GETCOUNT := 0x146", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETCUEBANNER": { | |
"prefix" : "CB", | |
"body" : "CB_GETCUEBANNER := 0x1704", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETCURSEL": { | |
"prefix" : "CB", | |
"body" : "CB_GETCURSEL := 0x147", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETDROPPEDCONTROLRECT": { | |
"prefix" : "CB", | |
"body" : "CB_GETDROPPEDCONTROLRECT := 0x152", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETDROPPEDSTATE": { | |
"prefix" : "CB", | |
"body" : "CB_GETDROPPEDSTATE := 0x157", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETDROPPEDWIDTH": { | |
"prefix" : "CB", | |
"body" : "CB_GETDROPPEDWIDTH := 0x15F", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETEDITSEL": { | |
"prefix" : "CB", | |
"body" : "CB_GETEDITSEL := 0x140", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETEXTENDEDUI": { | |
"prefix" : "CB", | |
"body" : "CB_GETEXTENDEDUI := 0x156", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETHORIZONTALEXTENT": { | |
"prefix" : "CB", | |
"body" : "CB_GETHORIZONTALEXTENT := 0x15D", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETITEMDATA": { | |
"prefix" : "CB", | |
"body" : "CB_GETITEMDATA := 0x150", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETITEMHEIGHT": { | |
"prefix" : "CB", | |
"body" : "CB_GETITEMHEIGHT := 0x154", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETLBTEXT": { | |
"prefix" : "CB", | |
"body" : "CB_GETLBTEXT := 0x148", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETLBTEXTLEN": { | |
"prefix" : "CB", | |
"body" : "CB_GETLBTEXTLEN := 0x149", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETLOCALE": { | |
"prefix" : "CB", | |
"body" : "CB_GETLOCALE := 0x15A", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETMINVISIBLE": { | |
"prefix" : "CB", | |
"body" : "CB_GETMINVISIBLE := 0x1702", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_GETTOPINDEX": { | |
"prefix" : "CB", | |
"body" : "CB_GETTOPINDEX := 0x15B", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_INITSTORAGE": { | |
"prefix" : "CB", | |
"body" : "CB_INITSTORAGE := 0x161", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_INSERTSTRING": { | |
"prefix" : "CB", | |
"body" : "CB_INSERTSTRING := 0x14A", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_LIMITTEXT": { | |
"prefix" : "CB", | |
"body" : "CB_LIMITTEXT := 0x141", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_MULTIPLEADDSTRING": { | |
"prefix" : "CB", | |
"body" : "CB_MULTIPLEADDSTRING := 0x163", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_RESETCONTENT": { | |
"prefix" : "CB", | |
"body" : "CB_RESETCONTENT := 0x14B", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SELECTSTRING": { | |
"prefix" : "CB", | |
"body" : "CB_SELECTSTRING := 0x14D", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETCUEBANNER": { | |
"prefix" : "CB", | |
"body" : "CB_SETCUEBANNER := 0x1703", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETCURSEL": { | |
"prefix" : "CB", | |
"body" : "CB_SETCURSEL := 0x14E", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETDROPPEDWIDTH": { | |
"prefix" : "CB", | |
"body" : "CB_SETDROPPEDWIDTH := 0x160", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETEDITSEL": { | |
"prefix" : "CB", | |
"body" : "CB_SETEDITSEL := 0x142", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETEXTENDEDUI": { | |
"prefix" : "CB", | |
"body" : "CB_SETEXTENDEDUI := 0x155", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETHORIZONTALEXTENT": { | |
"prefix" : "CB", | |
"body" : "CB_SETHORIZONTALEXTENT := 0x15E", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETITEMDATA": { | |
"prefix" : "CB", | |
"body" : "CB_SETITEMDATA := 0x151", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETITEMHEIGHT": { | |
"prefix" : "CB", | |
"body" : "CB_SETITEMHEIGHT := 0x153", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETLOCALE": { | |
"prefix" : "CB", | |
"body" : "CB_SETLOCALE := 0x159", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETMINVISIBLE": { | |
"prefix" : "CB", | |
"body" : "CB_SETMINVISIBLE := 0x1701", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SETTOPINDEX": { | |
"prefix" : "CB", | |
"body" : "CB_SETTOPINDEX := 0x15C", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CB_SHOWDROPDOWN": { | |
"prefix" : "CB", | |
"body" : "CB_SHOWDROPDOWN := 0x14F", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CBM_FIRST": { | |
"prefix" : "CBM", | |
"body" : "CBM_FIRST := 0x1700", | |
"description": "Windows - GUI - Controls - ComboBox - Messages (ComboBox Messages)" | |
}, | |
"CBN_CLOSEUP": { | |
"prefix" : "CBN", | |
"body" : "CBN_CLOSEUP := 8", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_DBLCLK": { | |
"prefix" : "CBN", | |
"body" : "CBN_DBLCLK := 2", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_DROPDOWN": { | |
"prefix" : "CBN", | |
"body" : "CBN_DROPDOWN := 7", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_EDITCHANGE": { | |
"prefix" : "CBN", | |
"body" : "CBN_EDITCHANGE := 5", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_EDITUPDATE": { | |
"prefix" : "CBN", | |
"body" : "CBN_EDITUPDATE := 6", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_ERRSPACE": { | |
"prefix" : "CBN", | |
"body" : "CBN_ERRSPACE := -1", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_KILLFOCUS": { | |
"prefix" : "CBN", | |
"body" : "CBN_KILLFOCUS := 4", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_SELCHANGE": { | |
"prefix" : "CBN", | |
"body" : "CBN_SELCHANGE := 1", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_SELENDCANCEL": { | |
"prefix" : "CBN", | |
"body" : "CBN_SELENDCANCEL := 10", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_SELENDOK": { | |
"prefix" : "CBN", | |
"body" : "CBN_SELENDOK := 9", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"CBN_SETFOCUS": { | |
"prefix" : "CBN", | |
"body" : "CBN_SETFOCUS := 3", | |
"description": "Windows - GUI - Controls - ComboBox - Notifications (ComboBox Notifications)" | |
}, | |
"DDL_ARCHIVE": { | |
"prefix" : "DDL", | |
"body" : "DDL_ARCHIVE := 0x20", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_DIRECTORY": { | |
"prefix" : "DDL", | |
"body" : "DDL_DIRECTORY := 0x10", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_DRIVES": { | |
"prefix" : "DDL", | |
"body" : "DDL_DRIVES := 0x4000", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_EXCLUSIVE": { | |
"prefix" : "DDL", | |
"body" : "DDL_EXCLUSIVE := 0x8000", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_HIDDEN": { | |
"prefix" : "DDL", | |
"body" : "DDL_HIDDEN := 0x2", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_POSTMSGS": { | |
"prefix" : "DDL", | |
"body" : "DDL_POSTMSGS := 0x2000", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_READONLY": { | |
"prefix" : "DDL", | |
"body" : "DDL_READONLY := 0x1", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_READWRITE": { | |
"prefix" : "DDL", | |
"body" : "DDL_READWRITE := 0x0", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"DDL_SYSTEM": { | |
"prefix" : "DDL", | |
"body" : "DDL_SYSTEM := 0x4", | |
"description": "Windows - GUI - Controls - ComboBox - Others - DirList (Flags for CB_DIR, LB_DIR, DlgDirList(), DlgDirListComboBox())" | |
}, | |
"CB_ERR": { | |
"prefix" : "CB", | |
"body" : "CB_ERR := -1", | |
"description": "Windows - GUI - Controls - ComboBox - Others - Return (ComboBox Return Values)" | |
}, | |
"CB_ERRSPACE": { | |
"prefix" : "CB", | |
"body" : "CB_ERRSPACE := -2", | |
"description": "Windows - GUI - Controls - ComboBox - Others - Return (ComboBox Return Values)" | |
}, | |
"CB_OKAY": { | |
"prefix" : "CB", | |
"body" : "CB_OKAY := 0", | |
"description": "Windows - GUI - Controls - ComboBox - Others - Return (ComboBox Return Values)" | |
}, | |
"CBS_AUTOHSCROLL": { | |
"prefix" : "CBS", | |
"body" : "CBS_AUTOHSCROLL := 0x40", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_DISABLENOSCROLL": { | |
"prefix" : "CBS", | |
"body" : "CBS_DISABLENOSCROLL := 0x800", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_DROPDOWN": { | |
"prefix" : "CBS", | |
"body" : "CBS_DROPDOWN := 0x2", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_DROPDOWNLIST": { | |
"prefix" : "CBS", | |
"body" : "CBS_DROPDOWNLIST := 0x3", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_HASSTRINGS": { | |
"prefix" : "CBS", | |
"body" : "CBS_HASSTRINGS := 0x200", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_LOWERCASE": { | |
"prefix" : "CBS", | |
"body" : "CBS_LOWERCASE := 0x4000", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_NOINTEGRALHEIGHT": { | |
"prefix" : "CBS", | |
"body" : "CBS_NOINTEGRALHEIGHT := 0x400", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_OEMCONVERT": { | |
"prefix" : "CBS", | |
"body" : "CBS_OEMCONVERT := 0x80", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_OWNERDRAWFIXED": { | |
"prefix" : "CBS", | |
"body" : "CBS_OWNERDRAWFIXED := 0x10", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_OWNERDRAWVARIABLE": { | |
"prefix" : "CBS", | |
"body" : "CBS_OWNERDRAWVARIABLE := 0x20", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_SIMPLE": { | |
"prefix" : "CBS", | |
"body" : "CBS_SIMPLE := 0x1", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_SORT": { | |
"prefix" : "CBS", | |
"body" : "CBS_SORT := 0x100", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CBS_UPPERCASE": { | |
"prefix" : "CBS", | |
"body" : "CBS_UPPERCASE := 0x2000", | |
"description": "Windows - GUI - Controls - ComboBox - Styles (ComboBox Styles)" | |
}, | |
"CCM_DPISCALE": { | |
"prefix" : "CCM", | |
"body" : "CCM_DPISCALE := 0x200C", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_FIRST": { | |
"prefix" : "CCM", | |
"body" : "CCM_FIRST := 0x2000", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_GETCOLORSCHEME": { | |
"prefix" : "CCM", | |
"body" : "CCM_GETCOLORSCHEME := 0x2003", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_GETDROPTARGET": { | |
"prefix" : "CCM", | |
"body" : "CCM_GETDROPTARGET := 0x2004", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_GETUNICODEFORMAT": { | |
"prefix" : "CCM", | |
"body" : "CCM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_GETVERSION": { | |
"prefix" : "CCM", | |
"body" : "CCM_GETVERSION := 0x2008", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_SETBKCOLOR": { | |
"prefix" : "CCM", | |
"body" : "CCM_SETBKCOLOR := 0x2001", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_SETCOLORSCHEME": { | |
"prefix" : "CCM", | |
"body" : "CCM_SETCOLORSCHEME := 0x2002", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_SETNOTIFYWINDOW": { | |
"prefix" : "CCM", | |
"body" : "CCM_SETNOTIFYWINDOW := 0x2009", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_SETUNICODEFORMAT": { | |
"prefix" : "CCM", | |
"body" : "CCM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_SETVERSION": { | |
"prefix" : "CCM", | |
"body" : "CCM_SETVERSION := 0x2007", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"CCM_SETWINDOWTHEME": { | |
"prefix" : "CCM", | |
"body" : "CCM_SETWINDOWTHEME := 0x200B", | |
"description": "Windows - GUI - Controls - Common Controls - Messages (Common Controls Messages)" | |
}, | |
"NM_CHAR": { | |
"prefix" : "NM", | |
"body" : "NM_CHAR := -18", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_CLICK": { | |
"prefix" : "NM", | |
"body" : "NM_CLICK := -2", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_CUSTOMDRAW": { | |
"prefix" : "NM", | |
"body" : "NM_CUSTOMDRAW := -12", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_CUSTOMTEXT": { | |
"prefix" : "NM", | |
"body" : "NM_CUSTOMTEXT := -24", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_DBLCLK": { | |
"prefix" : "NM", | |
"body" : "NM_DBLCLK := -3", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_FIRST": { | |
"prefix" : "NM", | |
"body" : "NM_FIRST := 0", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_FONTCHANGED": { | |
"prefix" : "NM", | |
"body" : "NM_FONTCHANGED := -23", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_HOVER": { | |
"prefix" : "NM", | |
"body" : "NM_HOVER := -13", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_KEYDOWN": { | |
"prefix" : "NM", | |
"body" : "NM_KEYDOWN := -15", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_KILLFOCUS": { | |
"prefix" : "NM", | |
"body" : "NM_KILLFOCUS := -8", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_LDOWN": { | |
"prefix" : "NM", | |
"body" : "NM_LDOWN := -20", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_NCHITTEST": { | |
"prefix" : "NM", | |
"body" : "NM_NCHITTEST := -14", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_OUTOFMEMORY": { | |
"prefix" : "NM", | |
"body" : "NM_OUTOFMEMORY := -1", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_RCLICK": { | |
"prefix" : "NM", | |
"body" : "NM_RCLICK := -5", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_RDBLCLK": { | |
"prefix" : "NM", | |
"body" : "NM_RDBLCLK := -6", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_RDOWN": { | |
"prefix" : "NM", | |
"body" : "NM_RDOWN := -21", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_RELEASEDCAPTURE": { | |
"prefix" : "NM", | |
"body" : "NM_RELEASEDCAPTURE := -16", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_RETURN": { | |
"prefix" : "NM", | |
"body" : "NM_RETURN := -4", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_SETCURSOR": { | |
"prefix" : "NM", | |
"body" : "NM_SETCURSOR := -17", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_SETFOCUS": { | |
"prefix" : "NM", | |
"body" : "NM_SETFOCUS := -7", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_THEMECHANGED": { | |
"prefix" : "NM", | |
"body" : "NM_THEMECHANGED := -22", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_TOOLTIPSCREATED": { | |
"prefix" : "NM", | |
"body" : "NM_TOOLTIPSCREATED := -19", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"NM_TVSTATEIMAGECHANGING": { | |
"prefix" : "NM", | |
"body" : "NM_TVSTATEIMAGECHANGING := -24", | |
"description": "Windows - GUI - Controls - Common Controls - Notifications (Common Controls Notifications)" | |
}, | |
"CDRF_DODEFAULT": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_DODEFAULT := 0x0", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_DOERASE": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_DOERASE := 0x8", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_NEWFONT": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_NEWFONT := 0x2", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_NOTIFYITEMDRAW": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_NOTIFYITEMDRAW := 0x20", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_NOTIFYPOSTERASE": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_NOTIFYPOSTERASE := 0x40", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_NOTIFYPOSTPAINT": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_NOTIFYPOSTPAINT := 0x10", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_NOTIFYSUBITEMDRAW": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_NOTIFYSUBITEMDRAW := 0x20", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_SKIPDEFAULT": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_SKIPDEFAULT := 0x4", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDRF_SKIPPOSTPAINT": { | |
"prefix" : "CDRF", | |
"body" : "CDRF_SKIPPOSTPAINT := 0x100", | |
"description": "Windows - GUI - Controls - Common Controls - Others - CustomDrawReturn (Custom Draw Return Flags)" | |
}, | |
"CDDS_ITEM": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_ITEM := 0x10000", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_ITEMPOSTERASE": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_ITEMPOSTERASE := 0x10004", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_ITEMPOSTPAINT": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_ITEMPOSTPAINT := 0x10002", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_ITEMPREERASE": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_ITEMPREERASE := 0x10003", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_ITEMPREPAINT": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_ITEMPREPAINT := 0x10001", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_POSTERASE": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_POSTERASE := 0x4", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_POSTPAINT": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_POSTPAINT := 0x2", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_PREERASE": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_PREERASE := 0x3", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_PREPAINT": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_PREPAINT := 0x1", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDDS_SUBITEM": { | |
"prefix" : "CDDS", | |
"body" : "CDDS_SUBITEM := 0x20000", | |
"description": "Windows - GUI - Controls - Common Controls - Others - DrawStage (NMCUSTOMDRAW dwDrawStage Values)" | |
}, | |
"CDIS_CHECKED": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_CHECKED := 0x8", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_DEFAULT": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_DEFAULT := 0x20", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_DISABLED": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_DISABLED := 0x4", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_DROPHILITED": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_DROPHILITED := 0x1000", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_FOCUS": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_FOCUS := 0x10", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_GRAYED": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_GRAYED := 0x2", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_HOT": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_HOT := 0x40", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_INDETERMINATE": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_INDETERMINATE := 0x100", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_MARKED": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_MARKED := 0x80", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_NEARHOT": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_NEARHOT := 0x400", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_OTHERSIDEHOT": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_OTHERSIDEHOT := 0x800", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_SELECTED": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_SELECTED := 0x1", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CDIS_SHOWKEYBOARDCUES": { | |
"prefix" : "CDIS", | |
"body" : "CDIS_SHOWKEYBOARDCUES := 0x200", | |
"description": "Windows - GUI - Controls - Common Controls - Others - ItemState (NMCUSTOMDRAW uItemState Flags)" | |
}, | |
"CCS_ADJUSTABLE": { | |
"prefix" : "CCS", | |
"body" : "CCS_ADJUSTABLE := 0x20", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_BOTTOM": { | |
"prefix" : "CCS", | |
"body" : "CCS_BOTTOM := 0x3", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_LEFT": { | |
"prefix" : "CCS", | |
"body" : "CCS_LEFT := 0x81", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_NODIVIDER": { | |
"prefix" : "CCS", | |
"body" : "CCS_NODIVIDER := 0x40", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_NOMOVEX": { | |
"prefix" : "CCS", | |
"body" : "CCS_NOMOVEX := 0x82", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_NOMOVEY": { | |
"prefix" : "CCS", | |
"body" : "CCS_NOMOVEY := 0x2", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_NOPARENTALIGN": { | |
"prefix" : "CCS", | |
"body" : "CCS_NOPARENTALIGN := 0x8", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_NORESIZE": { | |
"prefix" : "CCS", | |
"body" : "CCS_NORESIZE := 0x4", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_RIGHT": { | |
"prefix" : "CCS", | |
"body" : "CCS_RIGHT := 0x83", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_TOP": { | |
"prefix" : "CCS", | |
"body" : "CCS_TOP := 0x1", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"CCS_VERT": { | |
"prefix" : "CCS", | |
"body" : "CCS_VERT := 0x80", | |
"description": "Windows - GUI - Controls - Common Controls - Styles (Common Controls Styles)" | |
}, | |
"DTM_CLOSEMONTHCAL": { | |
"prefix" : "DTM", | |
"body" : "DTM_CLOSEMONTHCAL := 0x100D", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_FIRST": { | |
"prefix" : "DTM", | |
"body" : "DTM_FIRST := 0x1000", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETDATETIMEPICKERINFO": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETDATETIMEPICKERINFO := 0x100E", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETIDEALSIZE": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETIDEALSIZE := 0x100F", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETMCCOLOR": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETMCCOLOR := 0x1007", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETMCFONT": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETMCFONT := 0x100A", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETMCSTYLE": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETMCSTYLE := 0x100C", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETMONTHCAL": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETMONTHCAL := 0x1008", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETRANGE": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETRANGE := 0x1003", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_GETSYSTEMTIME": { | |
"prefix" : "DTM", | |
"body" : "DTM_GETSYSTEMTIME := 0x1001", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETFORMATA": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETFORMATA := 0x1005", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETFORMATW": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETFORMATW := 0x1032", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETMCCOLOR": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETMCCOLOR := 0x1006", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETMCFONT": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETMCFONT := 0x1009", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETMCSTYLE": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETMCSTYLE := 0x100B", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETRANGE": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETRANGE := 0x1004", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTM_SETSYSTEMTIME": { | |
"prefix" : "DTM", | |
"body" : "DTM_SETSYSTEMTIME := 0x1002", | |
"description": "Windows - GUI - Controls - DateTime - Messages (DateTime Messages)" | |
}, | |
"DTN_CLOSEUP": { | |
"prefix" : "DTN", | |
"body" : "DTN_CLOSEUP := -753", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_DATETIMECHANGE": { | |
"prefix" : "DTN", | |
"body" : "DTN_DATETIMECHANGE := -759", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_DROPDOWN": { | |
"prefix" : "DTN", | |
"body" : "DTN_DROPDOWN := -754", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_FIRST": { | |
"prefix" : "DTN", | |
"body" : "DTN_FIRST := -740", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_FIRST2": { | |
"prefix" : "DTN", | |
"body" : "DTN_FIRST2 := -753", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_FORMATA": { | |
"prefix" : "DTN", | |
"body" : "DTN_FORMATA := -756", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_FORMATQUERYA": { | |
"prefix" : "DTN", | |
"body" : "DTN_FORMATQUERYA := -755", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_FORMATQUERYW": { | |
"prefix" : "DTN", | |
"body" : "DTN_FORMATQUERYW := -742", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_FORMATW": { | |
"prefix" : "DTN", | |
"body" : "DTN_FORMATW := -743", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_USERSTRINGA": { | |
"prefix" : "DTN", | |
"body" : "DTN_USERSTRINGA := -758", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_USERSTRINGW": { | |
"prefix" : "DTN", | |
"body" : "DTN_USERSTRINGW := -745", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_WMKEYDOWNA": { | |
"prefix" : "DTN", | |
"body" : "DTN_WMKEYDOWNA := -757", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTN_WMKEYDOWNW": { | |
"prefix" : "DTN", | |
"body" : "DTN_WMKEYDOWNW := -744", | |
"description": "Windows - GUI - Controls - DateTime - Notifications (DateTime Notifications)" | |
}, | |
"DTS_APPCANPARSE": { | |
"prefix" : "DTS", | |
"body" : "DTS_APPCANPARSE := 0x10", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_LONGDATEFORMAT": { | |
"prefix" : "DTS", | |
"body" : "DTS_LONGDATEFORMAT := 0x4", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_RIGHTALIGN": { | |
"prefix" : "DTS", | |
"body" : "DTS_RIGHTALIGN := 0x20", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_SHORTDATECENTURYFORMAT": { | |
"prefix" : "DTS", | |
"body" : "DTS_SHORTDATECENTURYFORMAT := 0xC", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_SHORTDATEFORMAT": { | |
"prefix" : "DTS", | |
"body" : "DTS_SHORTDATEFORMAT := 0x0", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_SHOWNONE": { | |
"prefix" : "DTS", | |
"body" : "DTS_SHOWNONE := 0x2", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_TIMEFORMAT": { | |
"prefix" : "DTS", | |
"body" : "DTS_TIMEFORMAT := 0x9", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"DTS_UPDOWN": { | |
"prefix" : "DTS", | |
"body" : "DTS_UPDOWN := 0x1", | |
"description": "Windows - GUI - Controls - DateTime - Styles (DateTime Styles)" | |
}, | |
"ECM_FIRST": { | |
"prefix" : "ECM", | |
"body" : "ECM_FIRST := 0x1500", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_CANUNDO": { | |
"prefix" : "EM", | |
"body" : "EM_CANUNDO := 0xC6", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_CHARFROMPOS": { | |
"prefix" : "EM", | |
"body" : "EM_CHARFROMPOS := 0xD7", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_EMPTYUNDOBUFFER": { | |
"prefix" : "EM", | |
"body" : "EM_EMPTYUNDOBUFFER := 0xCD", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_FMTLINES": { | |
"prefix" : "EM", | |
"body" : "EM_FMTLINES := 0xC8", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETCUEBANNER": { | |
"prefix" : "EM", | |
"body" : "EM_GETCUEBANNER := 0x1502", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETFIRSTVISIBLELINE": { | |
"prefix" : "EM", | |
"body" : "EM_GETFIRSTVISIBLELINE := 0xCE", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETHANDLE": { | |
"prefix" : "EM", | |
"body" : "EM_GETHANDLE := 0xBD", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETHILITE": { | |
"prefix" : "EM", | |
"body" : "EM_GETHILITE := 0x1506", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETIMESTATUS": { | |
"prefix" : "EM", | |
"body" : "EM_GETIMESTATUS := 0xD9", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETLIMITTEXT": { | |
"prefix" : "EM", | |
"body" : "EM_GETLIMITTEXT := 0xD5", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETLINE": { | |
"prefix" : "EM", | |
"body" : "EM_GETLINE := 0xC4", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETLINECOUNT": { | |
"prefix" : "EM", | |
"body" : "EM_GETLINECOUNT := 0xBA", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETMARGINS": { | |
"prefix" : "EM", | |
"body" : "EM_GETMARGINS := 0xD4", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETMODIFY": { | |
"prefix" : "EM", | |
"body" : "EM_GETMODIFY := 0xB8", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETPASSWORDCHAR": { | |
"prefix" : "EM", | |
"body" : "EM_GETPASSWORDCHAR := 0xD2", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETRECT": { | |
"prefix" : "EM", | |
"body" : "EM_GETRECT := 0xB2", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETSEL": { | |
"prefix" : "EM", | |
"body" : "EM_GETSEL := 0xB0", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETTHUMB": { | |
"prefix" : "EM", | |
"body" : "EM_GETTHUMB := 0xBE", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_GETWORDBREAKPROC": { | |
"prefix" : "EM", | |
"body" : "EM_GETWORDBREAKPROC := 0xD1", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_HIDEBALLOONTIP": { | |
"prefix" : "EM", | |
"body" : "EM_HIDEBALLOONTIP := 0x1504", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_LIMITTEXT": { | |
"prefix" : "EM", | |
"body" : "EM_LIMITTEXT := 0xC5", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_LINEFROMCHAR": { | |
"prefix" : "EM", | |
"body" : "EM_LINEFROMCHAR := 0xC9", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_LINEINDEX": { | |
"prefix" : "EM", | |
"body" : "EM_LINEINDEX := 0xBB", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_LINELENGTH": { | |
"prefix" : "EM", | |
"body" : "EM_LINELENGTH := 0xC1", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_LINESCROLL": { | |
"prefix" : "EM", | |
"body" : "EM_LINESCROLL := 0xB6", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_POSFROMCHAR": { | |
"prefix" : "EM", | |
"body" : "EM_POSFROMCHAR := 0xD6", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_REPLACESEL": { | |
"prefix" : "EM", | |
"body" : "EM_REPLACESEL := 0xC2", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SCROLL": { | |
"prefix" : "EM", | |
"body" : "EM_SCROLL := 0xB5", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SCROLLCARET": { | |
"prefix" : "EM", | |
"body" : "EM_SCROLLCARET := 0xB7", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETCUEBANNER": { | |
"prefix" : "EM", | |
"body" : "EM_SETCUEBANNER := 0x1501", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETHANDLE": { | |
"prefix" : "EM", | |
"body" : "EM_SETHANDLE := 0xBC", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETHILITE": { | |
"prefix" : "EM", | |
"body" : "EM_SETHILITE := 0x1505", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETIMESTATUS": { | |
"prefix" : "EM", | |
"body" : "EM_SETIMESTATUS := 0xD8", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETLIMITTEXT": { | |
"prefix" : "EM", | |
"body" : "EM_SETLIMITTEXT := 0xC5", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETMARGINS": { | |
"prefix" : "EM", | |
"body" : "EM_SETMARGINS := 0xD3", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETMODIFY": { | |
"prefix" : "EM", | |
"body" : "EM_SETMODIFY := 0xB9", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETPASSWORDCHAR": { | |
"prefix" : "EM", | |
"body" : "EM_SETPASSWORDCHAR := 0xCC", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETREADONLY": { | |
"prefix" : "EM", | |
"body" : "EM_SETREADONLY := 0xCF", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETRECT": { | |
"prefix" : "EM", | |
"body" : "EM_SETRECT := 0xB3", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETRECTNP": { | |
"prefix" : "EM", | |
"body" : "EM_SETRECTNP := 0xB4", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETSEL": { | |
"prefix" : "EM", | |
"body" : "EM_SETSEL := 0xB1", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETTABSTOPS": { | |
"prefix" : "EM", | |
"body" : "EM_SETTABSTOPS := 0xCB", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SETWORDBREAKPROC": { | |
"prefix" : "EM", | |
"body" : "EM_SETWORDBREAKPROC := 0xD0", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_SHOWBALLOONTIP": { | |
"prefix" : "EM", | |
"body" : "EM_SHOWBALLOONTIP := 0x1503", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EM_UNDO": { | |
"prefix" : "EM", | |
"body" : "EM_UNDO := 0xC7", | |
"description": "Windows - GUI - Controls - Edit - Messages (Edit Messages)" | |
}, | |
"EN_ALIGN_LTR_EC": { | |
"prefix" : "EN", | |
"body" : "EN_ALIGN_LTR_EC := 0x700", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_ALIGN_RTL_EC": { | |
"prefix" : "EN", | |
"body" : "EN_ALIGN_RTL_EC := 0x701", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_CHANGE": { | |
"prefix" : "EN", | |
"body" : "EN_CHANGE := 0x300", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_ERRSPACE": { | |
"prefix" : "EN", | |
"body" : "EN_ERRSPACE := 0x500", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_HSCROLL": { | |
"prefix" : "EN", | |
"body" : "EN_HSCROLL := 0x601", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_KILLFOCUS": { | |
"prefix" : "EN", | |
"body" : "EN_KILLFOCUS := 0x200", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_MAXTEXT": { | |
"prefix" : "EN", | |
"body" : "EN_MAXTEXT := 0x501", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_SETFOCUS": { | |
"prefix" : "EN", | |
"body" : "EN_SETFOCUS := 0x100", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_UPDATE": { | |
"prefix" : "EN", | |
"body" : "EN_UPDATE := 0x400", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"EN_VSCROLL": { | |
"prefix" : "EN", | |
"body" : "EN_VSCROLL := 0x602", | |
"description": "Windows - GUI - Controls - Edit - Notifications (Edit Notifications)" | |
}, | |
"SHACF_AUTOAPPEND_FORCE_OFF": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_AUTOAPPEND_FORCE_OFF := 0x80000000", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_AUTOAPPEND_FORCE_ON": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_AUTOAPPEND_FORCE_ON := 0x40000000", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_AUTOSUGGEST_FORCE_OFF": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_AUTOSUGGEST_FORCE_OFF := 0x20000000", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_AUTOSUGGEST_FORCE_ON": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_AUTOSUGGEST_FORCE_ON := 0x10000000", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_DEFAULT": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_DEFAULT := 0x0", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_FILESYS_DIRS": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_FILESYS_DIRS := 0x20", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_FILESYS_ONLY": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_FILESYS_ONLY := 0x10", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_FILESYSTEM": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_FILESYSTEM := 0x1", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_URLALL": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_URLALL := 0x6", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_URLHISTORY": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_URLHISTORY := 0x2", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_URLMRU": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_URLMRU := 0x4", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_USETAB": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_USETAB := 0x8", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"SHACF_VIRTUAL_NAMESPACE": { | |
"prefix" : "SHACF", | |
"body" : "SHACF_VIRTUAL_NAMESPACE := 0x40", | |
"description": "Windows - GUI - Controls - Edit - Others - AutoCompletion (SHAutoComplete dwFlags)" | |
}, | |
"ACO_AUTOAPPEND": { | |
"prefix" : "ACO", | |
"body" : "ACO_AUTOAPPEND := 0x2", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_AUTOSUGGEST": { | |
"prefix" : "ACO", | |
"body" : "ACO_AUTOSUGGEST := 0x1", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_FILTERPREFIXES": { | |
"prefix" : "ACO", | |
"body" : "ACO_FILTERPREFIXES := 0x8", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_NONE": { | |
"prefix" : "ACO", | |
"body" : "ACO_NONE := 0", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_NOPREFIXFILTERING": { | |
"prefix" : "ACO", | |
"body" : "ACO_NOPREFIXFILTERING := 0x100", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_RTLREADING": { | |
"prefix" : "ACO", | |
"body" : "ACO_RTLREADING := 0x40", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_SEARCH": { | |
"prefix" : "ACO", | |
"body" : "ACO_SEARCH := 0x4", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_UPDOWNKEYDROPSLIST": { | |
"prefix" : "ACO", | |
"body" : "ACO_UPDOWNKEYDROPSLIST := 0x20", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_USETAB": { | |
"prefix" : "ACO", | |
"body" : "ACO_USETAB := 0x10", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"ACO_WORD_FILTER": { | |
"prefix" : "ACO", | |
"body" : "ACO_WORD_FILTER := 0x80", | |
"description": "Windows - GUI - Controls - Edit - Others - IAutoComplete2 (IAutoComplete2 Get/SetOptions)" | |
}, | |
"EIMES_CANCELCOMPSTRINFOCUS": { | |
"prefix" : "EIMES", | |
"body" : "EIMES_CANCELCOMPSTRINFOCUS := 0x2", | |
"description": "Windows - GUI - Controls - Edit - Others - IME Status (Parameters for EM_SETIMESTATUS)" | |
}, | |
"EIMES_COMPLETECOMPSTRKILLFOCUS": { | |
"prefix" : "EIMES", | |
"body" : "EIMES_COMPLETECOMPSTRKILLFOCUS := 0x4", | |
"description": "Windows - GUI - Controls - Edit - Others - IME Status (Parameters for EM_SETIMESTATUS)" | |
}, | |
"EIMES_GETCOMPSTRATONCE": { | |
"prefix" : "EIMES", | |
"body" : "EIMES_GETCOMPSTRATONCE := 0x1", | |
"description": "Windows - GUI - Controls - Edit - Others - IME Status (Parameters for EM_SETIMESTATUS)" | |
}, | |
"EMSIS_COMPOSITIONSTRING": { | |
"prefix" : "EMSIS", | |
"body" : "EMSIS_COMPOSITIONSTRING := 0x1", | |
"description": "Windows - GUI - Controls - Edit - Others - IME Status (Parameters for EM_SETIMESTATUS)" | |
}, | |
"EC_LEFTMARGIN": { | |
"prefix" : "EC", | |
"body" : "EC_LEFTMARGIN := 0x1", | |
"description": "Windows - GUI - Controls - Edit - Others - Margins (Parameters for EM_SETMARGINS)" | |
}, | |
"EC_RIGHTMARGIN": { | |
"prefix" : "EC", | |
"body" : "EC_RIGHTMARGIN := 0x2", | |
"description": "Windows - GUI - Controls - Edit - Others - Margins (Parameters for EM_SETMARGINS)" | |
}, | |
"EC_USEFONTINFO": { | |
"prefix" : "EC", | |
"body" : "EC_USEFONTINFO := 0xFFFF", | |
"description": "Windows - GUI - Controls - Edit - Others - Margins (Parameters for EM_SETMARGINS)" | |
}, | |
"ES_AUTOHSCROLL": { | |
"prefix" : "ES", | |
"body" : "ES_AUTOHSCROLL := 0x80", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_AUTOVSCROLL": { | |
"prefix" : "ES", | |
"body" : "ES_AUTOVSCROLL := 0x40", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_CENTER": { | |
"prefix" : "ES", | |
"body" : "ES_CENTER := 0x1", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_LEFT": { | |
"prefix" : "ES", | |
"body" : "ES_LEFT := 0x0", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_LOWERCASE": { | |
"prefix" : "ES", | |
"body" : "ES_LOWERCASE := 0x10", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_MULTILINE": { | |
"prefix" : "ES", | |
"body" : "ES_MULTILINE := 0x4", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_NOHIDESEL": { | |
"prefix" : "ES", | |
"body" : "ES_NOHIDESEL := 0x100", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_NUMBER": { | |
"prefix" : "ES", | |
"body" : "ES_NUMBER := 0x2000", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_OEMCONVERT": { | |
"prefix" : "ES", | |
"body" : "ES_OEMCONVERT := 0x400", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_PASSWORD": { | |
"prefix" : "ES", | |
"body" : "ES_PASSWORD := 0x20", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_READONLY": { | |
"prefix" : "ES", | |
"body" : "ES_READONLY := 0x800", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_RIGHT": { | |
"prefix" : "ES", | |
"body" : "ES_RIGHT := 0x2", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_UPPERCASE": { | |
"prefix" : "ES", | |
"body" : "ES_UPPERCASE := 0x8", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"ES_WANTRETURN": { | |
"prefix" : "ES", | |
"body" : "ES_WANTRETURN := 0x1000", | |
"description": "Windows - GUI - Controls - Edit - Styles (Edit Styles)" | |
}, | |
"HKM_GETHOTKEY": { | |
"prefix" : "HKM", | |
"body" : "HKM_GETHOTKEY := 0x402", | |
"description": "Windows - GUI - Controls - Hotkey - Messages (Hotkey Messages)" | |
}, | |
"HKM_SETHOTKEY": { | |
"prefix" : "HKM", | |
"body" : "HKM_SETHOTKEY := 0x401", | |
"description": "Windows - GUI - Controls - Hotkey - Messages (Hotkey Messages)" | |
}, | |
"HKM_SETRULES": { | |
"prefix" : "HKM", | |
"body" : "HKM_SETRULES := 0x403", | |
"description": "Windows - GUI - Controls - Hotkey - Messages (Hotkey Messages)" | |
}, | |
"HKCOMB_A": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_A := 0x8", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_C": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_C := 0x4", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_CA": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_CA := 0x40", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_NONE": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_NONE := 0x1", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_S": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_S := 0x2", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_SA": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_SA := 0x20", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_SC": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_SC := 0x10", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HKCOMB_SCA": { | |
"prefix" : "HKCOMB", | |
"body" : "HKCOMB_SCA := 0x80", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Invalid Keys (HKM_SETRULES: Invalid key combinations)" | |
}, | |
"HOTKEYF_ALT": { | |
"prefix" : "HOTKEYF", | |
"body" : "HOTKEYF_ALT := 0x4", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Modifiers (HKM_GET/SETHOTKEY: Modifiers)" | |
}, | |
"HOTKEYF_CONTROL": { | |
"prefix" : "HOTKEYF", | |
"body" : "HOTKEYF_CONTROL := 0x2", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Modifiers (HKM_GET/SETHOTKEY: Modifiers)" | |
}, | |
"HOTKEYF_EXT": { | |
"prefix" : "HOTKEYF", | |
"body" : "HOTKEYF_EXT := 0x8", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Modifiers (HKM_GET/SETHOTKEY: Modifiers)" | |
}, | |
"HOTKEYF_SHIFT": { | |
"prefix" : "HOTKEYF", | |
"body" : "HOTKEYF_SHIFT := 0x1", | |
"description": "Windows - GUI - Controls - Hotkey - Others - Modifiers (HKM_GET/SETHOTKEY: Modifiers)" | |
}, | |
"LM_GETIDEALHEIGHT": { | |
"prefix" : "LM", | |
"body" : "LM_GETIDEALHEIGHT := 0x701", | |
"description": "Windows - GUI - Controls - Link - Messages (Link Messages)" | |
}, | |
"LM_GETIDEALSIZE": { | |
"prefix" : "LM", | |
"body" : "LM_GETIDEALSIZE := 0x701", | |
"description": "Windows - GUI - Controls - Link - Messages (Link Messages)" | |
}, | |
"LM_GETITEM": { | |
"prefix" : "LM", | |
"body" : "LM_GETITEM := 0x703", | |
"description": "Windows - GUI - Controls - Link - Messages (Link Messages)" | |
}, | |
"LM_HITTEST": { | |
"prefix" : "LM", | |
"body" : "LM_HITTEST := 0x700", | |
"description": "Windows - GUI - Controls - Link - Messages (Link Messages)" | |
}, | |
"LM_SETITEM": { | |
"prefix" : "LM", | |
"body" : "LM_SETITEM := 0x702", | |
"description": "Windows - GUI - Controls - Link - Messages (Link Messages)" | |
}, | |
"LIF_ITEMID": { | |
"prefix" : "LIF", | |
"body" : "LIF_ITEMID := 0x4", | |
"description": "Windows - GUI - Controls - Link - Others - Mask (LITEM mask)" | |
}, | |
"LIF_ITEMINDEX": { | |
"prefix" : "LIF", | |
"body" : "LIF_ITEMINDEX := 0x1", | |
"description": "Windows - GUI - Controls - Link - Others - Mask (LITEM mask)" | |
}, | |
"LIF_STATE": { | |
"prefix" : "LIF", | |
"body" : "LIF_STATE := 0x2", | |
"description": "Windows - GUI - Controls - Link - Others - Mask (LITEM mask)" | |
}, | |
"LIF_URL": { | |
"prefix" : "LIF", | |
"body" : "LIF_URL := 0x8", | |
"description": "Windows - GUI - Controls - Link - Others - Mask (LITEM mask)" | |
}, | |
"LIS_DEFAULTCOLORS": { | |
"prefix" : "LIS", | |
"body" : "LIS_DEFAULTCOLORS := 0x10", | |
"description": "Windows - GUI - Controls - Link - Others - State (LITEM state)" | |
}, | |
"LIS_ENABLED": { | |
"prefix" : "LIS", | |
"body" : "LIS_ENABLED := 0x2", | |
"description": "Windows - GUI - Controls - Link - Others - State (LITEM state)" | |
}, | |
"LIS_FOCUSED": { | |
"prefix" : "LIS", | |
"body" : "LIS_FOCUSED := 0x1", | |
"description": "Windows - GUI - Controls - Link - Others - State (LITEM state)" | |
}, | |
"LIS_HOTTRACK": { | |
"prefix" : "LIS", | |
"body" : "LIS_HOTTRACK := 0x8", | |
"description": "Windows - GUI - Controls - Link - Others - State (LITEM state)" | |
}, | |
"LIS_VISITED": { | |
"prefix" : "LIS", | |
"body" : "LIS_VISITED := 0x4", | |
"description": "Windows - GUI - Controls - Link - Others - State (LITEM state)" | |
}, | |
"LWS_IGNORERETURN": { | |
"prefix" : "LWS", | |
"body" : "LWS_IGNORERETURN := 0x2", | |
"description": "Windows - GUI - Controls - Link - Styles (Link Styles)" | |
}, | |
"LWS_NOPREFIX": { | |
"prefix" : "LWS", | |
"body" : "LWS_NOPREFIX := 0x4", | |
"description": "Windows - GUI - Controls - Link - Styles (Link Styles)" | |
}, | |
"LWS_RIGHT": { | |
"prefix" : "LWS", | |
"body" : "LWS_RIGHT := 0x20", | |
"description": "Windows - GUI - Controls - Link - Styles (Link Styles)" | |
}, | |
"LWS_TRANSPARENT": { | |
"prefix" : "LWS", | |
"body" : "LWS_TRANSPARENT := 0x1", | |
"description": "Windows - GUI - Controls - Link - Styles (Link Styles)" | |
}, | |
"LWS_USECUSTOMTEXT": { | |
"prefix" : "LWS", | |
"body" : "LWS_USECUSTOMTEXT := 0x10", | |
"description": "Windows - GUI - Controls - Link - Styles (Link Styles)" | |
}, | |
"LWS_USEVISUALSTYLE": { | |
"prefix" : "LWS", | |
"body" : "LWS_USEVISUALSTYLE := 0x8", | |
"description": "Windows - GUI - Controls - Link - Styles (Link Styles)" | |
}, | |
"LB_ADDFILE": { | |
"prefix" : "LB", | |
"body" : "LB_ADDFILE := 0x196", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_ADDSTRING": { | |
"prefix" : "LB", | |
"body" : "LB_ADDSTRING := 0x180", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_DELETESTRING": { | |
"prefix" : "LB", | |
"body" : "LB_DELETESTRING := 0x182", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_DIR": { | |
"prefix" : "LB", | |
"body" : "LB_DIR := 0x18D", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_FINDSTRING": { | |
"prefix" : "LB", | |
"body" : "LB_FINDSTRING := 0x18F", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_FINDSTRINGEXACT": { | |
"prefix" : "LB", | |
"body" : "LB_FINDSTRINGEXACT := 0x1A2", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETANCHORINDEX": { | |
"prefix" : "LB", | |
"body" : "LB_GETANCHORINDEX := 0x19D", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETCARETINDEX": { | |
"prefix" : "LB", | |
"body" : "LB_GETCARETINDEX := 0x19F", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETCOUNT": { | |
"prefix" : "LB", | |
"body" : "LB_GETCOUNT := 0x18B", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETCURSEL": { | |
"prefix" : "LB", | |
"body" : "LB_GETCURSEL := 0x188", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETHORIZONTALEXTENT": { | |
"prefix" : "LB", | |
"body" : "LB_GETHORIZONTALEXTENT := 0x193", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETITEMDATA": { | |
"prefix" : "LB", | |
"body" : "LB_GETITEMDATA := 0x199", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETITEMHEIGHT": { | |
"prefix" : "LB", | |
"body" : "LB_GETITEMHEIGHT := 0x1A1", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETITEMRECT": { | |
"prefix" : "LB", | |
"body" : "LB_GETITEMRECT := 0x198", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETLISTBOXINFO": { | |
"prefix" : "LB", | |
"body" : "LB_GETLISTBOXINFO := 0x1B2", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETLOCALE": { | |
"prefix" : "LB", | |
"body" : "LB_GETLOCALE := 0x1A6", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETSEL": { | |
"prefix" : "LB", | |
"body" : "LB_GETSEL := 0x187", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETSELCOUNT": { | |
"prefix" : "LB", | |
"body" : "LB_GETSELCOUNT := 0x190", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETSELITEMS": { | |
"prefix" : "LB", | |
"body" : "LB_GETSELITEMS := 0x191", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETTEXT": { | |
"prefix" : "LB", | |
"body" : "LB_GETTEXT := 0x189", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETTEXTLEN": { | |
"prefix" : "LB", | |
"body" : "LB_GETTEXTLEN := 0x18A", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_GETTOPINDEX": { | |
"prefix" : "LB", | |
"body" : "LB_GETTOPINDEX := 0x18E", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_INITSTORAGE": { | |
"prefix" : "LB", | |
"body" : "LB_INITSTORAGE := 0x1A8", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_INSERTSTRING": { | |
"prefix" : "LB", | |
"body" : "LB_INSERTSTRING := 0x181", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_ITEMFROMPOINT": { | |
"prefix" : "LB", | |
"body" : "LB_ITEMFROMPOINT := 0x1A9", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_MULTIPLEADDSTRING": { | |
"prefix" : "LB", | |
"body" : "LB_MULTIPLEADDSTRING := 0x1B1", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_RESETCONTENT": { | |
"prefix" : "LB", | |
"body" : "LB_RESETCONTENT := 0x184", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SELECTSTRING": { | |
"prefix" : "LB", | |
"body" : "LB_SELECTSTRING := 0x18C", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SELITEMRANGE": { | |
"prefix" : "LB", | |
"body" : "LB_SELITEMRANGE := 0x19B", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SELITEMRANGEEX": { | |
"prefix" : "LB", | |
"body" : "LB_SELITEMRANGEEX := 0x183", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETANCHORINDEX": { | |
"prefix" : "LB", | |
"body" : "LB_SETANCHORINDEX := 0x19C", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETCARETINDEX": { | |
"prefix" : "LB", | |
"body" : "LB_SETCARETINDEX := 0x19E", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETCOLUMNWIDTH": { | |
"prefix" : "LB", | |
"body" : "LB_SETCOLUMNWIDTH := 0x195", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETCOUNT": { | |
"prefix" : "LB", | |
"body" : "LB_SETCOUNT := 0x1A7", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETCURSEL": { | |
"prefix" : "LB", | |
"body" : "LB_SETCURSEL := 0x186", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETHORIZONTALEXTENT": { | |
"prefix" : "LB", | |
"body" : "LB_SETHORIZONTALEXTENT := 0x194", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETITEMDATA": { | |
"prefix" : "LB", | |
"body" : "LB_SETITEMDATA := 0x19A", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETITEMHEIGHT": { | |
"prefix" : "LB", | |
"body" : "LB_SETITEMHEIGHT := 0x1A0", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETLOCALE": { | |
"prefix" : "LB", | |
"body" : "LB_SETLOCALE := 0x1A5", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETSEL": { | |
"prefix" : "LB", | |
"body" : "LB_SETSEL := 0x185", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETTABSTOPS": { | |
"prefix" : "LB", | |
"body" : "LB_SETTABSTOPS := 0x192", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LB_SETTOPINDEX": { | |
"prefix" : "LB", | |
"body" : "LB_SETTOPINDEX := 0x197", | |
"description": "Windows - GUI - Controls - ListBox - Messages (ListBox Messages)" | |
}, | |
"LBN_DBLCLK": { | |
"prefix" : "LBN", | |
"body" : "LBN_DBLCLK := 2", | |
"description": "Windows - GUI - Controls - ListBox - Notifications (ListBox Notifications)" | |
}, | |
"LBN_ERRSPACE": { | |
"prefix" : "LBN", | |
"body" : "LBN_ERRSPACE := -2", | |
"description": "Windows - GUI - Controls - ListBox - Notifications (ListBox Notifications)" | |
}, | |
"LBN_KILLFOCUS": { | |
"prefix" : "LBN", | |
"body" : "LBN_KILLFOCUS := 5", | |
"description": "Windows - GUI - Controls - ListBox - Notifications (ListBox Notifications)" | |
}, | |
"LBN_SELCANCEL": { | |
"prefix" : "LBN", | |
"body" : "LBN_SELCANCEL := 3", | |
"description": "Windows - GUI - Controls - ListBox - Notifications (ListBox Notifications)" | |
}, | |
"LBN_SELCHANGE": { | |
"prefix" : "LBN", | |
"body" : "LBN_SELCHANGE := 1", | |
"description": "Windows - GUI - Controls - ListBox - Notifications (ListBox Notifications)" | |
}, | |
"LBN_SETFOCUS": { | |
"prefix" : "LBN", | |
"body" : "LBN_SETFOCUS := 4", | |
"description": "Windows - GUI - Controls - ListBox - Notifications (ListBox Notifications)" | |
}, | |
"LB_ERR": { | |
"prefix" : "LB", | |
"body" : "LB_ERR := -1", | |
"description": "Windows - GUI - Controls - ListBox - Return (Listbox Return Values)" | |
}, | |
"LB_ERRSPACE": { | |
"prefix" : "LB", | |
"body" : "LB_ERRSPACE := -2", | |
"description": "Windows - GUI - Controls - ListBox - Return (Listbox Return Values)" | |
}, | |
"LB_OKAY": { | |
"prefix" : "LB", | |
"body" : "LB_OKAY := 0", | |
"description": "Windows - GUI - Controls - ListBox - Return (Listbox Return Values)" | |
}, | |
"LBS_COMBOBOX": { | |
"prefix" : "LBS", | |
"body" : "LBS_COMBOBOX := 0x8000", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_DISABLENOSCROLL": { | |
"prefix" : "LBS", | |
"body" : "LBS_DISABLENOSCROLL := 0x1000", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_EXTENDEDSEL": { | |
"prefix" : "LBS", | |
"body" : "LBS_EXTENDEDSEL := 0x800", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_HASSTRINGS": { | |
"prefix" : "LBS", | |
"body" : "LBS_HASSTRINGS := 0x40", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_MULTICOLUMN": { | |
"prefix" : "LBS", | |
"body" : "LBS_MULTICOLUMN := 0x200", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_MULTIPLESEL": { | |
"prefix" : "LBS", | |
"body" : "LBS_MULTIPLESEL := 0x8", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_NODATA": { | |
"prefix" : "LBS", | |
"body" : "LBS_NODATA := 0x2000", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_NOINTEGRALHEIGHT": { | |
"prefix" : "LBS", | |
"body" : "LBS_NOINTEGRALHEIGHT := 0x100", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_NOREDRAW": { | |
"prefix" : "LBS", | |
"body" : "LBS_NOREDRAW := 0x4", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_NOSEL": { | |
"prefix" : "LBS", | |
"body" : "LBS_NOSEL := 0x4000", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_NOTIFY": { | |
"prefix" : "LBS", | |
"body" : "LBS_NOTIFY := 0x1", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_OWNERDRAWFIXED": { | |
"prefix" : "LBS", | |
"body" : "LBS_OWNERDRAWFIXED := 0x10", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_OWNERDRAWVARIABLE": { | |
"prefix" : "LBS", | |
"body" : "LBS_OWNERDRAWVARIABLE := 0x20", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_SORT": { | |
"prefix" : "LBS", | |
"body" : "LBS_SORT := 0x2", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_STANDARD": { | |
"prefix" : "LBS", | |
"body" : "LBS_STANDARD := 0xA00003", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_USETABSTOPS": { | |
"prefix" : "LBS", | |
"body" : "LBS_USETABSTOPS := 0x80", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LBS_WANTKEYBOARDINPUT": { | |
"prefix" : "LBS", | |
"body" : "LBS_WANTKEYBOARDINPUT := 0x400", | |
"description": "Windows - GUI - Controls - ListBox - Styles (ListBox Styles)" | |
}, | |
"LVS_EX_AUTOAUTOARRANGE": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_AUTOAUTOARRANGE := 0x1000000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_AUTOCHECKSELECT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_AUTOCHECKSELECT := 0x8000000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_AUTOSIZECOLUMNS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_AUTOSIZECOLUMNS := 0x10000000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_BORDERSELECT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_BORDERSELECT := 0x8000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_CHECKBOXES": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_CHECKBOXES := 0x4", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_COLUMNOVERFLOW": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_COLUMNOVERFLOW := 0x80000000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_COLUMNSNAPPOINTS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_COLUMNSNAPPOINTS := 0x40000000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_DOUBLEBUFFER": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_DOUBLEBUFFER := 0x10000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_FLATSB": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_FLATSB := 0x100", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_FULLROWSELECT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_FULLROWSELECT := 0x20", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_GRIDLINES": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_GRIDLINES := 0x1", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_HEADERDRAGDROP": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_HEADERDRAGDROP := 0x10", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_HEADERINALLVIEWS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_HEADERINALLVIEWS := 0x2000000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_HIDELABELS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_HIDELABELS := 0x20000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_INFOTIP": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_INFOTIP := 0x400", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_JUSTIFYCOLUMNS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_JUSTIFYCOLUMNS := 0x200000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_LABELTIP": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_LABELTIP := 0x4000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_MULTIWORKAREAS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_MULTIWORKAREAS := 0x2000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_ONECLICKACTIVATE": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_ONECLICKACTIVATE := 0x40", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_REGIONAL": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_REGIONAL := 0x200", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_SIMPLESELECT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_SIMPLESELECT := 0x100000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_SINGLEROW": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_SINGLEROW := 0x40000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_SNAPTOGRID": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_SNAPTOGRID := 0x80000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_SUBITEMIMAGES": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_SUBITEMIMAGES := 0x2", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_TRACKSELECT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_TRACKSELECT := 0x8", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_TRANSPARENTBKGND": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_TRANSPARENTBKGND := 0x400000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_TRANSPARENTSHADOWTEXT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_TRANSPARENTSHADOWTEXT := 0x800000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_TWOCLICKACTIVATE": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_TWOCLICKACTIVATE := 0x80", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_UNDERLINECOLD": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_UNDERLINECOLD := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"LVS_EX_UNDERLINEHOT": { | |
"prefix" : "LVS", | |
"body" : "LVS_EX_UNDERLINEHOT := 0x800", | |
"description": "Windows - GUI - Controls - ListView - ExStyles (ListView Extended Styles)" | |
}, | |
"HDM_CLEARFILTER": { | |
"prefix" : "HDM", | |
"body" : "HDM_CLEARFILTER := 0x1218", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_CREATEDRAGIMAGE": { | |
"prefix" : "HDM", | |
"body" : "HDM_CREATEDRAGIMAGE := 0x1210", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_DELETEITEM": { | |
"prefix" : "HDM", | |
"body" : "HDM_DELETEITEM := 0x1202", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_EDITFILTER": { | |
"prefix" : "HDM", | |
"body" : "HDM_EDITFILTER := 0x1217", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_FIRST": { | |
"prefix" : "HDM", | |
"body" : "HDM_FIRST := 0x1200", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETBITMAPMARGIN": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETBITMAPMARGIN := 0x1215", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETFOCUSEDITEM": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETFOCUSEDITEM := 0x121B", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETIMAGELIST": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETIMAGELIST := 0x1209", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETITEMA": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETITEMA := 0x1203", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETITEMCOUNT": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETITEMCOUNT := 0x1200", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETITEMDROPDOWNRECT": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETITEMDROPDOWNRECT := 0x1219", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETITEMRECT": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETITEMRECT := 0x1207", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETITEMW": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETITEMW := 0x120B", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETORDERARRAY": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETORDERARRAY := 0x1211", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETOVERFLOWRECT": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETOVERFLOWRECT := 0x121A", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_GETUNICODEFORMAT": { | |
"prefix" : "HDM", | |
"body" : "HDM_GETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_HITTEST": { | |
"prefix" : "HDM", | |
"body" : "HDM_HITTEST := 0x1206", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_INSERTITEMA": { | |
"prefix" : "HDM", | |
"body" : "HDM_INSERTITEMA := 0x1201", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_INSERTITEMW": { | |
"prefix" : "HDM", | |
"body" : "HDM_INSERTITEMW := 0x120A", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_LAYOUT": { | |
"prefix" : "HDM", | |
"body" : "HDM_LAYOUT := 0x1205", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_ORDERTOINDEX": { | |
"prefix" : "HDM", | |
"body" : "HDM_ORDERTOINDEX := 0x120F", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETBITMAPMARGIN": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETBITMAPMARGIN := 0x1214", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETFILTERCHANGETIMEOUT": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETFILTERCHANGETIMEOUT := 0x1216", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETFOCUSEDITEM": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETFOCUSEDITEM := 0x121C", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETHOTDIVIDER": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETHOTDIVIDER := 0x1213", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETIMAGELIST": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETIMAGELIST := 0x1208", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETITEMA": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETITEMA := 0x1204", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETITEMW": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETITEMW := 0x120C", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETORDERARRAY": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETORDERARRAY := 0x1212", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDM_SETUNICODEFORMAT": { | |
"prefix" : "HDM", | |
"body" : "HDM_SETUNICODEFORMAT := 0x2004", | |
"description": "Windows - GUI - Controls - ListView - Header - Messages (Header Messages)" | |
}, | |
"HDN_BEGINDRAG": { | |
"prefix" : "HDN", | |
"body" : "HDN_BEGINDRAG := -310", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_BEGINFILTEREDIT": { | |
"prefix" : "HDN", | |
"body" : "HDN_BEGINFILTEREDIT := -314", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_BEGINTRACKA": { | |
"prefix" : "HDN", | |
"body" : "HDN_BEGINTRACKA := -306", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_BEGINTRACKW": { | |
"prefix" : "HDN", | |
"body" : "HDN_BEGINTRACKW := -326", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_DIVIDERDBLCLICKA": { | |
"prefix" : "HDN", | |
"body" : "HDN_DIVIDERDBLCLICKA := -305", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_DIVIDERDBLCLICKW": { | |
"prefix" : "HDN", | |
"body" : "HDN_DIVIDERDBLCLICKW := -325", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_DROPDOWN": { | |
"prefix" : "HDN", | |
"body" : "HDN_DROPDOWN := -318", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ENDDRAG": { | |
"prefix" : "HDN", | |
"body" : "HDN_ENDDRAG := -311", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ENDFILTEREDIT": { | |
"prefix" : "HDN", | |
"body" : "HDN_ENDFILTEREDIT := -315", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ENDTRACKA": { | |
"prefix" : "HDN", | |
"body" : "HDN_ENDTRACKA := -307", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ENDTRACKW": { | |
"prefix" : "HDN", | |
"body" : "HDN_ENDTRACKW := -327", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_FILTERBTNCLICK": { | |
"prefix" : "HDN", | |
"body" : "HDN_FILTERBTNCLICK := -313", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_FILTERCHANGE": { | |
"prefix" : "HDN", | |
"body" : "HDN_FILTERCHANGE := -312", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_FIRST": { | |
"prefix" : "HDN", | |
"body" : "HDN_FIRST := -300", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_GETDISPINFOA": { | |
"prefix" : "HDN", | |
"body" : "HDN_GETDISPINFOA := -309", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_GETDISPINFOW": { | |
"prefix" : "HDN", | |
"body" : "HDN_GETDISPINFOW := -329", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMCHANGEDA": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMCHANGEDA := -301", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMCHANGEDW": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMCHANGEDW := -321", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMCHANGINGA": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMCHANGINGA := -300", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMCHANGINGW": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMCHANGINGW := -320", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMCLICKA": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMCLICKA := -302", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMCLICKW": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMCLICKW := -322", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMDBLCLICKA": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMDBLCLICKA := -303", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMDBLCLICKW": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMDBLCLICKW := -323", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMKEYDOWN": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMKEYDOWN := -317", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_ITEMSTATEICONCLICK": { | |
"prefix" : "HDN", | |
"body" : "HDN_ITEMSTATEICONCLICK := -316", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_OVERFLOWCLICK": { | |
"prefix" : "HDN", | |
"body" : "HDN_OVERFLOWCLICK := -319", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_TRACKA": { | |
"prefix" : "HDN", | |
"body" : "HDN_TRACKA := -308", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDN_TRACKW": { | |
"prefix" : "HDN", | |
"body" : "HDN_TRACKW := -328", | |
"description": "Windows - GUI - Controls - ListView - Header - Notifications (Header Notifications)" | |
}, | |
"HDF_BITMAP": { | |
"prefix" : "HDF", | |
"body" : "HDF_BITMAP := 0x2000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_BITMAP_ON_RIGHT": { | |
"prefix" : "HDF", | |
"body" : "HDF_BITMAP_ON_RIGHT := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_CENTER": { | |
"prefix" : "HDF", | |
"body" : "HDF_CENTER := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_CHECKBOX": { | |
"prefix" : "HDF", | |
"body" : "HDF_CHECKBOX := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_CHECKED": { | |
"prefix" : "HDF", | |
"body" : "HDF_CHECKED := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_FIXEDWIDTH": { | |
"prefix" : "HDF", | |
"body" : "HDF_FIXEDWIDTH := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_IMAGE": { | |
"prefix" : "HDF", | |
"body" : "HDF_IMAGE := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_JUSTIFYMASK": { | |
"prefix" : "HDF", | |
"body" : "HDF_JUSTIFYMASK := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_LEFT": { | |
"prefix" : "HDF", | |
"body" : "HDF_LEFT := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_OWNERDRAW": { | |
"prefix" : "HDF", | |
"body" : "HDF_OWNERDRAW := 0x8000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_RIGHT": { | |
"prefix" : "HDF", | |
"body" : "HDF_RIGHT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_RTLREADING": { | |
"prefix" : "HDF", | |
"body" : "HDF_RTLREADING := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_SORTDOWN": { | |
"prefix" : "HDF", | |
"body" : "HDF_SORTDOWN := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_SORTUP": { | |
"prefix" : "HDF", | |
"body" : "HDF_SORTUP := 0x400", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_SPLITBUTTON": { | |
"prefix" : "HDF", | |
"body" : "HDF_SPLITBUTTON := 0x1000000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDF_STRING": { | |
"prefix" : "HDF", | |
"body" : "HDF_STRING := 0x4000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Format (HDITEM fmt)" | |
}, | |
"HDSIL_NORMAL": { | |
"prefix" : "HDSIL", | |
"body" : "HDSIL_NORMAL := 0", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - GetImageList (HDM_GETIMAGELIST wParam)" | |
}, | |
"HDSIL_STATE": { | |
"prefix" : "HDSIL", | |
"body" : "HDSIL_STATE := 1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - GetImageList (HDM_GETIMAGELIST wParam)" | |
}, | |
"HHT_ABOVE": { | |
"prefix" : "HHT", | |
"body" : "HHT_ABOVE := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_BELOW": { | |
"prefix" : "HHT", | |
"body" : "HHT_BELOW := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_NOWHERE": { | |
"prefix" : "HHT", | |
"body" : "HHT_NOWHERE := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONDIVIDER": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONDIVIDER := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONDIVOPEN": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONDIVOPEN := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONDROPDOWN": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONDROPDOWN := 0x2000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONFILTER": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONFILTER := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONFILTERBUTTON": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONFILTERBUTTON := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONHEADER": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONHEADER := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONITEMSTATEICON": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONITEMSTATEICON := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_ONOVERFLOW": { | |
"prefix" : "HHT", | |
"body" : "HHT_ONOVERFLOW := 0x4000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_TOLEFT": { | |
"prefix" : "HHT", | |
"body" : "HHT_TOLEFT := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HHT_TORIGHT": { | |
"prefix" : "HHT", | |
"body" : "HHT_TORIGHT := 0x400", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - HitTest (HDHITTESTINFO flags)" | |
}, | |
"HDI_BITMAP": { | |
"prefix" : "HDI", | |
"body" : "HDI_BITMAP := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_DI_SETITEM": { | |
"prefix" : "HDI", | |
"body" : "HDI_DI_SETITEM := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_FILTER": { | |
"prefix" : "HDI", | |
"body" : "HDI_FILTER := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_FORMAT": { | |
"prefix" : "HDI", | |
"body" : "HDI_FORMAT := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_HEIGHT": { | |
"prefix" : "HDI", | |
"body" : "HDI_HEIGHT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_IMAGE": { | |
"prefix" : "HDI", | |
"body" : "HDI_IMAGE := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_LPARAM": { | |
"prefix" : "HDI", | |
"body" : "HDI_LPARAM := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_ORDER": { | |
"prefix" : "HDI", | |
"body" : "HDI_ORDER := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_STATE": { | |
"prefix" : "HDI", | |
"body" : "HDI_STATE := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_TEXT": { | |
"prefix" : "HDI", | |
"body" : "HDI_TEXT := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDI_WIDTH": { | |
"prefix" : "HDI", | |
"body" : "HDI_WIDTH := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Mask (HDITEM mask)" | |
}, | |
"HDIS_FOCUSED": { | |
"prefix" : "HDIS", | |
"body" : "HDIS_FOCUSED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - State (HDITEM state)" | |
}, | |
"HDFT_HASNOVALUE": { | |
"prefix" : "HDFT", | |
"body" : "HDFT_HASNOVALUE := 0x8000", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Type (HDITEM type)" | |
}, | |
"HDFT_ISDATE": { | |
"prefix" : "HDFT", | |
"body" : "HDFT_ISDATE := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Type (HDITEM type)" | |
}, | |
"HDFT_ISNUMBER": { | |
"prefix" : "HDFT", | |
"body" : "HDFT_ISNUMBER := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Type (HDITEM type)" | |
}, | |
"HDFT_ISSTRING": { | |
"prefix" : "HDFT", | |
"body" : "HDFT_ISSTRING := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Header - Others - Type (HDITEM type)" | |
}, | |
"HDS_BUTTONS": { | |
"prefix" : "HDS", | |
"body" : "HDS_BUTTONS := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_CHECKBOXES": { | |
"prefix" : "HDS", | |
"body" : "HDS_CHECKBOXES := 0x400", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_DRAGDROP": { | |
"prefix" : "HDS", | |
"body" : "HDS_DRAGDROP := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_FILTERBAR": { | |
"prefix" : "HDS", | |
"body" : "HDS_FILTERBAR := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_FLAT": { | |
"prefix" : "HDS", | |
"body" : "HDS_FLAT := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_FULLDRAG": { | |
"prefix" : "HDS", | |
"body" : "HDS_FULLDRAG := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_HIDDEN": { | |
"prefix" : "HDS", | |
"body" : "HDS_HIDDEN := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_HORZ": { | |
"prefix" : "HDS", | |
"body" : "HDS_HORZ := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_HOTTRACK": { | |
"prefix" : "HDS", | |
"body" : "HDS_HOTTRACK := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_NOSIZING": { | |
"prefix" : "HDS", | |
"body" : "HDS_NOSIZING := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"HDS_OVERFLOW": { | |
"prefix" : "HDS", | |
"body" : "HDS_OVERFLOW := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Header - Styles (Header Styles)" | |
}, | |
"LVM_APPROXIMATEVIEWRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_APPROXIMATEVIEWRECT := 0x1040", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_ARRANGE": { | |
"prefix" : "LVM", | |
"body" : "LVM_ARRANGE := 0x1016", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_CANCELEDITLABEL": { | |
"prefix" : "LVM", | |
"body" : "LVM_CANCELEDITLABEL := 0x10B3", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_CREATEDRAGIMAGE": { | |
"prefix" : "LVM", | |
"body" : "LVM_CREATEDRAGIMAGE := 0x1021", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_DELETEALLITEMS": { | |
"prefix" : "LVM", | |
"body" : "LVM_DELETEALLITEMS := 0x1009", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_DELETECOLUMN": { | |
"prefix" : "LVM", | |
"body" : "LVM_DELETECOLUMN := 0x101C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_DELETEITEM": { | |
"prefix" : "LVM", | |
"body" : "LVM_DELETEITEM := 0x1008", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_EDITLABELA": { | |
"prefix" : "LVM", | |
"body" : "LVM_EDITLABELA := 0x1017", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_EDITLABELW": { | |
"prefix" : "LVM", | |
"body" : "LVM_EDITLABELW := 0x1076", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_ENABLEGROUPVIEW": { | |
"prefix" : "LVM", | |
"body" : "LVM_ENABLEGROUPVIEW := 0x109D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_ENSUREVISIBLE": { | |
"prefix" : "LVM", | |
"body" : "LVM_ENSUREVISIBLE := 0x1013", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_FINDITEMA": { | |
"prefix" : "LVM", | |
"body" : "LVM_FINDITEMA := 0x100D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_FINDITEMW": { | |
"prefix" : "LVM", | |
"body" : "LVM_FINDITEMW := 0x1053", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_FIRST": { | |
"prefix" : "LVM", | |
"body" : "LVM_FIRST := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETBKCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETBKCOLOR := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETBKIMAGEA": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETBKIMAGEA := 0x1045", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETBKIMAGEW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETBKIMAGEW := 0x108B", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETCALLBACKMASK": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETCALLBACKMASK := 0x100A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETCOLUMNA": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETCOLUMNA := 0x1019", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETCOLUMNORDERARRAY": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETCOLUMNORDERARRAY := 0x103B", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETCOLUMNW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETCOLUMNW := 0x105F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETCOLUMNWIDTH": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETCOLUMNWIDTH := 0x101D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETCOUNTPERPAGE": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETCOUNTPERPAGE := 0x1028", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETEDITCONTROL": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETEDITCONTROL := 0x1018", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETEMPTYTEXT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETEMPTYTEXT := 0x10CC", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETEXTENDEDLISTVIEWSTYLE": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETEXTENDEDLISTVIEWSTYLE := 0x1037", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETFOCUSEDGROUP": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETFOCUSEDGROUP := 0x105D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETFOOTERINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETFOOTERINFO := 0x10CE", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETFOOTERITEM": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETFOOTERITEM := 0x10D0", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETFOOTERITEMRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETFOOTERITEMRECT := 0x10CF", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETFOOTERRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETFOOTERRECT := 0x10CD", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETGROUPCOUNT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETGROUPCOUNT := 0x1098", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETGROUPINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETGROUPINFO := 0x1095", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETGROUPINFOBYINDEX": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETGROUPINFOBYINDEX := 0x1099", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETGROUPMETRICS": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETGROUPMETRICS := 0x109C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETGROUPRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETGROUPRECT := 0x1062", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETGROUPSTATE": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETGROUPSTATE := 0x105C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETHEADER": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETHEADER := 0x101F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETHOTCURSOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETHOTCURSOR := 0x103F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETHOTITEM": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETHOTITEM := 0x103D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETHOVERTIME": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETHOVERTIME := 0x1048", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETIMAGELIST": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETIMAGELIST := 0x1002", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETINSERTMARK": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETINSERTMARK := 0x10A7", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETINSERTMARKCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETINSERTMARKCOLOR := 0x10AB", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETINSERTMARKRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETINSERTMARKRECT := 0x10A9", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETISEARCHSTRINGA": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETISEARCHSTRINGA := 0x1034", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETISEARCHSTRINGW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETISEARCHSTRINGW := 0x1075", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMA": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMA := 0x1005", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMCOUNT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMCOUNT := 0x1004", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMINDEXRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMINDEXRECT := 0x10D1", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMPOSITION": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMPOSITION := 0x1010", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMRECT := 0x100E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMSPACING": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMSPACING := 0x1033", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMSTATE": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMSTATE := 0x102C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMTEXTA": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMTEXTA := 0x102D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMTEXTW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMTEXTW := 0x1073", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETITEMW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETITEMW := 0x104B", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETNEXTITEM": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETNEXTITEM := 0x100C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETNEXTITEMINDEX": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETNEXTITEMINDEX := 0x10D3", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETNUMBEROFWORKAREAS": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETNUMBEROFWORKAREAS := 0x1049", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETORIGIN": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETORIGIN := 0x1029", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETOUTLINECOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETOUTLINECOLOR := 0x10B0", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETSELECTEDCOLUMN": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETSELECTEDCOLUMN := 0x10AE", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETSELECTEDCOUNT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETSELECTEDCOUNT := 0x1032", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETSELECTIONMARK": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETSELECTIONMARK := 0x1042", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETSTRINGWIDTHA": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETSTRINGWIDTHA := 0x1011", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETSTRINGWIDTHW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETSTRINGWIDTHW := 0x1057", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETSUBITEMRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETSUBITEMRECT := 0x1038", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETTEXTBKCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETTEXTBKCOLOR := 0x1025", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETTEXTCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETTEXTCOLOR := 0x1023", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETTILEINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETTILEINFO := 0x10A5", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETTILEVIEWINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETTILEVIEWINFO := 0x10A3", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETTOOLTIPS": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETTOOLTIPS := 0x104E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETTOPINDEX": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETTOPINDEX := 0x1027", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETUNICODEFORMAT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETVIEW": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETVIEW := 0x108F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETVIEWRECT": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETVIEWRECT := 0x1022", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_GETWORKAREAS": { | |
"prefix" : "LVM", | |
"body" : "LVM_GETWORKAREAS := 0x1046", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_HASGROUP": { | |
"prefix" : "LVM", | |
"body" : "LVM_HASGROUP := 0x10A1", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_HITTEST": { | |
"prefix" : "LVM", | |
"body" : "LVM_HITTEST := 0x1012", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTCOLUMNA": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTCOLUMNA := 0x1019", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTCOLUMNW": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTCOLUMNW := 0x1061", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTGROUP": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTGROUP := 0x1091", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTGROUPSORTED": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTGROUPSORTED := 0x109F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTITEMA": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTITEMA := 0x1007", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTITEMW": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTITEMW := 0x104D", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_INSERTMARKHITTEST": { | |
"prefix" : "LVM", | |
"body" : "LVM_INSERTMARKHITTEST := 0x10A8", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_ISGROUPVIEWENABLED": { | |
"prefix" : "LVM", | |
"body" : "LVM_ISGROUPVIEWENABLED := 0x10AF", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_ISITEMVISIBLE": { | |
"prefix" : "LVM", | |
"body" : "LVM_ISITEMVISIBLE := 0x10B6", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_MAPIDTOINDEX": { | |
"prefix" : "LVM", | |
"body" : "LVM_MAPIDTOINDEX := 0x10B5", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_MAPINDEXTOID": { | |
"prefix" : "LVM", | |
"body" : "LVM_MAPINDEXTOID := 0x10B4", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_MOVEGROUP": { | |
"prefix" : "LVM", | |
"body" : "LVM_MOVEGROUP := 0x1097", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_MOVEITEMTOGROUP": { | |
"prefix" : "LVM", | |
"body" : "LVM_MOVEITEMTOGROUP := 0x109A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_REDRAWITEMS": { | |
"prefix" : "LVM", | |
"body" : "LVM_REDRAWITEMS := 0x1015", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_REMOVEALLGROUPS": { | |
"prefix" : "LVM", | |
"body" : "LVM_REMOVEALLGROUPS := 0x10A0", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_REMOVEGROUP": { | |
"prefix" : "LVM", | |
"body" : "LVM_REMOVEGROUP := 0x1096", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SCROLL": { | |
"prefix" : "LVM", | |
"body" : "LVM_SCROLL := 0x1014", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETBKCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETBKCOLOR := 0x1001", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETBKIMAGEA": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETBKIMAGEA := 0x1044", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETBKIMAGEW": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETBKIMAGEW := 0x108A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETCALLBACKMASK": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETCALLBACKMASK := 0x100B", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETCOLUMNA": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETCOLUMNA := 0x101A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETCOLUMNORDERARRAY": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETCOLUMNORDERARRAY := 0x103A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETCOLUMNW": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETCOLUMNW := 0x1060", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETCOLUMNWIDTH": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETCOLUMNWIDTH := 0x101E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETEXTENDEDLISTVIEWSTYLE": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETEXTENDEDLISTVIEWSTYLE := 0x1036", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETGROUPINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETGROUPINFO := 0x1093", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETGROUPMETRICS": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETGROUPMETRICS := 0x109B", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETHOTCURSOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETHOTCURSOR := 0x103E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETHOTITEM": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETHOTITEM := 0x103C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETHOVERTIME": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETHOVERTIME := 0x1047", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETICONSPACING": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETICONSPACING := 0x1035", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETIMAGELIST": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETIMAGELIST := 0x1003", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETINFOTIP": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETINFOTIP := 0x10AD", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETINSERTMARK": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETINSERTMARK := 0x10A6", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETINSERTMARKCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETINSERTMARKCOLOR := 0x10AA", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMA": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMA := 0x1006", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMCOUNT": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMCOUNT := 0x102F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMINDEXSTATE": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMINDEXSTATE := 0x10D2", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMPOSITION": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMPOSITION := 0x100F", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMPOSITION32": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMPOSITION32 := 0x1031", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMSTATE": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMSTATE := 0x102B", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMTEXTA": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMTEXTA := 0x102E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMTEXTW": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMTEXTW := 0x1074", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETITEMW": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETITEMW := 0x104C", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETOUTLINECOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETOUTLINECOLOR := 0x10B1", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETSELECTIONMARK": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETSELECTIONMARK := 0x1043", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETTEXTBKCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETTEXTBKCOLOR := 0x1026", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETTEXTCOLOR": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETTEXTCOLOR := 0x1024", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETTILEINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETTILEINFO := 0x10A4", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETTILEVIEWINFO": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETTILEVIEWINFO := 0x10A2", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETTOOLTIPS": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETTOOLTIPS := 0x104A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETUNICODEFORMAT": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETVIEW": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETVIEW := 0x108E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SETWORKAREAS": { | |
"prefix" : "LVM", | |
"body" : "LVM_SETWORKAREAS := 0x1041", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SORTGROUPS": { | |
"prefix" : "LVM", | |
"body" : "LVM_SORTGROUPS := 0x109E", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SORTITEMS": { | |
"prefix" : "LVM", | |
"body" : "LVM_SORTITEMS := 0x1030", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SORTITEMSEX": { | |
"prefix" : "LVM", | |
"body" : "LVM_SORTITEMSEX := 0x1051", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_SUBITEMHITTEST": { | |
"prefix" : "LVM", | |
"body" : "LVM_SUBITEMHITTEST := 0x1039", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVM_UPDATE": { | |
"prefix" : "LVM", | |
"body" : "LVM_UPDATE := 0x102A", | |
"description": "Windows - GUI - Controls - ListView - Messages (ListView Messages)" | |
}, | |
"LVN_BEGINDRAG": { | |
"prefix" : "LVN", | |
"body" : "LVN_BEGINDRAG := -109", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_BEGINLABELEDITA": { | |
"prefix" : "LVN", | |
"body" : "LVN_BEGINLABELEDITA := -105", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_BEGINLABELEDITW": { | |
"prefix" : "LVN", | |
"body" : "LVN_BEGINLABELEDITW := -175", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_BEGINRDRAG": { | |
"prefix" : "LVN", | |
"body" : "LVN_BEGINRDRAG := -111", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_BEGINSCROLL": { | |
"prefix" : "LVN", | |
"body" : "LVN_BEGINSCROLL := -180", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_COLUMNCLICK": { | |
"prefix" : "LVN", | |
"body" : "LVN_COLUMNCLICK := -108", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_COLUMNDROPDOWN": { | |
"prefix" : "LVN", | |
"body" : "LVN_COLUMNDROPDOWN := -164", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_COLUMNOVERFLOWCLICK": { | |
"prefix" : "LVN", | |
"body" : "LVN_COLUMNOVERFLOWCLICK := -166", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_DELETEALLITEMS": { | |
"prefix" : "LVN", | |
"body" : "LVN_DELETEALLITEMS := -104", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_DELETEITEM": { | |
"prefix" : "LVN", | |
"body" : "LVN_DELETEITEM := -103", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ENDLABELEDITA": { | |
"prefix" : "LVN", | |
"body" : "LVN_ENDLABELEDITA := -106", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ENDLABELEDITW": { | |
"prefix" : "LVN", | |
"body" : "LVN_ENDLABELEDITW := -176", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ENDSCROLL": { | |
"prefix" : "LVN", | |
"body" : "LVN_ENDSCROLL := -181", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_FIRST": { | |
"prefix" : "LVN", | |
"body" : "LVN_FIRST := -100", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_GETDISPINFOA": { | |
"prefix" : "LVN", | |
"body" : "LVN_GETDISPINFOA := -150", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_GETDISPINFOW": { | |
"prefix" : "LVN", | |
"body" : "LVN_GETDISPINFOW := -177", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_GETEMPTYMARKUP": { | |
"prefix" : "LVN", | |
"body" : "LVN_GETEMPTYMARKUP := -187", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_GETINFOTIPA": { | |
"prefix" : "LVN", | |
"body" : "LVN_GETINFOTIPA := -157", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_GETINFOTIPW": { | |
"prefix" : "LVN", | |
"body" : "LVN_GETINFOTIPW := -158", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_HOTTRACK": { | |
"prefix" : "LVN", | |
"body" : "LVN_HOTTRACK := -121", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_INCREMENTALSEARCHA": { | |
"prefix" : "LVN", | |
"body" : "LVN_INCREMENTALSEARCHA := -162", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_INCREMENTALSEARCHW": { | |
"prefix" : "LVN", | |
"body" : "LVN_INCREMENTALSEARCHW := -163", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_INSERTITEM": { | |
"prefix" : "LVN", | |
"body" : "LVN_INSERTITEM := -102", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ITEMACTIVATE": { | |
"prefix" : "LVN", | |
"body" : "LVN_ITEMACTIVATE := -114", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ITEMCHANGED": { | |
"prefix" : "LVN", | |
"body" : "LVN_ITEMCHANGED := -101", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ITEMCHANGING": { | |
"prefix" : "LVN", | |
"body" : "LVN_ITEMCHANGING := -100", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_KEYDOWN": { | |
"prefix" : "LVN", | |
"body" : "LVN_KEYDOWN := -155", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_LINKCLICK": { | |
"prefix" : "LVN", | |
"body" : "LVN_LINKCLICK := -184", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_MARQUEEBEGIN": { | |
"prefix" : "LVN", | |
"body" : "LVN_MARQUEEBEGIN := -156", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ODCACHEHINT": { | |
"prefix" : "LVN", | |
"body" : "LVN_ODCACHEHINT := -113", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ODFINDITEMA": { | |
"prefix" : "LVN", | |
"body" : "LVN_ODFINDITEMA := -152", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ODFINDITEMW": { | |
"prefix" : "LVN", | |
"body" : "LVN_ODFINDITEMW := -179", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_ODSTATECHANGED": { | |
"prefix" : "LVN", | |
"body" : "LVN_ODSTATECHANGED := -115", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_SETDISPINFOA": { | |
"prefix" : "LVN", | |
"body" : "LVN_SETDISPINFOA := -151", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVN_SETDISPINFOW": { | |
"prefix" : "LVN", | |
"body" : "LVN_SETDISPINFOW := -178", | |
"description": "Windows - GUI - Controls - ListView - Notifications (ListView Notifications)" | |
}, | |
"LVA_ALIGNLEFT": { | |
"prefix" : "LVA", | |
"body" : "LVA_ALIGNLEFT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - Arrange (LVM_ARRANGE)" | |
}, | |
"LVA_ALIGNTOP": { | |
"prefix" : "LVA", | |
"body" : "LVA_ALIGNTOP := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - Arrange (LVM_ARRANGE)" | |
}, | |
"LVA_DEFAULT": { | |
"prefix" : "LVA", | |
"body" : "LVA_DEFAULT := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - Arrange (LVM_ARRANGE)" | |
}, | |
"LVA_SNAPTOGRID": { | |
"prefix" : "LVA", | |
"body" : "LVA_SNAPTOGRID := 0x5", | |
"description": "Windows - GUI - Controls - ListView - Others - Arrange (LVM_ARRANGE)" | |
}, | |
"LVBKIF_FLAG_ALPHABLEND": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_FLAG_ALPHABLEND := 0x20000000", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_FLAG_TILEOFFSET": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_FLAG_TILEOFFSET := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_SOURCE_HBITMAP": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_SOURCE_HBITMAP := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_SOURCE_MASK": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_SOURCE_MASK := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_SOURCE_NONE": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_SOURCE_NONE := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_SOURCE_URL": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_SOURCE_URL := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_STYLE_MASK": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_STYLE_MASK := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_STYLE_NORMAL": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_STYLE_NORMAL := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_STYLE_TILE": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_STYLE_TILE := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVBKIF_TYPE_WATERMARK": { | |
"prefix" : "LVBKIF", | |
"body" : "LVBKIF_TYPE_WATERMARK := 0x10000000", | |
"description": "Windows - GUI - Controls - ListView - Others - BKImage (LVBKIMAGE ulFlags)" | |
}, | |
"LVCFMT_BITMAP_ON_RIGHT": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_BITMAP_ON_RIGHT := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_CENTER": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_CENTER := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_COL_HAS_IMAGES": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_COL_HAS_IMAGES := 0x8000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_FILL": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_FILL := 0x200000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_FIXED_RATIO": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_FIXED_RATIO := 0x80000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_FIXED_WIDTH": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_FIXED_WIDTH := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_IMAGE": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_IMAGE := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_JUSTIFYMASK": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_JUSTIFYMASK := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_LEFT": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_LEFT := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_LINE_BREAK": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_LINE_BREAK := 0x100000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_NO_DPI_SCALE": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_NO_DPI_SCALE := 0x40000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_NO_TITLE": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_NO_TITLE := 0x800000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_RIGHT": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_RIGHT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_SPLITBUTTON": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_SPLITBUTTON := 0x1000000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_TILE_PLACEMENTMASK": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_TILE_PLACEMENTMASK := 0x300000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCFMT_WRAP": { | |
"prefix" : "LVCFMT", | |
"body" : "LVCFMT_WRAP := 0x400000", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnFormat (LVCOLUMN fmt, LVITEM piColFmt)" | |
}, | |
"LVCF_DEFAULTWIDTH": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_DEFAULTWIDTH := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_FMT": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_FMT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_IDEALWIDTH": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_IDEALWIDTH := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_IMAGE": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_IMAGE := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_MINWIDTH": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_MINWIDTH := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_ORDER": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_ORDER := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_SUBITEM": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_SUBITEM := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_TEXT": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_TEXT := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVCF_WIDTH": { | |
"prefix" : "LVCF", | |
"body" : "LVCF_WIDTH := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnMask (LVCOLUMN mask)" | |
}, | |
"LVSCW_AUTOSIZE": { | |
"prefix" : "LVSCW", | |
"body" : "LVSCW_AUTOSIZE := -1", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnWidth (LVM_SETCOLUMNWIDTH)" | |
}, | |
"LVSCW_AUTOSIZE_USEHEADER": { | |
"prefix" : "LVSCW", | |
"body" : "LVSCW_AUTOSIZE_USEHEADER := -2", | |
"description": "Windows - GUI - Controls - ListView - Others - ColumnWidth (LVM_SETCOLUMNWIDTH)" | |
}, | |
"LVCDI_GROUP": { | |
"prefix" : "LVCDI", | |
"body" : "LVCDI_GROUP := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - CustomDrawItem (NMLVCUSTOMDRAW (dwItemType))" | |
}, | |
"LVCDI_ITEM": { | |
"prefix" : "LVCDI", | |
"body" : "LVCDI_ITEM := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - CustomDrawItem (NMLVCUSTOMDRAW (dwItemType))" | |
}, | |
"LVCDI_ITEMSLIST": { | |
"prefix" : "LVCDI", | |
"body" : "LVCDI_ITEMSLIST := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - CustomDrawItem (NMLVCUSTOMDRAW (dwItemType))" | |
}, | |
"LVCDRF_NOGROUPFRAME": { | |
"prefix" : "LVCDRF", | |
"body" : "LVCDRF_NOGROUPFRAME := 0x20000", | |
"description": "Windows - GUI - Controls - ListView - Others - CustomDrawReturn (ListView custom draw return values)" | |
}, | |
"LVCDRF_NOSELECT": { | |
"prefix" : "LVCDRF", | |
"body" : "LVCDRF_NOSELECT := 0x10000", | |
"description": "Windows - GUI - Controls - ListView - Others - CustomDrawReturn (ListView custom draw return values)" | |
}, | |
"EMF_CENTERED": { | |
"prefix" : "EMF", | |
"body" : "EMF_CENTERED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - EmptyMarkup (NMLVEMPTYMARKUP dwFlags (Vista+))" | |
}, | |
"LVFI_NEARESTXY": { | |
"prefix" : "LVFI", | |
"body" : "LVFI_NEARESTXY := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Others - FindInfo (LVFINDINFO flags)" | |
}, | |
"LVFI_PARAM": { | |
"prefix" : "LVFI", | |
"body" : "LVFI_PARAM := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - FindInfo (LVFINDINFO flags)" | |
}, | |
"LVFI_PARTIAL": { | |
"prefix" : "LVFI", | |
"body" : "LVFI_PARTIAL := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - FindInfo (LVFINDINFO flags)" | |
}, | |
"LVFI_STRING": { | |
"prefix" : "LVFI", | |
"body" : "LVFI_STRING := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - FindInfo (LVFINDINFO flags)" | |
}, | |
"LVFI_SUBSTRING": { | |
"prefix" : "LVFI", | |
"body" : "LVFI_SUBSTRING := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - FindInfo (LVFINDINFO flags)" | |
}, | |
"LVFI_WRAP": { | |
"prefix" : "LVFI", | |
"body" : "LVFI_WRAP := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - FindInfo (LVFINDINFO flags)" | |
}, | |
"LVFF_ITEMCOUNT": { | |
"prefix" : "LVFF", | |
"body" : "LVFF_ITEMCOUNT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - FooterInfoMask (LVFOOTERINFO mask (Vista+))" | |
}, | |
"LVFIF_STATE": { | |
"prefix" : "LVFIF", | |
"body" : "LVFIF_STATE := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - FooterItem (LVFOOTERITEM (Vista+))" | |
}, | |
"LVFIF_TEXT": { | |
"prefix" : "LVFIF", | |
"body" : "LVFIF_TEXT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - FooterItem (LVFOOTERITEM (Vista+))" | |
}, | |
"LVFIS_FOCUSED": { | |
"prefix" : "LVFIS", | |
"body" : "LVFIS_FOCUSED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - FooterItemState (Footer Item State)" | |
}, | |
"LVGA_FOOTER_CENTER": { | |
"prefix" : "LVGA", | |
"body" : "LVGA_FOOTER_CENTER := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupAlign (LVGROUP uAlign)" | |
}, | |
"LVGA_FOOTER_LEFT": { | |
"prefix" : "LVGA", | |
"body" : "LVGA_FOOTER_LEFT := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupAlign (LVGROUP uAlign)" | |
}, | |
"LVGA_FOOTER_RIGHT": { | |
"prefix" : "LVGA", | |
"body" : "LVGA_FOOTER_RIGHT := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupAlign (LVGROUP uAlign)" | |
}, | |
"LVGA_HEADER_CENTER": { | |
"prefix" : "LVGA", | |
"body" : "LVGA_HEADER_CENTER := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupAlign (LVGROUP uAlign)" | |
}, | |
"LVGA_HEADER_LEFT": { | |
"prefix" : "LVGA", | |
"body" : "LVGA_HEADER_LEFT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupAlign (LVGROUP uAlign)" | |
}, | |
"LVGA_HEADER_RIGHT": { | |
"prefix" : "LVGA", | |
"body" : "LVGA_HEADER_RIGHT := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupAlign (LVGROUP uAlign)" | |
}, | |
"LVGF_ALIGN": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_ALIGN := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_DESCRIPTIONBOTTOM": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_DESCRIPTIONBOTTOM := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_DESCRIPTIONTOP": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_DESCRIPTIONTOP := 0x400", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_EXTENDEDIMAGE": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_EXTENDEDIMAGE := 0x2000", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_FOOTER": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_FOOTER := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_GROUPID": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_GROUPID := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_HEADER": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_HEADER := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_ITEMS": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_ITEMS := 0x4000", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_NONE": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_NONE := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_STATE": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_STATE := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_SUBSET": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_SUBSET := 0x8000", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_SUBSETITEMS": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_SUBSETITEMS := 0x10000", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_SUBTITLE": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_SUBTITLE := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_TASK": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_TASK := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGF_TITLEIMAGE": { | |
"prefix" : "LVGF", | |
"body" : "LVGF_TITLEIMAGE := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMask (LVGROUP mask)" | |
}, | |
"LVGMF_BORDERCOLOR": { | |
"prefix" : "LVGMF", | |
"body" : "LVGMF_BORDERCOLOR := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMetrics (LVGROUPMETRICS mask)" | |
}, | |
"LVGMF_BORDERSIZE": { | |
"prefix" : "LVGMF", | |
"body" : "LVGMF_BORDERSIZE := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMetrics (LVGROUPMETRICS mask)" | |
}, | |
"LVGMF_NONE": { | |
"prefix" : "LVGMF", | |
"body" : "LVGMF_NONE := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMetrics (LVGROUPMETRICS mask)" | |
}, | |
"LVGMF_TEXTCOLOR": { | |
"prefix" : "LVGMF", | |
"body" : "LVGMF_TEXTCOLOR := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupMetrics (LVGROUPMETRICS mask)" | |
}, | |
"LVGGR_GROUP": { | |
"prefix" : "LVGGR", | |
"body" : "LVGGR_GROUP := 0", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupRect (LVM_GETGROUPRECT)" | |
}, | |
"LVGGR_HEADER": { | |
"prefix" : "LVGGR", | |
"body" : "LVGGR_HEADER := 1", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupRect (LVM_GETGROUPRECT)" | |
}, | |
"LVGGR_LABEL": { | |
"prefix" : "LVGGR", | |
"body" : "LVGGR_LABEL := 2", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupRect (LVM_GETGROUPRECT)" | |
}, | |
"LVGGR_SUBSETLINK": { | |
"prefix" : "LVGGR", | |
"body" : "LVGGR_SUBSETLINK := 3", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupRect (LVM_GETGROUPRECT)" | |
}, | |
"LVGS_COLLAPSED": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_COLLAPSED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_COLLAPSIBLE": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_COLLAPSIBLE := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_FOCUSED": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_FOCUSED := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_HIDDEN": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_HIDDEN := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_NOHEADER": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_NOHEADER := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_NORMAL": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_NORMAL := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_SELECTED": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_SELECTED := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_SUBSETED": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_SUBSETED := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVGS_SUBSETLINKFOCUSED": { | |
"prefix" : "LVGS", | |
"body" : "LVGS_SUBSETLINKFOCUSED := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Others - GroupState (LVGROUP state)" | |
}, | |
"LVHT_ABOVE": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_ABOVE := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_BELOW": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_BELOW := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_FOOTER": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_FOOTER := 0x8000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP := 0xF3000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP_BACKGROUND": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP_BACKGROUND := 0x80000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP_COLLAPSE": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP_COLLAPSE := 0x40000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP_FOOTER": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP_FOOTER := 0x20000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP_HEADER": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP_HEADER := 0x10000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP_STATEICON": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP_STATEICON := 0x1000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_GROUP_SUBSETLINK": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_GROUP_SUBSETLINK := 0x2000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_EX_ONCONTENTS": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_EX_ONCONTENTS := 0x4000000", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_NOWHERE": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_NOWHERE := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_ONITEM": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_ONITEM := 0xE", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_ONITEMICON": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_ONITEMICON := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_ONITEMLABEL": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_ONITEMLABEL := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_ONITEMSTATEICON": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_ONITEMSTATEICON := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_TOLEFT": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_TOLEFT := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVHT_TORIGHT": { | |
"prefix" : "LVHT", | |
"body" : "LVHT_TORIGHT := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - HitTest (LVHITTESTINFO flags)" | |
}, | |
"LVSIL_GROUPHEADER": { | |
"prefix" : "LVSIL", | |
"body" : "LVSIL_GROUPHEADER := 3", | |
"description": "Windows - GUI - Controls - ListView - Others - ImageList (LVM_GET/SETIMAGELIST)" | |
}, | |
"LVSIL_NORMAL": { | |
"prefix" : "LVSIL", | |
"body" : "LVSIL_NORMAL := 0", | |
"description": "Windows - GUI - Controls - ListView - Others - ImageList (LVM_GET/SETIMAGELIST)" | |
}, | |
"LVSIL_SMALL": { | |
"prefix" : "LVSIL", | |
"body" : "LVSIL_SMALL := 1", | |
"description": "Windows - GUI - Controls - ListView - Others - ImageList (LVM_GET/SETIMAGELIST)" | |
}, | |
"LVSIL_STATE": { | |
"prefix" : "LVSIL", | |
"body" : "LVSIL_STATE := 2", | |
"description": "Windows - GUI - Controls - ListView - Others - ImageList (LVM_GET/SETIMAGELIST)" | |
}, | |
"LVNSCH_DEFAULT": { | |
"prefix" : "LVNSCH", | |
"body" : "LVNSCH_DEFAULT := -1", | |
"description": "Windows - GUI - Controls - ListView - Others - IncrementalSearch (LVN_INCREMENTALSEARCH LVFINDINFO lParam)" | |
}, | |
"LVNSCH_ERROR": { | |
"prefix" : "LVNSCH", | |
"body" : "LVNSCH_ERROR := -2", | |
"description": "Windows - GUI - Controls - ListView - Others - IncrementalSearch (LVN_INCREMENTALSEARCH LVFINDINFO lParam)" | |
}, | |
"LVNSCH_IGNORE": { | |
"prefix" : "LVNSCH", | |
"body" : "LVNSCH_IGNORE := -3", | |
"description": "Windows - GUI - Controls - ListView - Others - IncrementalSearch (LVN_INCREMENTALSEARCH LVFINDINFO lParam)" | |
}, | |
"LVGIT_UNFOLDED": { | |
"prefix" : "LVGIT", | |
"body" : "LVGIT_UNFOLDED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - InfoTipFlag (NMLVGETINFOTIP dwFlag)" | |
}, | |
"LVIM_AFTER": { | |
"prefix" : "LVIM", | |
"body" : "LVIM_AFTER := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - InsertMark (LVINSERTMARK dwFlags)" | |
}, | |
"LVKF_ALT": { | |
"prefix" : "LVKF", | |
"body" : "LVKF_ALT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemActivateKeys (NMITEMACTIVATE uKeyFlags)" | |
}, | |
"LVKF_CONTROL": { | |
"prefix" : "LVKF", | |
"body" : "LVKF_CONTROL := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemActivateKeys (NMITEMACTIVATE uKeyFlags)" | |
}, | |
"LVKF_SHIFT": { | |
"prefix" : "LVKF", | |
"body" : "LVKF_SHIFT := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemActivateKeys (NMITEMACTIVATE uKeyFlags)" | |
}, | |
"LVSICF_NOINVALIDATEALL": { | |
"prefix" : "LVSICF", | |
"body" : "LVSICF_NOINVALIDATEALL := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemCount (LVM_SETITEMCOUNT)" | |
}, | |
"LVSICF_NOSCROLL": { | |
"prefix" : "LVSICF", | |
"body" : "LVSICF_NOSCROLL := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemCount (LVM_SETITEMCOUNT)" | |
}, | |
"LVIF_COLFMT": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_COLFMT := 0x10000", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_COLUMNS": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_COLUMNS := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_DI_SETITEM": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_DI_SETITEM := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_GROUPID": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_GROUPID := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_IMAGE": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_IMAGE := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_INDENT": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_INDENT := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_NORECOMPUTE": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_NORECOMPUTE := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_PARAM": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_PARAM := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_STATE": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_STATE := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIF_TEXT": { | |
"prefix" : "LVIF", | |
"body" : "LVIF_TEXT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemMask (LVITEM mask)" | |
}, | |
"LVIR_BOUNDS": { | |
"prefix" : "LVIR", | |
"body" : "LVIR_BOUNDS := 0", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemRect (LVM_GETITEMRECT)" | |
}, | |
"LVIR_ICON": { | |
"prefix" : "LVIR", | |
"body" : "LVIR_ICON := 1", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemRect (LVM_GETITEMRECT)" | |
}, | |
"LVIR_LABEL": { | |
"prefix" : "LVIR", | |
"body" : "LVIR_LABEL := 2", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemRect (LVM_GETITEMRECT)" | |
}, | |
"LVIR_SELECTBOUNDS": { | |
"prefix" : "LVIR", | |
"body" : "LVIR_SELECTBOUNDS := 3", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemRect (LVM_GETITEMRECT)" | |
}, | |
"LVIS_ACTIVATING": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_ACTIVATING := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_CHECKED": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_CHECKED := 0x2000", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_CUT": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_CUT := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_DROPHILITED": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_DROPHILITED := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_FOCUSED": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_FOCUSED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_GLOW": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_GLOW := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_OVERLAYMASK": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_OVERLAYMASK := 0xF00", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_SELECTED": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_SELECTED := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_STATEIMAGEMASK": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_STATEIMAGEMASK := 0xF000", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVIS_UNCHECKED": { | |
"prefix" : "LVIS", | |
"body" : "LVIS_UNCHECKED := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Others - ItemState (LVITEM state)" | |
}, | |
"LVNI_ABOVE": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_ABOVE := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_ALL": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_ALL := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_BELOW": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_BELOW := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_CUT": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_CUT := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_DIRECTIONMASK": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_DIRECTIONMASK := 0xF00", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_DROPHILITED": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_DROPHILITED := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_FOCUSED": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_FOCUSED := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_PREVIOUS": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_PREVIOUS := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_SAMEGROUPONLY": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_SAMEGROUPONLY := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_SELECTED": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_SELECTED := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_STATEMASK": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_STATEMASK := 0xF", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_TOLEFT": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_TOLEFT := 0x400", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_TORIGHT": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_TORIGHT := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_VISIBLEONLY": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_VISIBLEONLY := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVNI_VISIBLEORDER": { | |
"prefix" : "LVNI", | |
"body" : "LVNI_VISIBLEORDER := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Others - NextItem (LVN_GETNEXTITEM)" | |
}, | |
"LVTVIF_AUTOSIZE": { | |
"prefix" : "LVTVIF", | |
"body" : "LVTVIF_AUTOSIZE := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoFlags (LVTILEVIEWINFO dwFlags)" | |
}, | |
"LVTVIF_EXTENDED": { | |
"prefix" : "LVTVIF", | |
"body" : "LVTVIF_EXTENDED := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoFlags (LVTILEVIEWINFO dwFlags)" | |
}, | |
"LVTVIF_FIXEDHEIGHT": { | |
"prefix" : "LVTVIF", | |
"body" : "LVTVIF_FIXEDHEIGHT := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoFlags (LVTILEVIEWINFO dwFlags)" | |
}, | |
"LVTVIF_FIXEDSIZE": { | |
"prefix" : "LVTVIF", | |
"body" : "LVTVIF_FIXEDSIZE := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoFlags (LVTILEVIEWINFO dwFlags)" | |
}, | |
"LVTVIF_FIXEDWIDTH": { | |
"prefix" : "LVTVIF", | |
"body" : "LVTVIF_FIXEDWIDTH := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoFlags (LVTILEVIEWINFO dwFlags)" | |
}, | |
"LVTVIM_COLUMNS": { | |
"prefix" : "LVTVIM", | |
"body" : "LVTVIM_COLUMNS := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoMask (LVTILEVIEWINFO dwMask)" | |
}, | |
"LVTVIM_LABELMARGIN": { | |
"prefix" : "LVTVIM", | |
"body" : "LVTVIM_LABELMARGIN := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoMask (LVTILEVIEWINFO dwMask)" | |
}, | |
"LVTVIM_TILESIZE": { | |
"prefix" : "LVTVIM", | |
"body" : "LVTVIM_TILESIZE := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - TileViewInfoMask (LVTILEVIEWINFO dwMask)" | |
}, | |
"LV_VIEW_DETAILS": { | |
"prefix" : "LV", | |
"body" : "LV_VIEW_DETAILS := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Others - View (LVM_GET/SETVIEW)" | |
}, | |
"LV_VIEW_ICON": { | |
"prefix" : "LV", | |
"body" : "LV_VIEW_ICON := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Others - View (LVM_GET/SETVIEW)" | |
}, | |
"LV_VIEW_LIST": { | |
"prefix" : "LV", | |
"body" : "LV_VIEW_LIST := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Others - View (LVM_GET/SETVIEW)" | |
}, | |
"LV_VIEW_MAX": { | |
"prefix" : "LV", | |
"body" : "LV_VIEW_MAX := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - View (LVM_GET/SETVIEW)" | |
}, | |
"LV_VIEW_SMALLICON": { | |
"prefix" : "LV", | |
"body" : "LV_VIEW_SMALLICON := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Others - View (LVM_GET/SETVIEW)" | |
}, | |
"LV_VIEW_TILE": { | |
"prefix" : "LV", | |
"body" : "LV_VIEW_TILE := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Others - View (LVM_GET/SETVIEW)" | |
}, | |
"LV_MAX_WORKAREAS": { | |
"prefix" : "LV", | |
"body" : "LV_MAX_WORKAREAS := 16", | |
"description": "Windows - GUI - Controls - ListView - Others - WorkAreas (LVM_SETWORKAREAS)" | |
}, | |
"LVS_ALIGNLEFT": { | |
"prefix" : "LVS", | |
"body" : "LVS_ALIGNLEFT := 0x800", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_ALIGNMASK": { | |
"prefix" : "LVS", | |
"body" : "LVS_ALIGNMASK := 0xC00", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_ALIGNTOP": { | |
"prefix" : "LVS", | |
"body" : "LVS_ALIGNTOP := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_AUTOARRANGE": { | |
"prefix" : "LVS", | |
"body" : "LVS_AUTOARRANGE := 0x100", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_EDITLABELS": { | |
"prefix" : "LVS", | |
"body" : "LVS_EDITLABELS := 0x200", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_ICON": { | |
"prefix" : "LVS", | |
"body" : "LVS_ICON := 0x0", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_LIST": { | |
"prefix" : "LVS", | |
"body" : "LVS_LIST := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_NOCOLUMNHEADER": { | |
"prefix" : "LVS", | |
"body" : "LVS_NOCOLUMNHEADER := 0x4000", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_NOLABELWRAP": { | |
"prefix" : "LVS", | |
"body" : "LVS_NOLABELWRAP := 0x80", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_NOSCROLL": { | |
"prefix" : "LVS", | |
"body" : "LVS_NOSCROLL := 0x2000", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_NOSORTHEADER": { | |
"prefix" : "LVS", | |
"body" : "LVS_NOSORTHEADER := 0x8000", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_OWNERDATA": { | |
"prefix" : "LVS", | |
"body" : "LVS_OWNERDATA := 0x1000", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_OWNERDRAWFIXED": { | |
"prefix" : "LVS", | |
"body" : "LVS_OWNERDRAWFIXED := 0x400", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_REPORT": { | |
"prefix" : "LVS", | |
"body" : "LVS_REPORT := 0x1", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_SHAREIMAGELISTS": { | |
"prefix" : "LVS", | |
"body" : "LVS_SHAREIMAGELISTS := 0x40", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_SHOWSELALWAYS": { | |
"prefix" : "LVS", | |
"body" : "LVS_SHOWSELALWAYS := 0x8", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_SINGLESEL": { | |
"prefix" : "LVS", | |
"body" : "LVS_SINGLESEL := 0x4", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_SMALLICON": { | |
"prefix" : "LVS", | |
"body" : "LVS_SMALLICON := 0x2", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_SORTASCENDING": { | |
"prefix" : "LVS", | |
"body" : "LVS_SORTASCENDING := 0x10", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_SORTDESCENDING": { | |
"prefix" : "LVS", | |
"body" : "LVS_SORTDESCENDING := 0x20", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_TYPEMASK": { | |
"prefix" : "LVS", | |
"body" : "LVS_TYPEMASK := 0x3", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"LVS_TYPESTYLEMASK": { | |
"prefix" : "LVS", | |
"body" : "LVS_TYPESTYLEMASK := 0xFC00", | |
"description": "Windows - GUI - Controls - ListView - Styles (ListView Styles)" | |
}, | |
"MF_APPEND": { | |
"prefix" : "MF", | |
"body" : "MF_APPEND := 0x100", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_BITMAP": { | |
"prefix" : "MF", | |
"body" : "MF_BITMAP := 0x4", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_BYCOMMAND": { | |
"prefix" : "MF", | |
"body" : "MF_BYCOMMAND := 0x0", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_BYPOSITION": { | |
"prefix" : "MF", | |
"body" : "MF_BYPOSITION := 0x400", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_CHANGE": { | |
"prefix" : "MF", | |
"body" : "MF_CHANGE := 0x80", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_CHECKED": { | |
"prefix" : "MF", | |
"body" : "MF_CHECKED := 0x8", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_DEFAULT": { | |
"prefix" : "MF", | |
"body" : "MF_DEFAULT := 0x1000", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_DELETE": { | |
"prefix" : "MF", | |
"body" : "MF_DELETE := 0x200", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_DISABLED": { | |
"prefix" : "MF", | |
"body" : "MF_DISABLED := 0x2", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_ENABLED": { | |
"prefix" : "MF", | |
"body" : "MF_ENABLED := 0x0", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_GRAYED": { | |
"prefix" : "MF", | |
"body" : "MF_GRAYED := 0x1", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_HELP": { | |
"prefix" : "MF", | |
"body" : "MF_HELP := 0x4000", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_HILITE": { | |
"prefix" : "MF", | |
"body" : "MF_HILITE := 0x80", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_INSERT": { | |
"prefix" : "MF", | |
"body" : "MF_INSERT := 0x0", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_MENUBARBREAK": { | |
"prefix" : "MF", | |
"body" : "MF_MENUBARBREAK := 0x20", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_MENUBREAK": { | |
"prefix" : "MF", | |
"body" : "MF_MENUBREAK := 0x40", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_MOUSESELECT": { | |
"prefix" : "MF", | |
"body" : "MF_MOUSESELECT := 0x8000", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_OWNERDRAW": { | |
"prefix" : "MF", | |
"body" : "MF_OWNERDRAW := 0x100", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_POPUP": { | |
"prefix" : "MF", | |
"body" : "MF_POPUP := 0x10", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_REMOVE": { | |
"prefix" : "MF", | |
"body" : "MF_REMOVE := 0x1000", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_RIGHTJUSTIFY": { | |
"prefix" : "MF", | |
"body" : "MF_RIGHTJUSTIFY := 0x4000", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_SEPARATOR": { | |
"prefix" : "MF", | |
"body" : "MF_SEPARATOR := 0x800", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_STRING": { | |
"prefix" : "MF", | |
"body" : "MF_STRING := 0x0", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_SYSMENU": { | |
"prefix" : "MF", | |
"body" : "MF_SYSMENU := 0x2000", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_UNCHECKED": { | |
"prefix" : "MF", | |
"body" : "MF_UNCHECKED := 0x0", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_UNHILITE": { | |
"prefix" : "MF", | |
"body" : "MF_UNHILITE := 0x0", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"MF_USECHECKBITMAPS": { | |
"prefix" : "MF", | |
"body" : "MF_USECHECKBITMAPS := 0x200", | |
"description": "Windows - GUI - Controls - Menu - Flags (Menu flags for Add/Check/EnableMenuItem())" | |
}, | |
"GMDI_GOINTOPOPUPS": { | |
"prefix" : "GMDI", | |
"body" : "GMDI_GOINTOPOPUPS := 0x2", | |
"description": "Windows - GUI - Controls - Menu - GetMenuDefaultItem (GetMenuDefaultItem gmdiFlags)" | |
}, | |
"GMDI_USEDISABLED": { | |
"prefix" : "GMDI", | |
"body" : "GMDI_USEDISABLED := 0x1", | |
"description": "Windows - GUI - Controls - Menu - GetMenuDefaultItem (GetMenuDefaultItem gmdiFlags)" | |
}, | |
"CMIC_MASK_ASYNCOK": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_ASYNCOK := 0x100000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_CONTROL_DOWN": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_CONTROL_DOWN := 0x40000000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_FLAG_LOG_USAGE": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_FLAG_LOG_USAGE := 0x4000000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_FLAG_NO_UI": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_FLAG_NO_UI := 0x400", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_FLAG_SEP_VDM": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_FLAG_SEP_VDM := 0x40000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_HASLINKNAME": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_HASLINKNAME := 0x10000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_HASTITLE": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_HASTITLE := 0x20000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_HOTKEY": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_HOTKEY := 0x20", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_ICON": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_ICON := 0x10", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_NO_CONSOLE": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_NO_CONSOLE := 0x8000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_NOASYNC": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_NOASYNC := 0x100", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_NOZONECHECKS": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_NOZONECHECKS := 0x800000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_PTINVOKE": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_PTINVOKE := 0x20000000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_SHIFT_DOWN": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_SHIFT_DOWN := 0x10000000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"CMIC_MASK_UNICODE": { | |
"prefix" : "CMIC", | |
"body" : "CMIC_MASK_UNICODE := 0x4000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - CMINVOKECOMMANDINFOEX (CMINVOKECOMMANDINFOEX fMask)" | |
}, | |
"GCS_HELPTEXTA": { | |
"prefix" : "GCS", | |
"body" : "GCS_HELPTEXTA := 0x1", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_HELPTEXTW": { | |
"prefix" : "GCS", | |
"body" : "GCS_HELPTEXTW := 0x5", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_UNICODE": { | |
"prefix" : "GCS", | |
"body" : "GCS_UNICODE := 0x4", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_VALIDATEA": { | |
"prefix" : "GCS", | |
"body" : "GCS_VALIDATEA := 0x2", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_VALIDATEW": { | |
"prefix" : "GCS", | |
"body" : "GCS_VALIDATEW := 0x6", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_VERBA": { | |
"prefix" : "GCS", | |
"body" : "GCS_VERBA := 0x0", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_VERBICONW": { | |
"prefix" : "GCS", | |
"body" : "GCS_VERBICONW := 0x14", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"GCS_VERBW": { | |
"prefix" : "GCS", | |
"body" : "GCS_VERBW := 0x4", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - GetCommandString (GetCommandString uFlags)" | |
}, | |
"CMF_ASYNCVERBSTATE": { | |
"prefix" : "CMF", | |
"body" : "CMF_ASYNCVERBSTATE := 0x400", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_CANRENAME": { | |
"prefix" : "CMF", | |
"body" : "CMF_CANRENAME := 0x10", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_DEFAULTONLY": { | |
"prefix" : "CMF", | |
"body" : "CMF_DEFAULTONLY := 0x1", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_DISABLEDVERBS": { | |
"prefix" : "CMF", | |
"body" : "CMF_DISABLEDVERBS := 0x200", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_DONOTPICKDEFAULT": { | |
"prefix" : "CMF", | |
"body" : "CMF_DONOTPICKDEFAULT := 0x2000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_EXPLORE": { | |
"prefix" : "CMF", | |
"body" : "CMF_EXPLORE := 0x4", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_EXTENDEDVERBS": { | |
"prefix" : "CMF", | |
"body" : "CMF_EXTENDEDVERBS := 0x100", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_INCLUDESTATIC": { | |
"prefix" : "CMF", | |
"body" : "CMF_INCLUDESTATIC := 0x40", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_ITEMMENU": { | |
"prefix" : "CMF", | |
"body" : "CMF_ITEMMENU := 0x80", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_NODEFAULT": { | |
"prefix" : "CMF", | |
"body" : "CMF_NODEFAULT := 0x20", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_NORMAL": { | |
"prefix" : "CMF", | |
"body" : "CMF_NORMAL := 0x0", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_NOVERBS": { | |
"prefix" : "CMF", | |
"body" : "CMF_NOVERBS := 0x8", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_OPTIMIZEFORINVOKE": { | |
"prefix" : "CMF", | |
"body" : "CMF_OPTIMIZEFORINVOKE := 0x800", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_RESERVED": { | |
"prefix" : "CMF", | |
"body" : "CMF_RESERVED := 0xFFFF0000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_SYNCCASCADEMENU": { | |
"prefix" : "CMF", | |
"body" : "CMF_SYNCCASCADEMENU := 0x1000", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"CMF_VERBSONLY": { | |
"prefix" : "CMF", | |
"body" : "CMF_VERBSONLY := 0x2", | |
"description": "Windows - GUI - Controls - Menu - IContextMenu - QueryContextMenu (QueryContextMenu uFlags)" | |
}, | |
"MNC_CLOSE": { | |
"prefix" : "MNC", | |
"body" : "MNC_CLOSE := 1", | |
"description": "Windows - GUI - Controls - Menu - MenuChar (Return Codes for WM_MENUCHAR)" | |
}, | |
"MNC_EXECUTE": { | |
"prefix" : "MNC", | |
"body" : "MNC_EXECUTE := 2", | |
"description": "Windows - GUI - Controls - Menu - MenuChar (Return Codes for WM_MENUCHAR)" | |
}, | |
"MNC_IGNORE": { | |
"prefix" : "MNC", | |
"body" : "MNC_IGNORE := 0", | |
"description": "Windows - GUI - Controls - Menu - MenuChar (Return Codes for WM_MENUCHAR)" | |
}, | |
"MNC_SELECT": { | |
"prefix" : "MNC", | |
"body" : "MNC_SELECT := 3", | |
"description": "Windows - GUI - Controls - Menu - MenuChar (Return Codes for WM_MENUCHAR)" | |
}, | |
"MND_CONTINUE": { | |
"prefix" : "MND", | |
"body" : "MND_CONTINUE := 0", | |
"description": "Windows - GUI - Controls - Menu - MenuDrag (WM_MENUDRAG Return Values)" | |
}, | |
"MND_ENDMENU": { | |
"prefix" : "MND", | |
"body" : "MND_ENDMENU := 1", | |
"description": "Windows - GUI - Controls - Menu - MenuDrag (WM_MENUDRAG Return Values)" | |
}, | |
"MNGO_NOERROR": { | |
"prefix" : "MNGO", | |
"body" : "MNGO_NOERROR := 0x1", | |
"description": "Windows - GUI - Controls - Menu - MenuGetObject (WM_MENUGETOBJECT return values)" | |
}, | |
"MNGO_NOINTERFACE": { | |
"prefix" : "MNGO", | |
"body" : "MNGO_NOINTERFACE := 0x0", | |
"description": "Windows - GUI - Controls - Menu - MenuGetObject (WM_MENUGETOBJECT return values)" | |
}, | |
"MNGOF_BOTTOMGAP": { | |
"prefix" : "MNGOF", | |
"body" : "MNGOF_BOTTOMGAP := 0x2", | |
"description": "Windows - GUI - Controls - Menu - MenuGetObjectInfo (MENUGETOBJECTINFO dwFlags values)" | |
}, | |
"MNGOF_TOPGAP": { | |
"prefix" : "MNGOF", | |
"body" : "MNGOF_TOPGAP := 0x1", | |
"description": "Windows - GUI - Controls - Menu - MenuGetObjectInfo (MENUGETOBJECTINFO dwFlags values)" | |
}, | |
"MIM_APPLYTOSUBMENUS": { | |
"prefix" : "MIM", | |
"body" : "MIM_APPLYTOSUBMENUS := 0x80000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoMask (MENUINFO fMask)" | |
}, | |
"MIM_BACKGROUND": { | |
"prefix" : "MIM", | |
"body" : "MIM_BACKGROUND := 0x2", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoMask (MENUINFO fMask)" | |
}, | |
"MIM_HELPID": { | |
"prefix" : "MIM", | |
"body" : "MIM_HELPID := 0x4", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoMask (MENUINFO fMask)" | |
}, | |
"MIM_MAXHEIGHT": { | |
"prefix" : "MIM", | |
"body" : "MIM_MAXHEIGHT := 0x1", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoMask (MENUINFO fMask)" | |
}, | |
"MIM_MENUDATA": { | |
"prefix" : "MIM", | |
"body" : "MIM_MENUDATA := 0x8", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoMask (MENUINFO fMask)" | |
}, | |
"MIM_STYLE": { | |
"prefix" : "MIM", | |
"body" : "MIM_STYLE := 0x10", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoMask (MENUINFO fMask)" | |
}, | |
"MNS_AUTODISMISS": { | |
"prefix" : "MNS", | |
"body" : "MNS_AUTODISMISS := 0x10000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoStyle (MENUINFO dwStyle)" | |
}, | |
"MNS_CHECKORBMP": { | |
"prefix" : "MNS", | |
"body" : "MNS_CHECKORBMP := 0x4000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoStyle (MENUINFO dwStyle)" | |
}, | |
"MNS_DRAGDROP": { | |
"prefix" : "MNS", | |
"body" : "MNS_DRAGDROP := 0x20000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoStyle (MENUINFO dwStyle)" | |
}, | |
"MNS_MODELESS": { | |
"prefix" : "MNS", | |
"body" : "MNS_MODELESS := 0x40000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoStyle (MENUINFO dwStyle)" | |
}, | |
"MNS_NOCHECK": { | |
"prefix" : "MNS", | |
"body" : "MNS_NOCHECK := 0x80000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoStyle (MENUINFO dwStyle)" | |
}, | |
"MNS_NOTIFYBYPOS": { | |
"prefix" : "MNS", | |
"body" : "MNS_NOTIFYBYPOS := 0x8000000", | |
"description": "Windows - GUI - Controls - Menu - MenuInfoStyle (MENUINFO dwStyle)" | |
}, | |
"HBMMENU_CALLBACK": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_CALLBACK := -1", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_MBAR_CLOSE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_MBAR_CLOSE := 5", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_MBAR_CLOSE_D": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_MBAR_CLOSE_D := 6", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_MBAR_MINIMIZE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_MBAR_MINIMIZE := 3", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_MBAR_MINIMIZE_D": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_MBAR_MINIMIZE_D := 7", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_MBAR_RESTORE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_MBAR_RESTORE := 2", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_POPUP_CLOSE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_POPUP_CLOSE := 8", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_POPUP_MAXIMIZE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_POPUP_MAXIMIZE := 10", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_POPUP_MINIMIZE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_POPUP_MINIMIZE := 11", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_POPUP_RESTORE": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_POPUP_RESTORE := 9", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"HBMMENU_SYSTEM": { | |
"prefix" : "HBMMENU", | |
"body" : "HBMMENU_SYSTEM := 1", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoBitmap (MENUITEMINFO hbmpItem)" | |
}, | |
"MIIM_BITMAP": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_BITMAP := 0x80", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_CHECKMARKS": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_CHECKMARKS := 0x8", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_DATA": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_DATA := 0x20", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_FTYPE": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_FTYPE := 0x100", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_ID": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_ID := 0x2", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_STATE": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_STATE := 0x1", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_STRING": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_STRING := 0x40", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_SUBMENU": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_SUBMENU := 0x4", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"MIIM_TYPE": { | |
"prefix" : "MIIM", | |
"body" : "MIIM_TYPE := 0x10", | |
"description": "Windows - GUI - Controls - Menu - MenuItemInfoMask (MENUITEMINFO fMask)" | |
}, | |
"TPM_BOTTOMALIGN": { | |
"prefix" : "TPM", | |
"body" : "TPM_BOTTOMALIGN := 0x20", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_CENTERALIGN": { | |
"prefix" : "TPM", | |
"body" : "TPM_CENTERALIGN := 0x4", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_HORIZONTAL": { | |
"prefix" : "TPM", | |
"body" : "TPM_HORIZONTAL := 0x0", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_HORNEGANIMATION": { | |
"prefix" : "TPM", | |
"body" : "TPM_HORNEGANIMATION := 0x800", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_HORPOSANIMATION": { | |
"prefix" : "TPM", | |
"body" : "TPM_HORPOSANIMATION := 0x400", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_LAYOUTRTL": { | |
"prefix" : "TPM", | |
"body" : "TPM_LAYOUTRTL := 0x8000", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_LEFTALIGN": { | |
"prefix" : "TPM", | |
"body" : "TPM_LEFTALIGN := 0x0", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_LEFTBUTTON": { | |
"prefix" : "TPM", | |
"body" : "TPM_LEFTBUTTON := 0x0", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_NOANIMATION": { | |
"prefix" : "TPM", | |
"body" : "TPM_NOANIMATION := 0x4000", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_NONOTIFY": { | |
"prefix" : "TPM", | |
"body" : "TPM_NONOTIFY := 0x80", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_RECURSE": { | |
"prefix" : "TPM", | |
"body" : "TPM_RECURSE := 0x1", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_RETURNCMD": { | |
"prefix" : "TPM", | |
"body" : "TPM_RETURNCMD := 0x100", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_RIGHTALIGN": { | |
"prefix" : "TPM", | |
"body" : "TPM_RIGHTALIGN := 0x8", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_RIGHTBUTTON": { | |
"prefix" : "TPM", | |
"body" : "TPM_RIGHTBUTTON := 0x2", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_TOPALIGN": { | |
"prefix" : "TPM", | |
"body" : "TPM_TOPALIGN := 0x0", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_VCENTERALIGN": { | |
"prefix" : "TPM", | |
"body" : "TPM_VCENTERALIGN := 0x10", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_VERNEGANIMATION": { | |
"prefix" : "TPM", | |
"body" : "TPM_VERNEGANIMATION := 0x2000", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_VERPOSANIMATION": { | |
"prefix" : "TPM", | |
"body" : "TPM_VERPOSANIMATION := 0x1000", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_VERTICAL": { | |
"prefix" : "TPM", | |
"body" : "TPM_VERTICAL := 0x40", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"TPM_WORKAREA": { | |
"prefix" : "TPM", | |
"body" : "TPM_WORKAREA := 0x10000", | |
"description": "Windows - GUI - Controls - Menu - TrackPopupMenu (Flags for TrackPopupMenu)" | |
}, | |
"MCM_FIRST": { | |
"prefix" : "MCM", | |
"body" : "MCM_FIRST := 0x1000", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCALENDARBORDER": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCALENDARBORDER := 0x101F", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCALENDARCOUNT": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCALENDARCOUNT := 0x1017", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCALENDARGRIDINFO": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCALENDARGRIDINFO := 0x1018", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCALID": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCALID := 0x101B", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCOLOR": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCOLOR := 0x100B", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCURRENTVIEW": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCURRENTVIEW := 0x1016", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETCURSEL": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETCURSEL := 0x1001", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETFIRSTDAYOFWEEK": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETFIRSTDAYOFWEEK := 0x1010", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETMAXSELCOUNT": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETMAXSELCOUNT := 0x1003", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETMINREQRECT": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETMINREQRECT := 0x1009", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETMONTHDELTA": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETMONTHDELTA := 0x1013", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETMONTHRANGE": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETMONTHRANGE := 0x1007", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETRANGE": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETRANGE := 0x1011", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETSELRANGE": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETSELRANGE := 0x1005", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETTODAY": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETTODAY := 0x100D", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_GETUNICODEFORMAT": { | |
"prefix" : "MCM", | |
"body" : "MCM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_HITTEST": { | |
"prefix" : "MCM", | |
"body" : "MCM_HITTEST := 0x100E", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETCALENDARBORDER": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETCALENDARBORDER := 0x101E", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETCALID": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETCALID := 0x101C", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETCOLOR": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETCOLOR := 0x100A", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETCURRENTVIEW": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETCURRENTVIEW := 0x1020", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETCURSEL": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETCURSEL := 0x1002", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETDAYSTATE": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETDAYSTATE := 0x1008", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETFIRSTDAYOFWEEK": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETFIRSTDAYOFWEEK := 0x100F", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETMAXSELCOUNT": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETMAXSELCOUNT := 0x1004", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETMONTHDELTA": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETMONTHDELTA := 0x1014", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETRANGE": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETRANGE := 0x1012", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETSELRANGE": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETSELRANGE := 0x1006", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETTODAY": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETTODAY := 0x100C", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SETUNICODEFORMAT": { | |
"prefix" : "MCM", | |
"body" : "MCM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCM_SIZERECTTOMIN": { | |
"prefix" : "MCM", | |
"body" : "MCM_SIZERECTTOMIN := 0x101D", | |
"description": "Windows - GUI - Controls - MonthCal - Messages (Month Calendar Messages)" | |
}, | |
"MCN_FIRST": { | |
"prefix" : "MCN", | |
"body" : "MCN_FIRST := -746", | |
"description": "Windows - GUI - Controls - MonthCal - Notifications (Month Calendar Notifications)" | |
}, | |
"MCN_GETDAYSTATE": { | |
"prefix" : "MCN", | |
"body" : "MCN_GETDAYSTATE := -747", | |
"description": "Windows - GUI - Controls - MonthCal - Notifications (Month Calendar Notifications)" | |
}, | |
"MCN_SELCHANGE": { | |
"prefix" : "MCN", | |
"body" : "MCN_SELCHANGE := -749", | |
"description": "Windows - GUI - Controls - MonthCal - Notifications (Month Calendar Notifications)" | |
}, | |
"MCN_SELECT": { | |
"prefix" : "MCN", | |
"body" : "MCN_SELECT := -746", | |
"description": "Windows - GUI - Controls - MonthCal - Notifications (Month Calendar Notifications)" | |
}, | |
"MCN_VIEWCHANGE": { | |
"prefix" : "MCN", | |
"body" : "MCN_VIEWCHANGE := -750", | |
"description": "Windows - GUI - Controls - MonthCal - Notifications (Month Calendar Notifications)" | |
}, | |
"MCSC_BACKGROUND": { | |
"prefix" : "MCSC", | |
"body" : "MCSC_BACKGROUND := 0", | |
"description": "Windows - GUI - Controls - MonthCal - Others - Color (MCM_GET/SETCOLOR)" | |
}, | |
"MCSC_MONTHBK": { | |
"prefix" : "MCSC", | |
"body" : "MCSC_MONTHBK := 4", | |
"description": "Windows - GUI - Controls - MonthCal - Others - Color (MCM_GET/SETCOLOR)" | |
}, | |
"MCSC_TEXT": { | |
"prefix" : "MCSC", | |
"body" : "MCSC_TEXT := 1", | |
"description": "Windows - GUI - Controls - MonthCal - Others - Color (MCM_GET/SETCOLOR)" | |
}, | |
"MCSC_TITLEBK": { | |
"prefix" : "MCSC", | |
"body" : "MCSC_TITLEBK := 2", | |
"description": "Windows - GUI - Controls - MonthCal - Others - Color (MCM_GET/SETCOLOR)" | |
}, | |
"MCSC_TITLETEXT": { | |
"prefix" : "MCSC", | |
"body" : "MCSC_TITLETEXT := 3", | |
"description": "Windows - GUI - Controls - MonthCal - Others - Color (MCM_GET/SETCOLOR)" | |
}, | |
"MCSC_TRAILINGTEXT": { | |
"prefix" : "MCSC", | |
"body" : "MCSC_TRAILINGTEXT := 5", | |
"description": "Windows - GUI - Controls - MonthCal - Others - Color (MCM_GET/SETCOLOR)" | |
}, | |
"MCGIF_DATE": { | |
"prefix" : "MCGIF", | |
"body" : "MCGIF_DATE := 0x1", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIF_NAME": { | |
"prefix" : "MCGIF", | |
"body" : "MCGIF_NAME := 0x4", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIF_RECT": { | |
"prefix" : "MCGIF", | |
"body" : "MCGIF_RECT := 0x2", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_CALENDAR": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_CALENDAR := 4", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_CALENDARBODY": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_CALENDARBODY := 6", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_CALENDARCELL": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_CALENDARCELL := 8", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_CALENDARCONTROL": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_CALENDARCONTROL := 0", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_CALENDARHEADER": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_CALENDARHEADER := 5", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_CALENDARROW": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_CALENDARROW := 7", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_FOOTER": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_FOOTER := 3", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_NEXT": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_NEXT := 1", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCGIP_PREV": { | |
"prefix" : "MCGIP", | |
"body" : "MCGIP_PREV := 2", | |
"description": "Windows - GUI - Controls - MonthCal - Others - GridInfo (MCM_GET/SETCALENDARGRIDINFO (Vista+))" | |
}, | |
"MCHT_CALENDAR": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDAR := 0x20000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARBK": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARBK := 0x20000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARCONTROL": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARCONTROL := 0x100000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARDATE": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARDATE := 0x20001", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARDATEMAX": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARDATEMAX := 0x20005", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARDATEMIN": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARDATEMIN := 0x20004", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARDATENEXT": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARDATENEXT := 0x1020000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARDATEPREV": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARDATEPREV := 0x2020000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARDAY": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARDAY := 0x20002", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_CALENDARWEEKNUM": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_CALENDARWEEKNUM := 0x20003", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_NEXT": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_NEXT := 0x1000000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_NOWHERE": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_NOWHERE := 0x0", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_PREV": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_PREV := 0x2000000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TITLE": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TITLE := 0x10000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TITLEBK": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TITLEBK := 0x10000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TITLEBTNNEXT": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TITLEBTNNEXT := 0x1010003", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TITLEBTNPREV": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TITLEBTNPREV := 0x2010003", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TITLEMONTH": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TITLEMONTH := 0x10001", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TITLEYEAR": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TITLEYEAR := 0x10002", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCHT_TODAYLINK": { | |
"prefix" : "MCHT", | |
"body" : "MCHT_TODAYLINK := 0x30000", | |
"description": "Windows - GUI - Controls - MonthCal - Others - HitTest (MCM_HITTEST)" | |
}, | |
"MCMV_CENTURY": { | |
"prefix" : "MCMV", | |
"body" : "MCMV_CENTURY := 3", | |
"description": "Windows - GUI - Controls - MonthCal - Others - View (MCM_GET/SETCURRENTVIEW (Vista+))" | |
}, | |
"MCMV_DECADE": { | |
"prefix" : "MCMV", | |
"body" : "MCMV_DECADE := 2", | |
"description": "Windows - GUI - Controls - MonthCal - Others - View (MCM_GET/SETCURRENTVIEW (Vista+))" | |
}, | |
"MCMV_MAX": { | |
"prefix" : "MCMV", | |
"body" : "MCMV_MAX := 3", | |
"description": "Windows - GUI - Controls - MonthCal - Others - View (MCM_GET/SETCURRENTVIEW (Vista+))" | |
}, | |
"MCMV_MONTH": { | |
"prefix" : "MCMV", | |
"body" : "MCMV_MONTH := 0", | |
"description": "Windows - GUI - Controls - MonthCal - Others - View (MCM_GET/SETCURRENTVIEW (Vista+))" | |
}, | |
"MCMV_YEAR": { | |
"prefix" : "MCMV", | |
"body" : "MCMV_YEAR := 1", | |
"description": "Windows - GUI - Controls - MonthCal - Others - View (MCM_GET/SETCURRENTVIEW (Vista+))" | |
}, | |
"MCS_DAYSTATE": { | |
"prefix" : "MCS", | |
"body" : "MCS_DAYSTATE := 0x1", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_MULTISELECT": { | |
"prefix" : "MCS", | |
"body" : "MCS_MULTISELECT := 0x2", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_NOSELCHANGEONNAV": { | |
"prefix" : "MCS", | |
"body" : "MCS_NOSELCHANGEONNAV := 0x100", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_NOTODAY": { | |
"prefix" : "MCS", | |
"body" : "MCS_NOTODAY := 0x10", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_NOTODAYCIRCLE": { | |
"prefix" : "MCS", | |
"body" : "MCS_NOTODAYCIRCLE := 0x8", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_NOTRAILINGDATES": { | |
"prefix" : "MCS", | |
"body" : "MCS_NOTRAILINGDATES := 0x40", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_SHORTDAYSOFWEEK": { | |
"prefix" : "MCS", | |
"body" : "MCS_SHORTDAYSOFWEEK := 0x80", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"MCS_WEEKNUMBERS": { | |
"prefix" : "MCS", | |
"body" : "MCS_WEEKNUMBERS := 0x4", | |
"description": "Windows - GUI - Controls - MonthCal - Styles (Month Calendar Styles)" | |
}, | |
"CBES_EX_CASESENSITIVE": { | |
"prefix" : "CBES", | |
"body" : "CBES_EX_CASESENSITIVE := 0x10", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - ExStyles (ComboBoxEx Styles)" | |
}, | |
"CBES_EX_NOEDITIMAGE": { | |
"prefix" : "CBES", | |
"body" : "CBES_EX_NOEDITIMAGE := 0x1", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - ExStyles (ComboBoxEx Styles)" | |
}, | |
"CBES_EX_NOEDITIMAGEINDENT": { | |
"prefix" : "CBES", | |
"body" : "CBES_EX_NOEDITIMAGEINDENT := 0x2", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - ExStyles (ComboBoxEx Styles)" | |
}, | |
"CBES_EX_NOSIZELIMIT": { | |
"prefix" : "CBES", | |
"body" : "CBES_EX_NOSIZELIMIT := 0x8", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - ExStyles (ComboBoxEx Styles)" | |
}, | |
"CBES_EX_PATHWORDBREAKPROC": { | |
"prefix" : "CBES", | |
"body" : "CBES_EX_PATHWORDBREAKPROC := 0x4", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - ExStyles (ComboBoxEx Styles)" | |
}, | |
"CBES_EX_TEXTENDELLIPSIS": { | |
"prefix" : "CBES", | |
"body" : "CBES_EX_TEXTENDELLIPSIS := 0x20", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - ExStyles (ComboBoxEx Styles)" | |
}, | |
"CBEM_DELETEITEM": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_DELETEITEM := 0x144", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETCOMBOCONTROL": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETCOMBOCONTROL := 0x406", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETEDITCONTROL": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETEDITCONTROL := 0x407", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETEXSTYLE": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETEXSTYLE := 0x409", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETEXTENDEDSTYLE": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETEXTENDEDSTYLE := 0x409", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETIMAGELIST": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETIMAGELIST := 0x403", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETITEMA": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETITEMA := 0x404", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETITEMW": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETITEMW := 0x40D", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_GETUNICODEFORMAT": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_GETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_HASEDITCHANGED": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_HASEDITCHANGED := 0x40A", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_INSERTITEMA": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_INSERTITEMA := 0x401", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_INSERTITEMW": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_INSERTITEMW := 0x40B", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETEXSTYLE": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETEXSTYLE := 0x408", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETEXTENDEDSTYLE": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETEXTENDEDSTYLE := 0x40E", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETIMAGELIST": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETIMAGELIST := 0x402", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETITEMA": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETITEMA := 0x405", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETITEMW": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETITEMW := 0x40C", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETUNICODEFORMAT": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETUNICODEFORMAT := 0x2004", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEM_SETWINDOWTHEME": { | |
"prefix" : "CBEM", | |
"body" : "CBEM_SETWINDOWTHEME := 0x200B", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Messages (ComboBoxEx Messages)" | |
}, | |
"CBEN_BEGINEDIT": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_BEGINEDIT := -804", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_DELETEITEM": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_DELETEITEM := -802", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_DRAGBEGINA": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_DRAGBEGINA := -808", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_DRAGBEGINW": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_DRAGBEGINW := -809", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_ENDEDITA": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_ENDEDITA := -805", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_ENDEDITW": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_ENDEDITW := -806", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_FIRST": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_FIRST := -800", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_GETDISPINFOA": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_GETDISPINFOA := -800", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_GETDISPINFOW": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_GETDISPINFOW := -807", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBEN_INSERTITEM": { | |
"prefix" : "CBEN", | |
"body" : "CBEN_INSERTITEM := -801", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Notifications (ComboBoxEx Notifications)" | |
}, | |
"CBENF_DROPDOWN": { | |
"prefix" : "CBENF", | |
"body" : "CBENF_DROPDOWN := 4", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - EditAction (NMCBEENDEDIT iWhy (for CBEN_ENDEDIT))" | |
}, | |
"CBENF_ESCAPE": { | |
"prefix" : "CBENF", | |
"body" : "CBENF_ESCAPE := 3", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - EditAction (NMCBEENDEDIT iWhy (for CBEN_ENDEDIT))" | |
}, | |
"CBENF_KILLFOCUS": { | |
"prefix" : "CBENF", | |
"body" : "CBENF_KILLFOCUS := 1", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - EditAction (NMCBEENDEDIT iWhy (for CBEN_ENDEDIT))" | |
}, | |
"CBENF_RETURN": { | |
"prefix" : "CBENF", | |
"body" : "CBENF_RETURN := 2", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - EditAction (NMCBEENDEDIT iWhy (for CBEN_ENDEDIT))" | |
}, | |
"CBEIF_DI_SETITEM": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_DI_SETITEM := 0x10000000", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEIF_IMAGE": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_IMAGE := 0x2", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEIF_INDENT": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_INDENT := 0x10", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEIF_LPARAM": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_LPARAM := 0x20", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEIF_OVERLAY": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_OVERLAY := 0x8", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEIF_SELECTEDIMAGE": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_SELECTEDIMAGE := 0x4", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEIF_TEXT": { | |
"prefix" : "CBEIF", | |
"body" : "CBEIF_TEXT := 0x1", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - ItemMask (COMBOBOXEXITEM mask)" | |
}, | |
"CBEMAXSTRLEN": { | |
"prefix" : "CBEMAXSTRLEN", | |
"body" : "CBEMAXSTRLEN := 260", | |
"description": "Windows - GUI - Controls - Others - ComboBoxEx - Others - MaxLen (Max String Length (characters))" | |
}, | |
"DM_GETDEFID": { | |
"prefix" : "DM", | |
"body" : "DM_GETDEFID := 0x400", | |
"description": "Windows - GUI - Controls - Others - Dialog - Messages (Dialog Messages)" | |
}, | |
"DM_REPOSITION": { | |
"prefix" : "DM", | |
"body" : "DM_REPOSITION := 0x402", | |
"description": "Windows - GUI - Controls - Others - Dialog - Messages (Dialog Messages)" | |
}, | |
"DM_SETDEFID": { | |
"prefix" : "DM", | |
"body" : "DM_SETDEFID := 0x401", | |
"description": "Windows - GUI - Controls - Others - Dialog - Messages (Dialog Messages)" | |
}, | |
"DS_3DLOOK": { | |
"prefix" : "DS", | |
"body" : "DS_3DLOOK := 0x4", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_ABSALIGN": { | |
"prefix" : "DS", | |
"body" : "DS_ABSALIGN := 0x1", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_CENTER": { | |
"prefix" : "DS", | |
"body" : "DS_CENTER := 0x800", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_CENTERMOUSE": { | |
"prefix" : "DS", | |
"body" : "DS_CENTERMOUSE := 0x1000", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_CONTEXTHELP": { | |
"prefix" : "DS", | |
"body" : "DS_CONTEXTHELP := 0x2000", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_CONTROL": { | |
"prefix" : "DS", | |
"body" : "DS_CONTROL := 0x400", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_FIXEDSYS": { | |
"prefix" : "DS", | |
"body" : "DS_FIXEDSYS := 0x8", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_LOCALEDIT": { | |
"prefix" : "DS", | |
"body" : "DS_LOCALEDIT := 0x20", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_MODALFRAME": { | |
"prefix" : "DS", | |
"body" : "DS_MODALFRAME := 0x80", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_NOFAILCREATE": { | |
"prefix" : "DS", | |
"body" : "DS_NOFAILCREATE := 0x10", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_NOIDLEMSG": { | |
"prefix" : "DS", | |
"body" : "DS_NOIDLEMSG := 0x100", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_SETFONT": { | |
"prefix" : "DS", | |
"body" : "DS_SETFONT := 0x40", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_SETFOREGROUND": { | |
"prefix" : "DS", | |
"body" : "DS_SETFOREGROUND := 0x200", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_SHELLFONT": { | |
"prefix" : "DS", | |
"body" : "DS_SHELLFONT := 0x48", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"DS_SYSMODAL": { | |
"prefix" : "DS", | |
"body" : "DS_SYSMODAL := 0x2", | |
"description": "Windows - GUI - Controls - Others - Dialog - Styles (Dialog Styles)" | |
}, | |
"SBM_ENABLE_ARROWS": { | |
"prefix" : "SBM", | |
"body" : "SBM_ENABLE_ARROWS := 0xE4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_GETPOS": { | |
"prefix" : "SBM", | |
"body" : "SBM_GETPOS := 0xE1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_GETRANGE": { | |
"prefix" : "SBM", | |
"body" : "SBM_GETRANGE := 0xE3", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_GETSCROLLBARINFO": { | |
"prefix" : "SBM", | |
"body" : "SBM_GETSCROLLBARINFO := 0xEB", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_GETSCROLLINFO": { | |
"prefix" : "SBM", | |
"body" : "SBM_GETSCROLLINFO := 0xEA", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_SETPOS": { | |
"prefix" : "SBM", | |
"body" : "SBM_SETPOS := 0xE0", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_SETRANGE": { | |
"prefix" : "SBM", | |
"body" : "SBM_SETRANGE := 0xE2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_SETRANGEREDRAW": { | |
"prefix" : "SBM", | |
"body" : "SBM_SETRANGEREDRAW := 0xE6", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SBM_SETSCROLLINFO": { | |
"prefix" : "SBM", | |
"body" : "SBM_SETSCROLLINFO := 0xE9", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Messages (Scroll Bar Messages)" | |
}, | |
"SB_BOTTOM": { | |
"prefix" : "SB", | |
"body" : "SB_BOTTOM := 7", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_ENDSCROLL": { | |
"prefix" : "SB", | |
"body" : "SB_ENDSCROLL := 8", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_LEFT": { | |
"prefix" : "SB", | |
"body" : "SB_LEFT := 6", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_LINEDOWN": { | |
"prefix" : "SB", | |
"body" : "SB_LINEDOWN := 1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_LINELEFT": { | |
"prefix" : "SB", | |
"body" : "SB_LINELEFT := 0", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_LINERIGHT": { | |
"prefix" : "SB", | |
"body" : "SB_LINERIGHT := 1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_LINEUP": { | |
"prefix" : "SB", | |
"body" : "SB_LINEUP := 0", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_PAGEDOWN": { | |
"prefix" : "SB", | |
"body" : "SB_PAGEDOWN := 3", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_PAGELEFT": { | |
"prefix" : "SB", | |
"body" : "SB_PAGELEFT := 2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_PAGERIGHT": { | |
"prefix" : "SB", | |
"body" : "SB_PAGERIGHT := 3", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_PAGEUP": { | |
"prefix" : "SB", | |
"body" : "SB_PAGEUP := 2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_RIGHT": { | |
"prefix" : "SB", | |
"body" : "SB_RIGHT := 7", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_THUMBPOSITION": { | |
"prefix" : "SB", | |
"body" : "SB_THUMBPOSITION := 4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_THUMBTRACK": { | |
"prefix" : "SB", | |
"body" : "SB_THUMBTRACK := 5", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_TOP": { | |
"prefix" : "SB", | |
"body" : "SB_TOP := 6", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Commands (Scroll Bar Commands)" | |
}, | |
"SB_BOTH": { | |
"prefix" : "SB", | |
"body" : "SB_BOTH := 3", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Flags (Scroll Bar Flags)" | |
}, | |
"SB_CTL": { | |
"prefix" : "SB", | |
"body" : "SB_CTL := 2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Flags (Scroll Bar Flags)" | |
}, | |
"SB_HORZ": { | |
"prefix" : "SB", | |
"body" : "SB_HORZ := 0", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Flags (Scroll Bar Flags)" | |
}, | |
"SB_VERT": { | |
"prefix" : "SB", | |
"body" : "SB_VERT := 1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - Flags (Scroll Bar Flags)" | |
}, | |
"SIF_ALL": { | |
"prefix" : "SIF", | |
"body" : "SIF_ALL := 0x1F", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollInfo (SCROLLINFO Flags)" | |
}, | |
"SIF_DISABLENOSCROLL": { | |
"prefix" : "SIF", | |
"body" : "SIF_DISABLENOSCROLL := 0x8", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollInfo (SCROLLINFO Flags)" | |
}, | |
"SIF_PAGE": { | |
"prefix" : "SIF", | |
"body" : "SIF_PAGE := 0x2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollInfo (SCROLLINFO Flags)" | |
}, | |
"SIF_POS": { | |
"prefix" : "SIF", | |
"body" : "SIF_POS := 0x4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollInfo (SCROLLINFO Flags)" | |
}, | |
"SIF_RANGE": { | |
"prefix" : "SIF", | |
"body" : "SIF_RANGE := 0x1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollInfo (SCROLLINFO Flags)" | |
}, | |
"SIF_TRACKPOS": { | |
"prefix" : "SIF", | |
"body" : "SIF_TRACKPOS := 0x10", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollInfo (SCROLLINFO Flags)" | |
}, | |
"SW_ERASE": { | |
"prefix" : "SW", | |
"body" : "SW_ERASE := 0x4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollWindowEx (Parameters for ScrollWindowEx)" | |
}, | |
"SW_INVALIDATE": { | |
"prefix" : "SW", | |
"body" : "SW_INVALIDATE := 0x2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollWindowEx (Parameters for ScrollWindowEx)" | |
}, | |
"SW_SCROLLCHILDREN": { | |
"prefix" : "SW", | |
"body" : "SW_SCROLLCHILDREN := 0x1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollWindowEx (Parameters for ScrollWindowEx)" | |
}, | |
"SW_SMOOTHSCROLL": { | |
"prefix" : "SW", | |
"body" : "SW_SMOOTHSCROLL := 0x10", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Others - ScrollWindowEx (Parameters for ScrollWindowEx)" | |
}, | |
"SBS_BOTTOMALIGN": { | |
"prefix" : "SBS", | |
"body" : "SBS_BOTTOMALIGN := 0x4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_HORZ": { | |
"prefix" : "SBS", | |
"body" : "SBS_HORZ := 0x0", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_LEFTALIGN": { | |
"prefix" : "SBS", | |
"body" : "SBS_LEFTALIGN := 0x2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_RIGHTALIGN": { | |
"prefix" : "SBS", | |
"body" : "SBS_RIGHTALIGN := 0x4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_SIZEBOX": { | |
"prefix" : "SBS", | |
"body" : "SBS_SIZEBOX := 0x8", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_SIZEBOXBOTTOMRIGHTALIGN": { | |
"prefix" : "SBS", | |
"body" : "SBS_SIZEBOXBOTTOMRIGHTALIGN := 0x4", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_SIZEBOXTOPLEFTALIGN": { | |
"prefix" : "SBS", | |
"body" : "SBS_SIZEBOXTOPLEFTALIGN := 0x2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_SIZEGRIP": { | |
"prefix" : "SBS", | |
"body" : "SBS_SIZEGRIP := 0x10", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_TOPALIGN": { | |
"prefix" : "SBS", | |
"body" : "SBS_TOPALIGN := 0x2", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"SBS_VERT": { | |
"prefix" : "SBS", | |
"body" : "SBS_VERT := 0x1", | |
"description": "Windows - GUI - Controls - Others - ScrollBar - Styles (Scroll Bar Styles)" | |
}, | |
"ACM_ISPLAYING": { | |
"prefix" : "ACM", | |
"body" : "ACM_ISPLAYING := 0x468", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Messages (Animation Control Messages)" | |
}, | |
"ACM_OPENA": { | |
"prefix" : "ACM", | |
"body" : "ACM_OPENA := 0x464", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Messages (Animation Control Messages)" | |
}, | |
"ACM_OPENW": { | |
"prefix" : "ACM", | |
"body" : "ACM_OPENW := 0x467", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Messages (Animation Control Messages)" | |
}, | |
"ACM_PLAY": { | |
"prefix" : "ACM", | |
"body" : "ACM_PLAY := 0x465", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Messages (Animation Control Messages)" | |
}, | |
"ACM_STOP": { | |
"prefix" : "ACM", | |
"body" : "ACM_STOP := 0x466", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Messages (Animation Control Messages)" | |
}, | |
"ACN_START": { | |
"prefix" : "ACN", | |
"body" : "ACN_START := 1", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Notifications (Animation Control Notifications)" | |
}, | |
"ACN_STOP": { | |
"prefix" : "ACN", | |
"body" : "ACN_STOP := 2", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Notifications (Animation Control Notifications)" | |
}, | |
"ACS_AUTOPLAY": { | |
"prefix" : "ACS", | |
"body" : "ACS_AUTOPLAY := 0x4", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Styles (Animation Control Styles)" | |
}, | |
"ACS_CENTER": { | |
"prefix" : "ACS", | |
"body" : "ACS_CENTER := 0x1", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Styles (Animation Control Styles)" | |
}, | |
"ACS_TIMER": { | |
"prefix" : "ACS", | |
"body" : "ACS_TIMER := 0x8", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Styles (Animation Control Styles)" | |
}, | |
"ACS_TRANSPARENT": { | |
"prefix" : "ACS", | |
"body" : "ACS_TRANSPARENT := 0x2", | |
"description": "Windows - GUI - Controls - Others - SysAnimate32 - Styles (Animation Control Styles)" | |
}, | |
"IPM_CLEARADDRESS": { | |
"prefix" : "IPM", | |
"body" : "IPM_CLEARADDRESS := 0x464", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Messages (IP Address Control Messages)" | |
}, | |
"IPM_GETADDRESS": { | |
"prefix" : "IPM", | |
"body" : "IPM_GETADDRESS := 0x466", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Messages (IP Address Control Messages)" | |
}, | |
"IPM_ISBLANK": { | |
"prefix" : "IPM", | |
"body" : "IPM_ISBLANK := 0x469", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Messages (IP Address Control Messages)" | |
}, | |
"IPM_SETADDRESS": { | |
"prefix" : "IPM", | |
"body" : "IPM_SETADDRESS := 0x465", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Messages (IP Address Control Messages)" | |
}, | |
"IPM_SETFOCUS": { | |
"prefix" : "IPM", | |
"body" : "IPM_SETFOCUS := 0x468", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Messages (IP Address Control Messages)" | |
}, | |
"IPM_SETRANGE": { | |
"prefix" : "IPM", | |
"body" : "IPM_SETRANGE := 0x467", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Messages (IP Address Control Messages)" | |
}, | |
"IPN_FIELDCHANGED": { | |
"prefix" : "IPN", | |
"body" : "IPN_FIELDCHANGED := -860", | |
"description": "Windows - GUI - Controls - Others - SysIPAddress32 - Notification (IP Address Control Notification)" | |
}, | |
"PGM_FORWARDMOUSE": { | |
"prefix" : "PGM", | |
"body" : "PGM_FORWARDMOUSE := 0x1403", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_GETBKCOLOR": { | |
"prefix" : "PGM", | |
"body" : "PGM_GETBKCOLOR := 0x1405", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_GETBORDER": { | |
"prefix" : "PGM", | |
"body" : "PGM_GETBORDER := 0x1407", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_GETBUTTONSIZE": { | |
"prefix" : "PGM", | |
"body" : "PGM_GETBUTTONSIZE := 0x140B", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_GETBUTTONSTATE": { | |
"prefix" : "PGM", | |
"body" : "PGM_GETBUTTONSTATE := 0x140C", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_GETDROPTARGET": { | |
"prefix" : "PGM", | |
"body" : "PGM_GETDROPTARGET := 0x2004", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_GETPOS": { | |
"prefix" : "PGM", | |
"body" : "PGM_GETPOS := 0x1409", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_RECALCSIZE": { | |
"prefix" : "PGM", | |
"body" : "PGM_RECALCSIZE := 0x1402", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_SETBKCOLOR": { | |
"prefix" : "PGM", | |
"body" : "PGM_SETBKCOLOR := 0x1404", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_SETBORDER": { | |
"prefix" : "PGM", | |
"body" : "PGM_SETBORDER := 0x1406", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_SETBUTTONSIZE": { | |
"prefix" : "PGM", | |
"body" : "PGM_SETBUTTONSIZE := 0x140A", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_SETCHILD": { | |
"prefix" : "PGM", | |
"body" : "PGM_SETCHILD := 0x1401", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGM_SETPOS": { | |
"prefix" : "PGM", | |
"body" : "PGM_SETPOS := 0x1408", | |
"description": "Windows - GUI - Controls - Others - SysPager - Messages (Pager Control Messages)" | |
}, | |
"PGN_CALCSIZE": { | |
"prefix" : "PGN", | |
"body" : "PGN_CALCSIZE := -902", | |
"description": "Windows - GUI - Controls - Others - SysPager - Notifications (Pager Control Notifications)" | |
}, | |
"PGN_HOTITEMCHANGE": { | |
"prefix" : "PGN", | |
"body" : "PGN_HOTITEMCHANGE := -903", | |
"description": "Windows - GUI - Controls - Others - SysPager - Notifications (Pager Control Notifications)" | |
}, | |
"PGN_SCROLL": { | |
"prefix" : "PGN", | |
"body" : "PGN_SCROLL := -901", | |
"description": "Windows - GUI - Controls - Others - SysPager - Notifications (Pager Control Notifications)" | |
}, | |
"PGF_CALCHEIGHT": { | |
"prefix" : "PGF", | |
"body" : "PGF_CALCHEIGHT := 2", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - CalcSize (PGN_CALCSIZE lParam (NMPGCALCSIZE) dwFlag)" | |
}, | |
"PGF_CALCWIDTH": { | |
"prefix" : "PGF", | |
"body" : "PGF_CALCWIDTH := 1", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - CalcSize (PGN_CALCSIZE lParam (NMPGCALCSIZE) dwFlag)" | |
}, | |
"PGF_SCROLLDOWN": { | |
"prefix" : "PGF", | |
"body" : "PGF_SCROLLDOWN := 2", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollDir (PGN_SCROLL lParam (NMPGSCROLL) Direction)" | |
}, | |
"PGF_SCROLLLEFT": { | |
"prefix" : "PGF", | |
"body" : "PGF_SCROLLLEFT := 4", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollDir (PGN_SCROLL lParam (NMPGSCROLL) Direction)" | |
}, | |
"PGF_SCROLLRIGHT": { | |
"prefix" : "PGF", | |
"body" : "PGF_SCROLLRIGHT := 8", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollDir (PGN_SCROLL lParam (NMPGSCROLL) Direction)" | |
}, | |
"PGF_SCROLLUP": { | |
"prefix" : "PGF", | |
"body" : "PGF_SCROLLUP := 1", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollDir (PGN_SCROLL lParam (NMPGSCROLL) Direction)" | |
}, | |
"PGK_CONTROL": { | |
"prefix" : "PGK", | |
"body" : "PGK_CONTROL := 2", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollModifierKeys (PGN_SCROLL lParam (NMPGSCROLL) Modifier Keys)" | |
}, | |
"PGK_MENU": { | |
"prefix" : "PGK", | |
"body" : "PGK_MENU := 4", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollModifierKeys (PGN_SCROLL lParam (NMPGSCROLL) Modifier Keys)" | |
}, | |
"PGK_SHIFT": { | |
"prefix" : "PGK", | |
"body" : "PGK_SHIFT := 1", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - ScrollModifierKeys (PGN_SCROLL lParam (NMPGSCROLL) Modifier Keys)" | |
}, | |
"PGF_DEPRESSED": { | |
"prefix" : "PGF", | |
"body" : "PGF_DEPRESSED := 4", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - States (Pager Control State (retrieved with PGM_GETBUTTONSTATE))" | |
}, | |
"PGF_GRAYED": { | |
"prefix" : "PGF", | |
"body" : "PGF_GRAYED := 2", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - States (Pager Control State (retrieved with PGM_GETBUTTONSTATE))" | |
}, | |
"PGF_HOT": { | |
"prefix" : "PGF", | |
"body" : "PGF_HOT := 8", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - States (Pager Control State (retrieved with PGM_GETBUTTONSTATE))" | |
}, | |
"PGF_INVISIBLE": { | |
"prefix" : "PGF", | |
"body" : "PGF_INVISIBLE := 0", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - States (Pager Control State (retrieved with PGM_GETBUTTONSTATE))" | |
}, | |
"PGF_NORMAL": { | |
"prefix" : "PGF", | |
"body" : "PGF_NORMAL := 1", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - States (Pager Control State (retrieved with PGM_GETBUTTONSTATE))" | |
}, | |
"PGB_BOTTOMORRIGHT": { | |
"prefix" : "PGB", | |
"body" : "PGB_BOTTOMORRIGHT := 1", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - WhichButton (PGM_GETBUTTONSTATE lParam)" | |
}, | |
"PGB_TOPORLEFT": { | |
"prefix" : "PGB", | |
"body" : "PGB_TOPORLEFT := 0", | |
"description": "Windows - GUI - Controls - Others - SysPager - Others - WhichButton (PGM_GETBUTTONSTATE lParam)" | |
}, | |
"PGS_AUTOSCROLL": { | |
"prefix" : "PGS", | |
"body" : "PGS_AUTOSCROLL := 0x2", | |
"description": "Windows - GUI - Controls - Others - SysPager - Styles (Pager Control Styles)" | |
}, | |
"PGS_DRAGNDROP": { | |
"prefix" : "PGS", | |
"body" : "PGS_DRAGNDROP := 0x4", | |
"description": "Windows - GUI - Controls - Others - SysPager - Styles (Pager Control Styles)" | |
}, | |
"PGS_HORZ": { | |
"prefix" : "PGS", | |
"body" : "PGS_HORZ := 0x1", | |
"description": "Windows - GUI - Controls - Others - SysPager - Styles (Pager Control Styles)" | |
}, | |
"PGS_VERT": { | |
"prefix" : "PGS", | |
"body" : "PGS_VERT := 0x0", | |
"description": "Windows - GUI - Controls - Others - SysPager - Styles (Pager Control Styles)" | |
}, | |
"PBM_DELTAPOS": { | |
"prefix" : "PBM", | |
"body" : "PBM_DELTAPOS := 0x403", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_GETBARCOLOR": { | |
"prefix" : "PBM", | |
"body" : "PBM_GETBARCOLOR := 0x40F", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_GETBKCOLOR": { | |
"prefix" : "PBM", | |
"body" : "PBM_GETBKCOLOR := 0x40E", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_GETPOS": { | |
"prefix" : "PBM", | |
"body" : "PBM_GETPOS := 0x408", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_GETRANGE": { | |
"prefix" : "PBM", | |
"body" : "PBM_GETRANGE := 0x407", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_GETSTATE": { | |
"prefix" : "PBM", | |
"body" : "PBM_GETSTATE := 0x411", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_GETSTEP": { | |
"prefix" : "PBM", | |
"body" : "PBM_GETSTEP := 0x40D", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETBARCOLOR": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETBARCOLOR := 0x409", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETBKCOLOR": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETBKCOLOR := 0x2001", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETMARQUEE": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETMARQUEE := 0x40A", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETPOS": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETPOS := 0x402", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETRANGE": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETRANGE := 0x401", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETRANGE32": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETRANGE32 := 0x406", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETSTATE": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETSTATE := 0x410", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_SETSTEP": { | |
"prefix" : "PBM", | |
"body" : "PBM_SETSTEP := 0x404", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBM_STEPIT": { | |
"prefix" : "PBM", | |
"body" : "PBM_STEPIT := 0x405", | |
"description": "Windows - GUI - Controls - Progress Bar - Messages (Progress Bar Messages)" | |
}, | |
"PBST_ERROR": { | |
"prefix" : "PBST", | |
"body" : "PBST_ERROR := 2", | |
"description": "Windows - GUI - Controls - Progress Bar - States (PBM_SETSTATE States (Vista+))" | |
}, | |
"PBST_NORMAL": { | |
"prefix" : "PBST", | |
"body" : "PBST_NORMAL := 1", | |
"description": "Windows - GUI - Controls - Progress Bar - States (PBM_SETSTATE States (Vista+))" | |
}, | |
"PBST_PAUSED": { | |
"prefix" : "PBST", | |
"body" : "PBST_PAUSED := 3", | |
"description": "Windows - GUI - Controls - Progress Bar - States (PBM_SETSTATE States (Vista+))" | |
}, | |
"PBS_MARQUEE": { | |
"prefix" : "PBS", | |
"body" : "PBS_MARQUEE := 0x8", | |
"description": "Windows - GUI - Controls - Progress Bar - Styles (Progress Bar Styles)" | |
}, | |
"PBS_SMOOTH": { | |
"prefix" : "PBS", | |
"body" : "PBS_SMOOTH := 0x1", | |
"description": "Windows - GUI - Controls - Progress Bar - Styles (Progress Bar Styles)" | |
}, | |
"PBS_SMOOTHREVERSE": { | |
"prefix" : "PBS", | |
"body" : "PBS_SMOOTHREVERSE := 0x10", | |
"description": "Windows - GUI - Controls - Progress Bar - Styles (Progress Bar Styles)" | |
}, | |
"PBS_VERTICAL": { | |
"prefix" : "PBS", | |
"body" : "PBS_VERTICAL := 0x4", | |
"description": "Windows - GUI - Controls - Progress Bar - Styles (Progress Bar Styles)" | |
}, | |
"RB_BEGINDRAG": { | |
"prefix" : "RB", | |
"body" : "RB_BEGINDRAG := 0x418", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_DELETEBAND": { | |
"prefix" : "RB", | |
"body" : "RB_DELETEBAND := 0x402", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_DRAGMOVE": { | |
"prefix" : "RB", | |
"body" : "RB_DRAGMOVE := 0x41A", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_ENDDRAG": { | |
"prefix" : "RB", | |
"body" : "RB_ENDDRAG := 0x419", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBANDBORDERS": { | |
"prefix" : "RB", | |
"body" : "RB_GETBANDBORDERS := 0x422", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBANDCOUNT": { | |
"prefix" : "RB", | |
"body" : "RB_GETBANDCOUNT := 0x40C", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBANDINFO": { | |
"prefix" : "RB", | |
"body" : "RB_GETBANDINFO := 0x405", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBANDINFOA": { | |
"prefix" : "RB", | |
"body" : "RB_GETBANDINFOA := 0x41D", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBANDINFOW": { | |
"prefix" : "RB", | |
"body" : "RB_GETBANDINFOW := 0x41C", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBANDMARGINS": { | |
"prefix" : "RB", | |
"body" : "RB_GETBANDMARGINS := 0x428", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBARHEIGHT": { | |
"prefix" : "RB", | |
"body" : "RB_GETBARHEIGHT := 0x41B", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBARINFO": { | |
"prefix" : "RB", | |
"body" : "RB_GETBARINFO := 0x403", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETBKCOLOR": { | |
"prefix" : "RB", | |
"body" : "RB_GETBKCOLOR := 0x414", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETCOLORSCHEME": { | |
"prefix" : "RB", | |
"body" : "RB_GETCOLORSCHEME := 0x2003", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETDROPTARGET": { | |
"prefix" : "RB", | |
"body" : "RB_GETDROPTARGET := 0x2004", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETEXTENDEDSTYLE": { | |
"prefix" : "RB", | |
"body" : "RB_GETEXTENDEDSTYLE := 0x42A", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETPALETTE": { | |
"prefix" : "RB", | |
"body" : "RB_GETPALETTE := 0x426", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETRECT": { | |
"prefix" : "RB", | |
"body" : "RB_GETRECT := 0x409", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETROWCOUNT": { | |
"prefix" : "RB", | |
"body" : "RB_GETROWCOUNT := 0x40D", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETROWHEIGHT": { | |
"prefix" : "RB", | |
"body" : "RB_GETROWHEIGHT := 0x40E", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETTEXTCOLOR": { | |
"prefix" : "RB", | |
"body" : "RB_GETTEXTCOLOR := 0x416", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETTOOLTIPS": { | |
"prefix" : "RB", | |
"body" : "RB_GETTOOLTIPS := 0x411", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_GETUNICODEFORMAT": { | |
"prefix" : "RB", | |
"body" : "RB_GETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_HITTEST": { | |
"prefix" : "RB", | |
"body" : "RB_HITTEST := 0x408", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_IDTOINDEX": { | |
"prefix" : "RB", | |
"body" : "RB_IDTOINDEX := 0x410", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_INSERTBANDA": { | |
"prefix" : "RB", | |
"body" : "RB_INSERTBANDA := 0x401", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_INSERTBANDW": { | |
"prefix" : "RB", | |
"body" : "RB_INSERTBANDW := 0x40A", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_MAXIMIZEBAND": { | |
"prefix" : "RB", | |
"body" : "RB_MAXIMIZEBAND := 0x41F", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_MINIMIZEBAND": { | |
"prefix" : "RB", | |
"body" : "RB_MINIMIZEBAND := 0x41E", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_MOVEBAND": { | |
"prefix" : "RB", | |
"body" : "RB_MOVEBAND := 0x427", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_PUSHCHEVRON": { | |
"prefix" : "RB", | |
"body" : "RB_PUSHCHEVRON := 0x42B", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETBANDINFOA": { | |
"prefix" : "RB", | |
"body" : "RB_SETBANDINFOA := 0x406", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETBANDINFOW": { | |
"prefix" : "RB", | |
"body" : "RB_SETBANDINFOW := 0x40B", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETBANDWIDTH": { | |
"prefix" : "RB", | |
"body" : "RB_SETBANDWIDTH := 0x42C", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETBARINFO": { | |
"prefix" : "RB", | |
"body" : "RB_SETBARINFO := 0x404", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETBKCOLOR": { | |
"prefix" : "RB", | |
"body" : "RB_SETBKCOLOR := 0x413", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETCOLORSCHEME": { | |
"prefix" : "RB", | |
"body" : "RB_SETCOLORSCHEME := 0x2002", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETEXTENDEDSTYLE": { | |
"prefix" : "RB", | |
"body" : "RB_SETEXTENDEDSTYLE := 0x429", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETPALETTE": { | |
"prefix" : "RB", | |
"body" : "RB_SETPALETTE := 0x425", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETPARENT": { | |
"prefix" : "RB", | |
"body" : "RB_SETPARENT := 0x407", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETTEXTCOLOR": { | |
"prefix" : "RB", | |
"body" : "RB_SETTEXTCOLOR := 0x415", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETTOOLTIPS": { | |
"prefix" : "RB", | |
"body" : "RB_SETTOOLTIPS := 0x412", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETUNICODEFORMAT": { | |
"prefix" : "RB", | |
"body" : "RB_SETUNICODEFORMAT := 0x2004", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SETWINDOWTHEME": { | |
"prefix" : "RB", | |
"body" : "RB_SETWINDOWTHEME := 0x200B", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SHOWBAND": { | |
"prefix" : "RB", | |
"body" : "RB_SHOWBAND := 0x423", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RB_SIZETORECT": { | |
"prefix" : "RB", | |
"body" : "RB_SIZETORECT := 0x417", | |
"description": "Windows - GUI - Controls - ReBar - Messages (ReBar Messages)" | |
}, | |
"RBN_AUTOBREAK": { | |
"prefix" : "RBN", | |
"body" : "RBN_AUTOBREAK := -853", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_AUTOSIZE": { | |
"prefix" : "RBN", | |
"body" : "RBN_AUTOSIZE := -834", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_BEGINDRAG": { | |
"prefix" : "RBN", | |
"body" : "RBN_BEGINDRAG := -835", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_CHEVRONPUSHED": { | |
"prefix" : "RBN", | |
"body" : "RBN_CHEVRONPUSHED := -841", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_CHILDSIZE": { | |
"prefix" : "RBN", | |
"body" : "RBN_CHILDSIZE := -839", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_DELETEDBAND": { | |
"prefix" : "RBN", | |
"body" : "RBN_DELETEDBAND := -838", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_DELETINGBAND": { | |
"prefix" : "RBN", | |
"body" : "RBN_DELETINGBAND := -837", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_ENDDRAG": { | |
"prefix" : "RBN", | |
"body" : "RBN_ENDDRAG := -836", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_FIRST": { | |
"prefix" : "RBN", | |
"body" : "RBN_FIRST := -831", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_GETOBJECT": { | |
"prefix" : "RBN", | |
"body" : "RBN_GETOBJECT := -832", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_HEIGHTCHANGE": { | |
"prefix" : "RBN", | |
"body" : "RBN_HEIGHTCHANGE := -831", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_LAYOUTCHANGED": { | |
"prefix" : "RBN", | |
"body" : "RBN_LAYOUTCHANGED := -833", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_MINMAX": { | |
"prefix" : "RBN", | |
"body" : "RBN_MINMAX := -852", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBN_SPLITTERDRAG": { | |
"prefix" : "RBN", | |
"body" : "RBN_SPLITTERDRAG := -842", | |
"description": "Windows - GUI - Controls - ReBar - Notifications (ReBar Notifications)" | |
}, | |
"RBAB_ADDBAND": { | |
"prefix" : "RBAB", | |
"body" : "RBAB_ADDBAND := 0x2", | |
"description": "Windows - GUI - Controls - ReBar - Others - AutoBreak (NMREBARAUTOBREAK fStyleCurrent?)" | |
}, | |
"RBAB_AUTOSIZE": { | |
"prefix" : "RBAB", | |
"body" : "RBAB_AUTOSIZE := 0x1", | |
"description": "Windows - GUI - Controls - ReBar - Others - AutoBreak (NMREBARAUTOBREAK fStyleCurrent?)" | |
}, | |
"RBBIM_BACKGROUND": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_BACKGROUND := 0x80", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_CHEVRONLOCATION": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_CHEVRONLOCATION := 0x1000", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_CHEVRONSTATE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_CHEVRONSTATE := 0x2000", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_CHILD": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_CHILD := 0x10", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_CHILDSIZE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_CHILDSIZE := 0x20", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_COLORS": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_COLORS := 0x2", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_HEADERSIZE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_HEADERSIZE := 0x800", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_ID": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_ID := 0x100", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_IDEALSIZE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_IDEALSIZE := 0x200", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_IMAGE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_IMAGE := 0x8", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_LPARAM": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_LPARAM := 0x400", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_SIZE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_SIZE := 0x40", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_STYLE": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_STYLE := 0x1", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBIM_TEXT": { | |
"prefix" : "RBBIM", | |
"body" : "RBBIM_TEXT := 0x4", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoMask (REBARBANDINFO fMask)" | |
}, | |
"RBBS_BREAK": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_BREAK := 0x1", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_CHILDEDGE": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_CHILDEDGE := 0x4", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_FIXEDBMP": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_FIXEDBMP := 0x20", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_FIXEDSIZE": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_FIXEDSIZE := 0x2", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_GRIPPERALWAYS": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_GRIPPERALWAYS := 0x80", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_HIDDEN": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_HIDDEN := 0x8", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_HIDETITLE": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_HIDETITLE := 0x400", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_NOGRIPPER": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_NOGRIPPER := 0x100", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_NOVERT": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_NOVERT := 0x10", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_TOPALIGN": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_TOPALIGN := 0x800", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_USECHEVRON": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_USECHEVRON := 0x200", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBBS_VARIABLEHEIGHT": { | |
"prefix" : "RBBS", | |
"body" : "RBBS_VARIABLEHEIGHT := 0x40", | |
"description": "Windows - GUI - Controls - ReBar - Others - BandInfoStyle (REBARBANDINFO fStyle)" | |
}, | |
"RBHT_CAPTION": { | |
"prefix" : "RBHT", | |
"body" : "RBHT_CAPTION := 0x2", | |
"description": "Windows - GUI - Controls - ReBar - Others - HitTest (RBHITTESTINFO Flags)" | |
}, | |
"RBHT_CHEVRON": { | |
"prefix" : "RBHT", | |
"body" : "RBHT_CHEVRON := 0x8", | |
"description": "Windows - GUI - Controls - ReBar - Others - HitTest (RBHITTESTINFO Flags)" | |
}, | |
"RBHT_CLIENT": { | |
"prefix" : "RBHT", | |
"body" : "RBHT_CLIENT := 0x3", | |
"description": "Windows - GUI - Controls - ReBar - Others - HitTest (RBHITTESTINFO Flags)" | |
}, | |
"RBHT_GRABBER": { | |
"prefix" : "RBHT", | |
"body" : "RBHT_GRABBER := 0x4", | |
"description": "Windows - GUI - Controls - ReBar - Others - HitTest (RBHITTESTINFO Flags)" | |
}, | |
"RBHT_NOWHERE": { | |
"prefix" : "RBHT", | |
"body" : "RBHT_NOWHERE := 0x1", | |
"description": "Windows - GUI - Controls - ReBar - Others - HitTest (RBHITTESTINFO Flags)" | |
}, | |
"RBHT_SPLITTER": { | |
"prefix" : "RBHT", | |
"body" : "RBHT_SPLITTER := 0x10", | |
"description": "Windows - GUI - Controls - ReBar - Others - HitTest (RBHITTESTINFO Flags)" | |
}, | |
"RBNM_ID": { | |
"prefix" : "RBNM", | |
"body" : "RBNM_ID := 0x1", | |
"description": "Windows - GUI - Controls - ReBar - Others - NotificationMask (NMREBAR dwMask)" | |
}, | |
"RBNM_LPARAM": { | |
"prefix" : "RBNM", | |
"body" : "RBNM_LPARAM := 0x4", | |
"description": "Windows - GUI - Controls - ReBar - Others - NotificationMask (NMREBAR dwMask)" | |
}, | |
"RBNM_STYLE": { | |
"prefix" : "RBNM", | |
"body" : "RBNM_STYLE := 0x2", | |
"description": "Windows - GUI - Controls - ReBar - Others - NotificationMask (NMREBAR dwMask)" | |
}, | |
"RBSTR_CHANGERECT": { | |
"prefix" : "RBSTR", | |
"body" : "RBSTR_CHANGERECT := 0x1", | |
"description": "Windows - GUI - Controls - ReBar - Others - SizeToRect (RB_SIZETORECT Flag)" | |
}, | |
"RBS_AUTOSIZE": { | |
"prefix" : "RBS", | |
"body" : "RBS_AUTOSIZE := 0x2000", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_BANDBORDERS": { | |
"prefix" : "RBS", | |
"body" : "RBS_BANDBORDERS := 0x400", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_DBLCLKTOGGLE": { | |
"prefix" : "RBS", | |
"body" : "RBS_DBLCLKTOGGLE := 0x8000", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_FIXEDORDER": { | |
"prefix" : "RBS", | |
"body" : "RBS_FIXEDORDER := 0x800", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_REGISTERDROP": { | |
"prefix" : "RBS", | |
"body" : "RBS_REGISTERDROP := 0x1000", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_TOOLTIPS": { | |
"prefix" : "RBS", | |
"body" : "RBS_TOOLTIPS := 0x100", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_VARHEIGHT": { | |
"prefix" : "RBS", | |
"body" : "RBS_VARHEIGHT := 0x200", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"RBS_VERTICALGRIPPER": { | |
"prefix" : "RBS", | |
"body" : "RBS_VERTICALGRIPPER := 0x4000", | |
"description": "Windows - GUI - Controls - ReBar - Styles (ReBar Styles)" | |
}, | |
"TBM_CLEARSEL": { | |
"prefix" : "TBM", | |
"body" : "TBM_CLEARSEL := 0x413", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_CLEARTICS": { | |
"prefix" : "TBM", | |
"body" : "TBM_CLEARTICS := 0x409", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETBUDDY": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETBUDDY := 0x421", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETCHANNELRECT": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETCHANNELRECT := 0x41A", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETLINESIZE": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETLINESIZE := 0x418", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETNUMTICS": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETNUMTICS := 0x410", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETPAGESIZE": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETPAGESIZE := 0x416", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETPOS": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETPOS := 0x400", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETPTICS": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETPTICS := 0x40E", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETRANGEMAX": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETRANGEMAX := 0x402", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETRANGEMIN": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETRANGEMIN := 0x401", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETSELEND": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETSELEND := 0x412", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETSELSTART": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETSELSTART := 0x411", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETTHUMBLENGTH": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETTHUMBLENGTH := 0x41C", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETTHUMBRECT": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETTHUMBRECT := 0x419", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETTIC": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETTIC := 0x403", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETTICPOS": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETTICPOS := 0x40F", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETTOOLTIPS": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETTOOLTIPS := 0x41E", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_GETUNICODEFORMAT": { | |
"prefix" : "TBM", | |
"body" : "TBM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETBUDDY": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETBUDDY := 0x420", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETLINESIZE": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETLINESIZE := 0x417", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETPAGESIZE": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETPAGESIZE := 0x415", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETPOS": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETPOS := 0x405", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETPOSNOTIFY": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETPOSNOTIFY := 0x422", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETRANGE": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETRANGE := 0x406", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETRANGEMAX": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETRANGEMAX := 0x408", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETRANGEMIN": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETRANGEMIN := 0x407", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETSEL": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETSEL := 0x40A", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETSELEND": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETSELEND := 0x40C", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETSELSTART": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETSELSTART := 0x40B", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETTHUMBLENGTH": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETTHUMBLENGTH := 0x41B", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETTIC": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETTIC := 0x404", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETTICFREQ": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETTICFREQ := 0x414", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETTIPSIDE": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETTIPSIDE := 0x41F", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETTOOLTIPS": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETTOOLTIPS := 0x41D", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TBM_SETUNICODEFORMAT": { | |
"prefix" : "TBM", | |
"body" : "TBM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - Slider - Messages (Slider Messages)" | |
}, | |
"TRBN_FIRST": { | |
"prefix" : "TRBN", | |
"body" : "TRBN_FIRST := -1501", | |
"description": "Windows - GUI - Controls - Slider - Notification (Slider Notification)" | |
}, | |
"TRBN_THUMBPOSCHANGING": { | |
"prefix" : "TRBN", | |
"body" : "TRBN_THUMBPOSCHANGING := -1502", | |
"description": "Windows - GUI - Controls - Slider - Notification (Slider Notification)" | |
}, | |
"TBCD_CHANNEL": { | |
"prefix" : "TBCD", | |
"body" : "TBCD_CHANNEL := 3", | |
"description": "Windows - GUI - Controls - Slider - Others - CustomDraw (Slider Custom Draw Item Specs)" | |
}, | |
"TBCD_THUMB": { | |
"prefix" : "TBCD", | |
"body" : "TBCD_THUMB := 2", | |
"description": "Windows - GUI - Controls - Slider - Others - CustomDraw (Slider Custom Draw Item Specs)" | |
}, | |
"TBCD_TICS": { | |
"prefix" : "TBCD", | |
"body" : "TBCD_TICS := 1", | |
"description": "Windows - GUI - Controls - Slider - Others - CustomDraw (Slider Custom Draw Item Specs)" | |
}, | |
"TB_BOTTOM": { | |
"prefix" : "TB", | |
"body" : "TB_BOTTOM := 7", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_ENDTRACK": { | |
"prefix" : "TB", | |
"body" : "TB_ENDTRACK := 8", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_LINEDOWN": { | |
"prefix" : "TB", | |
"body" : "TB_LINEDOWN := 1", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_LINEUP": { | |
"prefix" : "TB", | |
"body" : "TB_LINEUP := 0", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_PAGEDOWN": { | |
"prefix" : "TB", | |
"body" : "TB_PAGEDOWN := 3", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_PAGEUP": { | |
"prefix" : "TB", | |
"body" : "TB_PAGEUP := 2", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_THUMBPOSITION": { | |
"prefix" : "TB", | |
"body" : "TB_THUMBPOSITION := 4", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_THUMBTRACK": { | |
"prefix" : "TB", | |
"body" : "TB_THUMBTRACK := 5", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TB_TOP": { | |
"prefix" : "TB", | |
"body" : "TB_TOP := 6", | |
"description": "Windows - GUI - Controls - Slider - Others - NotificationCode (Slider Interaction Notification Codes)" | |
}, | |
"TBS_AUTOTICKS": { | |
"prefix" : "TBS", | |
"body" : "TBS_AUTOTICKS := 0x1", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_BOTH": { | |
"prefix" : "TBS", | |
"body" : "TBS_BOTH := 0x8", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_BOTTOM": { | |
"prefix" : "TBS", | |
"body" : "TBS_BOTTOM := 0x0", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_DOWNISLEFT": { | |
"prefix" : "TBS", | |
"body" : "TBS_DOWNISLEFT := 0x400", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_ENABLESELRANGE": { | |
"prefix" : "TBS", | |
"body" : "TBS_ENABLESELRANGE := 0x20", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_FIXEDLENGTH": { | |
"prefix" : "TBS", | |
"body" : "TBS_FIXEDLENGTH := 0x40", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_HORZ": { | |
"prefix" : "TBS", | |
"body" : "TBS_HORZ := 0x0", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_LEFT": { | |
"prefix" : "TBS", | |
"body" : "TBS_LEFT := 0x4", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_NOTHUMB": { | |
"prefix" : "TBS", | |
"body" : "TBS_NOTHUMB := 0x80", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_NOTICKS": { | |
"prefix" : "TBS", | |
"body" : "TBS_NOTICKS := 0x10", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_NOTIFYBEFOREMOVE": { | |
"prefix" : "TBS", | |
"body" : "TBS_NOTIFYBEFOREMOVE := 0x800", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_REVERSED": { | |
"prefix" : "TBS", | |
"body" : "TBS_REVERSED := 0x200", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_RIGHT": { | |
"prefix" : "TBS", | |
"body" : "TBS_RIGHT := 0x0", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_TOOLTIPS": { | |
"prefix" : "TBS", | |
"body" : "TBS_TOOLTIPS := 0x100", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_TOP": { | |
"prefix" : "TBS", | |
"body" : "TBS_TOP := 0x4", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_TRANSPARENTBKGND": { | |
"prefix" : "TBS", | |
"body" : "TBS_TRANSPARENTBKGND := 0x1000", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"TBS_VERT": { | |
"prefix" : "TBS", | |
"body" : "TBS_VERT := 0x2", | |
"description": "Windows - GUI - Controls - Slider - Styles (Slider (Trackbar) Styles)" | |
}, | |
"STM_GETICON": { | |
"prefix" : "STM", | |
"body" : "STM_GETICON := 0x171", | |
"description": "Windows - GUI - Controls - Static - Messages (Static Messages)" | |
}, | |
"STM_GETIMAGE": { | |
"prefix" : "STM", | |
"body" : "STM_GETIMAGE := 0x173", | |
"description": "Windows - GUI - Controls - Static - Messages (Static Messages)" | |
}, | |
"STM_SETICON": { | |
"prefix" : "STM", | |
"body" : "STM_SETICON := 0x170", | |
"description": "Windows - GUI - Controls - Static - Messages (Static Messages)" | |
}, | |
"STM_SETIMAGE": { | |
"prefix" : "STM", | |
"body" : "STM_SETIMAGE := 0x172", | |
"description": "Windows - GUI - Controls - Static - Messages (Static Messages)" | |
}, | |
"STN_CLICKED": { | |
"prefix" : "STN", | |
"body" : "STN_CLICKED := 0", | |
"description": "Windows - GUI - Controls - Static - Notifications (Static Notifications)" | |
}, | |
"STN_DBLCLK": { | |
"prefix" : "STN", | |
"body" : "STN_DBLCLK := 1", | |
"description": "Windows - GUI - Controls - Static - Notifications (Static Notifications)" | |
}, | |
"STN_DISABLE": { | |
"prefix" : "STN", | |
"body" : "STN_DISABLE := 3", | |
"description": "Windows - GUI - Controls - Static - Notifications (Static Notifications)" | |
}, | |
"STN_ENABLE": { | |
"prefix" : "STN", | |
"body" : "STN_ENABLE := 2", | |
"description": "Windows - GUI - Controls - Static - Notifications (Static Notifications)" | |
}, | |
"SS_BITMAP": { | |
"prefix" : "SS", | |
"body" : "SS_BITMAP := 0xE", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_BLACKFRAME": { | |
"prefix" : "SS", | |
"body" : "SS_BLACKFRAME := 0x7", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_BLACKRECT": { | |
"prefix" : "SS", | |
"body" : "SS_BLACKRECT := 0x4", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_CENTER": { | |
"prefix" : "SS", | |
"body" : "SS_CENTER := 0x1", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_CENTERIMAGE": { | |
"prefix" : "SS", | |
"body" : "SS_CENTERIMAGE := 0x200", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_EDITCONTROL": { | |
"prefix" : "SS", | |
"body" : "SS_EDITCONTROL := 0x2000", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ELLIPSISMASK": { | |
"prefix" : "SS", | |
"body" : "SS_ELLIPSISMASK := 0xC000", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ENDELLIPSIS": { | |
"prefix" : "SS", | |
"body" : "SS_ENDELLIPSIS := 0x4000", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ENHMETAFILE": { | |
"prefix" : "SS", | |
"body" : "SS_ENHMETAFILE := 0xF", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ETCHEDFRAME": { | |
"prefix" : "SS", | |
"body" : "SS_ETCHEDFRAME := 0x12", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ETCHEDHORZ": { | |
"prefix" : "SS", | |
"body" : "SS_ETCHEDHORZ := 0x10", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ETCHEDVERT": { | |
"prefix" : "SS", | |
"body" : "SS_ETCHEDVERT := 0x11", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_GRAYFRAME": { | |
"prefix" : "SS", | |
"body" : "SS_GRAYFRAME := 0x8", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_GRAYRECT": { | |
"prefix" : "SS", | |
"body" : "SS_GRAYRECT := 0x5", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_ICON": { | |
"prefix" : "SS", | |
"body" : "SS_ICON := 0x3", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_LEFT": { | |
"prefix" : "SS", | |
"body" : "SS_LEFT := 0x0", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_LEFTNOWORDWRAP": { | |
"prefix" : "SS", | |
"body" : "SS_LEFTNOWORDWRAP := 0xC", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_NOPREFIX": { | |
"prefix" : "SS", | |
"body" : "SS_NOPREFIX := 0x80", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_NOTIFY": { | |
"prefix" : "SS", | |
"body" : "SS_NOTIFY := 0x100", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_OWNERDRAW": { | |
"prefix" : "SS", | |
"body" : "SS_OWNERDRAW := 0xD", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_PATHELLIPSIS": { | |
"prefix" : "SS", | |
"body" : "SS_PATHELLIPSIS := 0x8000", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_REALSIZECONTROL": { | |
"prefix" : "SS", | |
"body" : "SS_REALSIZECONTROL := 0x40", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_REALSIZEIMAGE": { | |
"prefix" : "SS", | |
"body" : "SS_REALSIZEIMAGE := 0x800", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_RIGHT": { | |
"prefix" : "SS", | |
"body" : "SS_RIGHT := 0x2", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_RIGHTJUST": { | |
"prefix" : "SS", | |
"body" : "SS_RIGHTJUST := 0x400", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_SIMPLE": { | |
"prefix" : "SS", | |
"body" : "SS_SIMPLE := 0xB", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_SUNKEN": { | |
"prefix" : "SS", | |
"body" : "SS_SUNKEN := 0x1000", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_TYPEMASK": { | |
"prefix" : "SS", | |
"body" : "SS_TYPEMASK := 0x1F", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_USERITEM": { | |
"prefix" : "SS", | |
"body" : "SS_USERITEM := 0xA", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_WHITEFRAME": { | |
"prefix" : "SS", | |
"body" : "SS_WHITEFRAME := 0x9", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_WHITERECT": { | |
"prefix" : "SS", | |
"body" : "SS_WHITERECT := 0x6", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SS_WORDELLIPSIS": { | |
"prefix" : "SS", | |
"body" : "SS_WORDELLIPSIS := 0xC000", | |
"description": "Windows - GUI - Controls - Static - Styles (Static Styles)" | |
}, | |
"SB_GETBORDERS": { | |
"prefix" : "SB", | |
"body" : "SB_GETBORDERS := 0x407", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETICON": { | |
"prefix" : "SB", | |
"body" : "SB_GETICON := 0x414", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETPARTS": { | |
"prefix" : "SB", | |
"body" : "SB_GETPARTS := 0x406", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETRECT": { | |
"prefix" : "SB", | |
"body" : "SB_GETRECT := 0x40A", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETTEXTA": { | |
"prefix" : "SB", | |
"body" : "SB_GETTEXTA := 0x402", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETTEXTLENGTHA": { | |
"prefix" : "SB", | |
"body" : "SB_GETTEXTLENGTHA := 0x403", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETTEXTLENGTHW": { | |
"prefix" : "SB", | |
"body" : "SB_GETTEXTLENGTHW := 0x40C", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETTEXTW": { | |
"prefix" : "SB", | |
"body" : "SB_GETTEXTW := 0x40D", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETTIPTEXTA": { | |
"prefix" : "SB", | |
"body" : "SB_GETTIPTEXTA := 0x412", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETTIPTEXTW": { | |
"prefix" : "SB", | |
"body" : "SB_GETTIPTEXTW := 0x413", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_GETUNICODEFORMAT": { | |
"prefix" : "SB", | |
"body" : "SB_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_ISSIMPLE": { | |
"prefix" : "SB", | |
"body" : "SB_ISSIMPLE := 0x40E", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETBKCOLOR": { | |
"prefix" : "SB", | |
"body" : "SB_SETBKCOLOR := 0x2001", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETICON": { | |
"prefix" : "SB", | |
"body" : "SB_SETICON := 0x40F", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETMINHEIGHT": { | |
"prefix" : "SB", | |
"body" : "SB_SETMINHEIGHT := 0x408", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETPARTS": { | |
"prefix" : "SB", | |
"body" : "SB_SETPARTS := 0x404", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETTEXTA": { | |
"prefix" : "SB", | |
"body" : "SB_SETTEXTA := 0x401", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETTEXTW": { | |
"prefix" : "SB", | |
"body" : "SB_SETTEXTW := 0x40B", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETTIPTEXTA": { | |
"prefix" : "SB", | |
"body" : "SB_SETTIPTEXTA := 0x410", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETTIPTEXTW": { | |
"prefix" : "SB", | |
"body" : "SB_SETTIPTEXTW := 0x411", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SETUNICODEFORMAT": { | |
"prefix" : "SB", | |
"body" : "SB_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SB_SIMPLE": { | |
"prefix" : "SB", | |
"body" : "SB_SIMPLE := 0x409", | |
"description": "Windows - GUI - Controls - StatusBar - Messages (Status Bar Messages)" | |
}, | |
"SBN_FIRST": { | |
"prefix" : "SBN", | |
"body" : "SBN_FIRST := -880", | |
"description": "Windows - GUI - Controls - StatusBar - Notification (Status Bar Notification)" | |
}, | |
"SBN_SIMPLEMODECHANGE": { | |
"prefix" : "SBN", | |
"body" : "SBN_SIMPLEMODECHANGE := -880", | |
"description": "Windows - GUI - Controls - StatusBar - Notification (Status Bar Notification)" | |
}, | |
"SBT_NOBORDERS": { | |
"prefix" : "SBT", | |
"body" : "SBT_NOBORDERS := 0x100", | |
"description": "Windows - GUI - Controls - StatusBar - Others - GetTextRetVal (SB_GET/SETTEXT Return Value)" | |
}, | |
"SBT_NOTABPARSING": { | |
"prefix" : "SBT", | |
"body" : "SBT_NOTABPARSING := 0x800", | |
"description": "Windows - GUI - Controls - StatusBar - Others - GetTextRetVal (SB_GET/SETTEXT Return Value)" | |
}, | |
"SBT_OWNERDRAW": { | |
"prefix" : "SBT", | |
"body" : "SBT_OWNERDRAW := 0x1000", | |
"description": "Windows - GUI - Controls - StatusBar - Others - GetTextRetVal (SB_GET/SETTEXT Return Value)" | |
}, | |
"SBT_POPOUT": { | |
"prefix" : "SBT", | |
"body" : "SBT_POPOUT := 0x200", | |
"description": "Windows - GUI - Controls - StatusBar - Others - GetTextRetVal (SB_GET/SETTEXT Return Value)" | |
}, | |
"SBT_RTLREADING": { | |
"prefix" : "SBT", | |
"body" : "SBT_RTLREADING := 0x400", | |
"description": "Windows - GUI - Controls - StatusBar - Others - GetTextRetVal (SB_GET/SETTEXT Return Value)" | |
}, | |
"SB_SIMPLEID": { | |
"prefix" : "SB", | |
"body" : "SB_SIMPLEID := 0xFF", | |
"description": "Windows - GUI - Controls - StatusBar - Others - SetTextParam (SB_SETTEXT wParam)" | |
}, | |
"SBARS_SIZEGRIP": { | |
"prefix" : "SBARS", | |
"body" : "SBARS_SIZEGRIP := 0x100", | |
"description": "Windows - GUI - Controls - StatusBar - Styles (Status Bar Styles)" | |
}, | |
"SBARS_TOOLTIPS": { | |
"prefix" : "SBARS", | |
"body" : "SBARS_TOOLTIPS := 0x800", | |
"description": "Windows - GUI - Controls - StatusBar - Styles (Status Bar Styles)" | |
}, | |
"SBS_HORZ": { | |
"prefix" : "SBS", | |
"body" : "SBS_HORZ := 0x0", | |
"description": "Windows - GUI - Controls - StatusBar - Styles (Status Bar Styles)" | |
}, | |
"SBS_VERT": { | |
"prefix" : "SBS", | |
"body" : "SBS_VERT := 0x1", | |
"description": "Windows - GUI - Controls - StatusBar - Styles (Status Bar Styles)" | |
}, | |
"TCS_EX_FLATSEPARATORS": { | |
"prefix" : "TCS", | |
"body" : "TCS_EX_FLATSEPARATORS := 0x1", | |
"description": "Windows - GUI - Controls - Tab - ExStyles (Tab Extended Styles)" | |
}, | |
"TCS_EX_REGISTERDROP": { | |
"prefix" : "TCS", | |
"body" : "TCS_EX_REGISTERDROP := 0x2", | |
"description": "Windows - GUI - Controls - Tab - ExStyles (Tab Extended Styles)" | |
}, | |
"TCM_ADJUSTRECT": { | |
"prefix" : "TCM", | |
"body" : "TCM_ADJUSTRECT := 0x1328", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_DELETEALLITEMS": { | |
"prefix" : "TCM", | |
"body" : "TCM_DELETEALLITEMS := 0x1309", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_DELETEITEM": { | |
"prefix" : "TCM", | |
"body" : "TCM_DELETEITEM := 0x1308", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_DESELECTALL": { | |
"prefix" : "TCM", | |
"body" : "TCM_DESELECTALL := 0x1332", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_FIRST": { | |
"prefix" : "TCM", | |
"body" : "TCM_FIRST := 0x1300", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETCURFOCUS": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETCURFOCUS := 0x132F", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETCURSEL": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETCURSEL := 0x130B", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETEXTENDEDSTYLE": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETEXTENDEDSTYLE := 0x1335", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETIMAGELIST": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETIMAGELIST := 0x1302", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETITEMA": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETITEMA := 0x1305", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETITEMCOUNT": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETITEMCOUNT := 0x1304", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETITEMRECT": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETITEMRECT := 0x130A", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETITEMW": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETITEMW := 0x133C", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETROWCOUNT": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETROWCOUNT := 0x132C", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETTOOLTIPS": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETTOOLTIPS := 0x132D", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_GETUNICODEFORMAT": { | |
"prefix" : "TCM", | |
"body" : "TCM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_HIGHLIGHTITEM": { | |
"prefix" : "TCM", | |
"body" : "TCM_HIGHLIGHTITEM := 0x1333", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_HITTEST": { | |
"prefix" : "TCM", | |
"body" : "TCM_HITTEST := 0x130D", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_INSERTITEMA": { | |
"prefix" : "TCM", | |
"body" : "TCM_INSERTITEMA := 0x1307", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_INSERTITEMW": { | |
"prefix" : "TCM", | |
"body" : "TCM_INSERTITEMW := 0x133E", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_REMOVEIMAGE": { | |
"prefix" : "TCM", | |
"body" : "TCM_REMOVEIMAGE := 0x132A", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETCURFOCUS": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETCURFOCUS := 0x1330", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETCURSEL": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETCURSEL := 0x130C", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETEXTENDEDSTYLE": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETEXTENDEDSTYLE := 0x1334", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETIMAGELIST": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETIMAGELIST := 0x1303", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETITEMA": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETITEMA := 0x1306", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETITEMEXTRA": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETITEMEXTRA := 0x130E", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETITEMSIZE": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETITEMSIZE := 0x1329", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETITEMW": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETITEMW := 0x133D", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETMINTABWIDTH": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETMINTABWIDTH := 0x1331", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETPADDING": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETPADDING := 0x132B", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETTOOLTIPS": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETTOOLTIPS := 0x132E", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCM_SETUNICODEFORMAT": { | |
"prefix" : "TCM", | |
"body" : "TCM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - Tab - Messages (Tab Messages)" | |
}, | |
"TCN_FIRST": { | |
"prefix" : "TCN", | |
"body" : "TCN_FIRST := -550", | |
"description": "Windows - GUI - Controls - Tab - Notifications (Tab Notifications)" | |
}, | |
"TCN_FOCUSCHANGE": { | |
"prefix" : "TCN", | |
"body" : "TCN_FOCUSCHANGE := -554", | |
"description": "Windows - GUI - Controls - Tab - Notifications (Tab Notifications)" | |
}, | |
"TCN_GETOBJECT": { | |
"prefix" : "TCN", | |
"body" : "TCN_GETOBJECT := -553", | |
"description": "Windows - GUI - Controls - Tab - Notifications (Tab Notifications)" | |
}, | |
"TCN_KEYDOWN": { | |
"prefix" : "TCN", | |
"body" : "TCN_KEYDOWN := -550", | |
"description": "Windows - GUI - Controls - Tab - Notifications (Tab Notifications)" | |
}, | |
"TCN_SELCHANGE": { | |
"prefix" : "TCN", | |
"body" : "TCN_SELCHANGE := -551", | |
"description": "Windows - GUI - Controls - Tab - Notifications (Tab Notifications)" | |
}, | |
"TCN_SELCHANGING": { | |
"prefix" : "TCN", | |
"body" : "TCN_SELCHANGING := -552", | |
"description": "Windows - GUI - Controls - Tab - Notifications (Tab Notifications)" | |
}, | |
"TCHT_NOWHERE": { | |
"prefix" : "TCHT", | |
"body" : "TCHT_NOWHERE := 0x1", | |
"description": "Windows - GUI - Controls - Tab - Others - HitTest (TCHITTESTINFO flags)" | |
}, | |
"TCHT_ONITEM": { | |
"prefix" : "TCHT", | |
"body" : "TCHT_ONITEM := 0x6", | |
"description": "Windows - GUI - Controls - Tab - Others - HitTest (TCHITTESTINFO flags)" | |
}, | |
"TCHT_ONITEMICON": { | |
"prefix" : "TCHT", | |
"body" : "TCHT_ONITEMICON := 0x2", | |
"description": "Windows - GUI - Controls - Tab - Others - HitTest (TCHITTESTINFO flags)" | |
}, | |
"TCHT_ONITEMLABEL": { | |
"prefix" : "TCHT", | |
"body" : "TCHT_ONITEMLABEL := 0x4", | |
"description": "Windows - GUI - Controls - Tab - Others - HitTest (TCHITTESTINFO flags)" | |
}, | |
"TCIF_IMAGE": { | |
"prefix" : "TCIF", | |
"body" : "TCIF_IMAGE := 0x2", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemMask (TCITEM mask)" | |
}, | |
"TCIF_PARAM": { | |
"prefix" : "TCIF", | |
"body" : "TCIF_PARAM := 0x8", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemMask (TCITEM mask)" | |
}, | |
"TCIF_RTLREADING": { | |
"prefix" : "TCIF", | |
"body" : "TCIF_RTLREADING := 0x4", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemMask (TCITEM mask)" | |
}, | |
"TCIF_STATE": { | |
"prefix" : "TCIF", | |
"body" : "TCIF_STATE := 0x10", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemMask (TCITEM mask)" | |
}, | |
"TCIF_TEXT": { | |
"prefix" : "TCIF", | |
"body" : "TCIF_TEXT := 0x1", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemMask (TCITEM mask)" | |
}, | |
"TCIS_BUTTONPRESSED": { | |
"prefix" : "TCIS", | |
"body" : "TCIS_BUTTONPRESSED := 0x1", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemState (TCITEM dwState)" | |
}, | |
"TCIS_HIGHLIGHTED": { | |
"prefix" : "TCIS", | |
"body" : "TCIS_HIGHLIGHTED := 0x2", | |
"description": "Windows - GUI - Controls - Tab - Others - ItemState (TCITEM dwState)" | |
}, | |
"TCS_BOTTOM": { | |
"prefix" : "TCS", | |
"body" : "TCS_BOTTOM := 0x2", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_BUTTONS": { | |
"prefix" : "TCS", | |
"body" : "TCS_BUTTONS := 0x100", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_FIXEDWIDTH": { | |
"prefix" : "TCS", | |
"body" : "TCS_FIXEDWIDTH := 0x400", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_FLATBUTTONS": { | |
"prefix" : "TCS", | |
"body" : "TCS_FLATBUTTONS := 0x8", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_FOCUSNEVER": { | |
"prefix" : "TCS", | |
"body" : "TCS_FOCUSNEVER := 0x8000", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_FOCUSONBUTTONDOWN": { | |
"prefix" : "TCS", | |
"body" : "TCS_FOCUSONBUTTONDOWN := 0x1000", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_FORCEICONLEFT": { | |
"prefix" : "TCS", | |
"body" : "TCS_FORCEICONLEFT := 0x10", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_FORCELABELLEFT": { | |
"prefix" : "TCS", | |
"body" : "TCS_FORCELABELLEFT := 0x20", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_HOTTRACK": { | |
"prefix" : "TCS", | |
"body" : "TCS_HOTTRACK := 0x40", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_MULTILINE": { | |
"prefix" : "TCS", | |
"body" : "TCS_MULTILINE := 0x200", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_MULTISELECT": { | |
"prefix" : "TCS", | |
"body" : "TCS_MULTISELECT := 0x4", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_OWNERDRAWFIXED": { | |
"prefix" : "TCS", | |
"body" : "TCS_OWNERDRAWFIXED := 0x2000", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_RAGGEDRIGHT": { | |
"prefix" : "TCS", | |
"body" : "TCS_RAGGEDRIGHT := 0x800", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_RIGHT": { | |
"prefix" : "TCS", | |
"body" : "TCS_RIGHT := 0x2", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_RIGHTJUSTIFY": { | |
"prefix" : "TCS", | |
"body" : "TCS_RIGHTJUSTIFY := 0x0", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_SCROLLOPPOSITE": { | |
"prefix" : "TCS", | |
"body" : "TCS_SCROLLOPPOSITE := 0x1", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_SINGLELINE": { | |
"prefix" : "TCS", | |
"body" : "TCS_SINGLELINE := 0x0", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_TABS": { | |
"prefix" : "TCS", | |
"body" : "TCS_TABS := 0x0", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_TOOLTIPS": { | |
"prefix" : "TCS", | |
"body" : "TCS_TOOLTIPS := 0x4000", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"TCS_VERTICAL": { | |
"prefix" : "TCS", | |
"body" : "TCS_VERTICAL := 0x80", | |
"description": "Windows - GUI - Controls - Tab - Styles (Tab Styles)" | |
}, | |
"HINST_COMMCTRL": { | |
"prefix" : "HINST", | |
"body" : "HINST_COMMCTRL := -1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_HIST_DISABLED": { | |
"prefix" : "IDB", | |
"body" : "IDB_HIST_DISABLED := 14", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_HIST_HOT": { | |
"prefix" : "IDB", | |
"body" : "IDB_HIST_HOT := 13", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_HIST_LARGE_COLOR": { | |
"prefix" : "IDB", | |
"body" : "IDB_HIST_LARGE_COLOR := 9", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_HIST_NORMAL": { | |
"prefix" : "IDB", | |
"body" : "IDB_HIST_NORMAL := 12", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_HIST_PRESSED": { | |
"prefix" : "IDB", | |
"body" : "IDB_HIST_PRESSED := 15", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_HIST_SMALL_COLOR": { | |
"prefix" : "IDB", | |
"body" : "IDB_HIST_SMALL_COLOR := 8", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_STD_LARGE_COLOR": { | |
"prefix" : "IDB", | |
"body" : "IDB_STD_LARGE_COLOR := 1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_STD_SMALL_COLOR": { | |
"prefix" : "IDB", | |
"body" : "IDB_STD_SMALL_COLOR := 0", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_VIEW_LARGE_COLOR": { | |
"prefix" : "IDB", | |
"body" : "IDB_VIEW_LARGE_COLOR := 5", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"IDB_VIEW_SMALL_COLOR": { | |
"prefix" : "IDB", | |
"body" : "IDB_VIEW_SMALL_COLOR := 4", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Flags (TBADDBITMAP nID (System-defined Button Bitmaps))" | |
}, | |
"HIST_ADDTOFAVORITES": { | |
"prefix" : "HIST", | |
"body" : "HIST_ADDTOFAVORITES := 3", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - History (Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR)" | |
}, | |
"HIST_BACK": { | |
"prefix" : "HIST", | |
"body" : "HIST_BACK := 0", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - History (Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR)" | |
}, | |
"HIST_FAVORITES": { | |
"prefix" : "HIST", | |
"body" : "HIST_FAVORITES := 2", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - History (Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR)" | |
}, | |
"HIST_FORWARD": { | |
"prefix" : "HIST", | |
"body" : "HIST_FORWARD := 1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - History (Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR)" | |
}, | |
"HIST_VIEWTREE": { | |
"prefix" : "HIST", | |
"body" : "HIST_VIEWTREE := 4", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - History (Index values for IDB_HIST_LARGE_COLOR and IDB_HIST_SMALL_COLOR)" | |
}, | |
"STD_COPY": { | |
"prefix" : "STD", | |
"body" : "STD_COPY := 1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_CUT": { | |
"prefix" : "STD", | |
"body" : "STD_CUT := 0", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_DELETE": { | |
"prefix" : "STD", | |
"body" : "STD_DELETE := 5", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_FILENEW": { | |
"prefix" : "STD", | |
"body" : "STD_FILENEW := 6", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_FILEOPEN": { | |
"prefix" : "STD", | |
"body" : "STD_FILEOPEN := 7", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_FILESAVE": { | |
"prefix" : "STD", | |
"body" : "STD_FILESAVE := 8", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_FIND": { | |
"prefix" : "STD", | |
"body" : "STD_FIND := 12", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_HELP": { | |
"prefix" : "STD", | |
"body" : "STD_HELP := 11", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_PASTE": { | |
"prefix" : "STD", | |
"body" : "STD_PASTE := 2", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_PRINT": { | |
"prefix" : "STD", | |
"body" : "STD_PRINT := 14", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_PRINTPRE": { | |
"prefix" : "STD", | |
"body" : "STD_PRINTPRE := 9", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_PROPERTIES": { | |
"prefix" : "STD", | |
"body" : "STD_PROPERTIES := 10", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_REDOW": { | |
"prefix" : "STD", | |
"body" : "STD_REDOW := 4", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_REPLACE": { | |
"prefix" : "STD", | |
"body" : "STD_REPLACE := 13", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"STD_UNDO": { | |
"prefix" : "STD", | |
"body" : "STD_UNDO := 3", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - Standard (Index values for IDB_STD_LARGE_COLOR and IDB_STD_SMALL_COLOR)" | |
}, | |
"VIEW_DETAILS": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_DETAILS := 3", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_LARGEICONS": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_LARGEICONS := 0", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_LIST": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_LIST := 2", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_NETCONNECT": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_NETCONNECT := 9", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_NETDISCONNECT": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_NETDISCONNECT := 10", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_NEWFOLDER": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_NEWFOLDER := 11", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_PARENTFOLDER": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_PARENTFOLDER := 8", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_SMALLICONS": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_SMALLICONS := 1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_SORTDATE": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_SORTDATE := 6", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_SORTNAME": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_SORTNAME := 4", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_SORTSIZE": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_SORTSIZE := 5", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_SORTTYPE": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_SORTTYPE := 7", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"VIEW_VIEWMENU": { | |
"prefix" : "VIEW", | |
"body" : "VIEW_VIEWMENU := 12", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Standard Icons - View (Index values for IDB_VIEW_LARGE_COLOR and IDB_VIEW_SMALL_COLOR)" | |
}, | |
"TBSTATE_CHECKED": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_CHECKED := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_ELLIPSES": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_ELLIPSES := 0x40", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_ENABLED": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_ENABLED := 0x4", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_HIDDEN": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_HIDDEN := 0x8", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_INDETERMINATE": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_INDETERMINATE := 0x10", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_MARKED": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_MARKED := 0x80", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_PRESSED": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_PRESSED := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"TBSTATE_WRAP": { | |
"prefix" : "TBSTATE", | |
"body" : "TBSTATE_WRAP := 0x20", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - States (Toolbar Button States)" | |
}, | |
"BTNS_AUTOSIZE": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_AUTOSIZE := 0x10", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_BUTTON": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_BUTTON := 0x0", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_CHECK": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_CHECK := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_CHECKGROUP": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_CHECKGROUP := 0x6", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_DROPDOWN": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_DROPDOWN := 0x8", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_GROUP": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_GROUP := 0x4", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_NOPREFIX": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_NOPREFIX := 0x20", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_SEP": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_SEP := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_SHOWTEXT": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_SHOWTEXT := 0x40", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"BTNS_WHOLEDROPDOWN": { | |
"prefix" : "BTNS", | |
"body" : "BTNS_WHOLEDROPDOWN := 0x80", | |
"description": "Windows - GUI - Controls - Toolbar - Buttons - Styles (Toolbar Button Styles)" | |
}, | |
"TBSTYLE_EX_DOUBLEBUFFER": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_EX_DOUBLEBUFFER := 0x80", | |
"description": "Windows - GUI - Controls - Toolbar - ExStyles (Toolbar Extended Styles)" | |
}, | |
"TBSTYLE_EX_DRAWDDARROWS": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_EX_DRAWDDARROWS := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - ExStyles (Toolbar Extended Styles)" | |
}, | |
"TBSTYLE_EX_HIDECLIPPEDBUTTONS": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_EX_HIDECLIPPEDBUTTONS := 0x10", | |
"description": "Windows - GUI - Controls - Toolbar - ExStyles (Toolbar Extended Styles)" | |
}, | |
"TBSTYLE_EX_MIXEDBUTTONS": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_EX_MIXEDBUTTONS := 0x8", | |
"description": "Windows - GUI - Controls - Toolbar - ExStyles (Toolbar Extended Styles)" | |
}, | |
"TBSTYLE_EX_MULTICOLUMN": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_EX_MULTICOLUMN := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - ExStyles (Toolbar Extended Styles)" | |
}, | |
"TBSTYLE_EX_VERTICAL": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_EX_VERTICAL := 0x4", | |
"description": "Windows - GUI - Controls - Toolbar - ExStyles (Toolbar Extended Styles)" | |
}, | |
"TB_ADDBITMAP": { | |
"prefix" : "TB", | |
"body" : "TB_ADDBITMAP := 0x413", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ADDBUTTONSA": { | |
"prefix" : "TB", | |
"body" : "TB_ADDBUTTONSA := 0x414", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ADDBUTTONSW": { | |
"prefix" : "TB", | |
"body" : "TB_ADDBUTTONSW := 0x444", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ADDSTRINGA": { | |
"prefix" : "TB", | |
"body" : "TB_ADDSTRINGA := 0x41C", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ADDSTRINGW": { | |
"prefix" : "TB", | |
"body" : "TB_ADDSTRINGW := 0x44D", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_AUTOSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_AUTOSIZE := 0x421", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_BUTTONCOUNT": { | |
"prefix" : "TB", | |
"body" : "TB_BUTTONCOUNT := 0x418", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_BUTTONSTRUCTSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_BUTTONSTRUCTSIZE := 0x41E", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_CHANGEBITMAP": { | |
"prefix" : "TB", | |
"body" : "TB_CHANGEBITMAP := 0x42B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_CHECKBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_CHECKBUTTON := 0x402", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_COMMANDTOINDEX": { | |
"prefix" : "TB", | |
"body" : "TB_COMMANDTOINDEX := 0x419", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_CUSTOMIZE": { | |
"prefix" : "TB", | |
"body" : "TB_CUSTOMIZE := 0x41B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_DELETEBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_DELETEBUTTON := 0x416", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ENABLEBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_ENABLEBUTTON := 0x401", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETANCHORHIGHLIGHT": { | |
"prefix" : "TB", | |
"body" : "TB_GETANCHORHIGHLIGHT := 0x44A", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBITMAP": { | |
"prefix" : "TB", | |
"body" : "TB_GETBITMAP := 0x42C", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_GETBUTTON := 0x417", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBUTTONINFOA": { | |
"prefix" : "TB", | |
"body" : "TB_GETBUTTONINFOA := 0x441", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBUTTONINFOW": { | |
"prefix" : "TB", | |
"body" : "TB_GETBUTTONINFOW := 0x43F", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBUTTONSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_GETBUTTONSIZE := 0x43A", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBUTTONTEXTA": { | |
"prefix" : "TB", | |
"body" : "TB_GETBUTTONTEXTA := 0x42D", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETBUTTONTEXTW": { | |
"prefix" : "TB", | |
"body" : "TB_GETBUTTONTEXTW := 0x44B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETCOLORSCHEME": { | |
"prefix" : "TB", | |
"body" : "TB_GETCOLORSCHEME := 0x2003", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETDISABLEDIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_GETDISABLEDIMAGELIST := 0x437", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETEXTENDEDSTYLE": { | |
"prefix" : "TB", | |
"body" : "TB_GETEXTENDEDSTYLE := 0x455", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETHOTIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_GETHOTIMAGELIST := 0x435", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETHOTITEM": { | |
"prefix" : "TB", | |
"body" : "TB_GETHOTITEM := 0x447", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETIDEALSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_GETIDEALSIZE := 0x463", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_GETIMAGELIST := 0x431", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETIMAGELISTCOUNT": { | |
"prefix" : "TB", | |
"body" : "TB_GETIMAGELISTCOUNT := 0x462", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETINSERTMARK": { | |
"prefix" : "TB", | |
"body" : "TB_GETINSERTMARK := 0x44F", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETINSERTMARKCOLOR": { | |
"prefix" : "TB", | |
"body" : "TB_GETINSERTMARKCOLOR := 0x459", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETITEMDROPDOWNRECT": { | |
"prefix" : "TB", | |
"body" : "TB_GETITEMDROPDOWNRECT := 0x467", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETITEMRECT": { | |
"prefix" : "TB", | |
"body" : "TB_GETITEMRECT := 0x41D", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETMAXSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_GETMAXSIZE := 0x453", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETMETRICS": { | |
"prefix" : "TB", | |
"body" : "TB_GETMETRICS := 0x465", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETOBJECT": { | |
"prefix" : "TB", | |
"body" : "TB_GETOBJECT := 0x43E", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETPADDING": { | |
"prefix" : "TB", | |
"body" : "TB_GETPADDING := 0x456", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETPRESSEDIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_GETPRESSEDIMAGELIST := 0x469", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETRECT": { | |
"prefix" : "TB", | |
"body" : "TB_GETRECT := 0x433", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETROWS": { | |
"prefix" : "TB", | |
"body" : "TB_GETROWS := 0x428", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETSTATE": { | |
"prefix" : "TB", | |
"body" : "TB_GETSTATE := 0x412", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETSTRINGA": { | |
"prefix" : "TB", | |
"body" : "TB_GETSTRINGA := 0x45C", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETSTRINGW": { | |
"prefix" : "TB", | |
"body" : "TB_GETSTRINGW := 0x45B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETSTYLE": { | |
"prefix" : "TB", | |
"body" : "TB_GETSTYLE := 0x439", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETTEXTROWS": { | |
"prefix" : "TB", | |
"body" : "TB_GETTEXTROWS := 0x43D", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETTOOLTIPS": { | |
"prefix" : "TB", | |
"body" : "TB_GETTOOLTIPS := 0x423", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_GETUNICODEFORMAT": { | |
"prefix" : "TB", | |
"body" : "TB_GETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_HIDEBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_HIDEBUTTON := 0x404", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_HITTEST": { | |
"prefix" : "TB", | |
"body" : "TB_HITTEST := 0x445", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_INDETERMINATE": { | |
"prefix" : "TB", | |
"body" : "TB_INDETERMINATE := 0x405", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_INSERTBUTTONA": { | |
"prefix" : "TB", | |
"body" : "TB_INSERTBUTTONA := 0x415", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_INSERTBUTTONW": { | |
"prefix" : "TB", | |
"body" : "TB_INSERTBUTTONW := 0x443", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_INSERTMARKHITTEST": { | |
"prefix" : "TB", | |
"body" : "TB_INSERTMARKHITTEST := 0x451", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ISBUTTONCHECKED": { | |
"prefix" : "TB", | |
"body" : "TB_ISBUTTONCHECKED := 0x40A", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ISBUTTONENABLED": { | |
"prefix" : "TB", | |
"body" : "TB_ISBUTTONENABLED := 0x409", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ISBUTTONHIDDEN": { | |
"prefix" : "TB", | |
"body" : "TB_ISBUTTONHIDDEN := 0x40C", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ISBUTTONHIGHLIGHTED": { | |
"prefix" : "TB", | |
"body" : "TB_ISBUTTONHIGHLIGHTED := 0x40E", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ISBUTTONINDETERMINATE": { | |
"prefix" : "TB", | |
"body" : "TB_ISBUTTONINDETERMINATE := 0x40D", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_ISBUTTONPRESSED": { | |
"prefix" : "TB", | |
"body" : "TB_ISBUTTONPRESSED := 0x40B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_LOADIMAGES": { | |
"prefix" : "TB", | |
"body" : "TB_LOADIMAGES := 0x432", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_MAPACCELERATORA": { | |
"prefix" : "TB", | |
"body" : "TB_MAPACCELERATORA := 0x44E", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_MAPACCELERATORW": { | |
"prefix" : "TB", | |
"body" : "TB_MAPACCELERATORW := 0x45A", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_MARKBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_MARKBUTTON := 0x406", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_MOVEBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_MOVEBUTTON := 0x452", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_PRESSBUTTON": { | |
"prefix" : "TB", | |
"body" : "TB_PRESSBUTTON := 0x403", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_REPLACEBITMAP": { | |
"prefix" : "TB", | |
"body" : "TB_REPLACEBITMAP := 0x42E", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SAVERESTOREA": { | |
"prefix" : "TB", | |
"body" : "TB_SAVERESTOREA := 0x41A", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SAVERESTOREW": { | |
"prefix" : "TB", | |
"body" : "TB_SAVERESTOREW := 0x44C", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETANCHORHIGHLIGHT": { | |
"prefix" : "TB", | |
"body" : "TB_SETANCHORHIGHLIGHT := 0x449", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETBITMAPSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_SETBITMAPSIZE := 0x420", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETBUTTONINFOA": { | |
"prefix" : "TB", | |
"body" : "TB_SETBUTTONINFOA := 0x442", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETBUTTONINFOW": { | |
"prefix" : "TB", | |
"body" : "TB_SETBUTTONINFOW := 0x440", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETBUTTONSIZE": { | |
"prefix" : "TB", | |
"body" : "TB_SETBUTTONSIZE := 0x41F", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETBUTTONWIDTH": { | |
"prefix" : "TB", | |
"body" : "TB_SETBUTTONWIDTH := 0x43B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETCMDID": { | |
"prefix" : "TB", | |
"body" : "TB_SETCMDID := 0x42A", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETCOLORSCHEME": { | |
"prefix" : "TB", | |
"body" : "TB_SETCOLORSCHEME := 0x2002", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETDISABLEDIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_SETDISABLEDIMAGELIST := 0x436", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETDRAWTEXTFLAGS": { | |
"prefix" : "TB", | |
"body" : "TB_SETDRAWTEXTFLAGS := 0x446", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETEXTENDEDSTYLE": { | |
"prefix" : "TB", | |
"body" : "TB_SETEXTENDEDSTYLE := 0x454", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETHOTIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_SETHOTIMAGELIST := 0x434", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETHOTITEM": { | |
"prefix" : "TB", | |
"body" : "TB_SETHOTITEM := 0x448", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETHOTITEM2": { | |
"prefix" : "TB", | |
"body" : "TB_SETHOTITEM2 := 0x45E", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_SETIMAGELIST := 0x430", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETINDENT": { | |
"prefix" : "TB", | |
"body" : "TB_SETINDENT := 0x42F", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETINSERTMARK": { | |
"prefix" : "TB", | |
"body" : "TB_SETINSERTMARK := 0x450", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETINSERTMARKCOLOR": { | |
"prefix" : "TB", | |
"body" : "TB_SETINSERTMARKCOLOR := 0x458", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETLISTGAP": { | |
"prefix" : "TB", | |
"body" : "TB_SETLISTGAP := 0x460", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETMAXTEXTROWS": { | |
"prefix" : "TB", | |
"body" : "TB_SETMAXTEXTROWS := 0x43C", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETMETRICS": { | |
"prefix" : "TB", | |
"body" : "TB_SETMETRICS := 0x466", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETPADDING": { | |
"prefix" : "TB", | |
"body" : "TB_SETPADDING := 0x457", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETPARENT": { | |
"prefix" : "TB", | |
"body" : "TB_SETPARENT := 0x425", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETPRESSEDIMAGELIST": { | |
"prefix" : "TB", | |
"body" : "TB_SETPRESSEDIMAGELIST := 0x468", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETROWS": { | |
"prefix" : "TB", | |
"body" : "TB_SETROWS := 0x427", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETSTATE": { | |
"prefix" : "TB", | |
"body" : "TB_SETSTATE := 0x411", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETSTYLE": { | |
"prefix" : "TB", | |
"body" : "TB_SETSTYLE := 0x438", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETTOOLTIPS": { | |
"prefix" : "TB", | |
"body" : "TB_SETTOOLTIPS := 0x424", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETUNICODEFORMAT": { | |
"prefix" : "TB", | |
"body" : "TB_SETUNICODEFORMAT := 0x2004", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TB_SETWINDOWTHEME": { | |
"prefix" : "TB", | |
"body" : "TB_SETWINDOWTHEME := 0x200B", | |
"description": "Windows - GUI - Controls - Toolbar - Messages (Toolbar Messages)" | |
}, | |
"TBN_BEGINADJUST": { | |
"prefix" : "TBN", | |
"body" : "TBN_BEGINADJUST := -703", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_BEGINDRAG": { | |
"prefix" : "TBN", | |
"body" : "TBN_BEGINDRAG := -701", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_CUSTHELP": { | |
"prefix" : "TBN", | |
"body" : "TBN_CUSTHELP := -709", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_DELETINGBUTTON": { | |
"prefix" : "TBN", | |
"body" : "TBN_DELETINGBUTTON := -715", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_DRAGOUT": { | |
"prefix" : "TBN", | |
"body" : "TBN_DRAGOUT := -714", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_DRAGOVER": { | |
"prefix" : "TBN", | |
"body" : "TBN_DRAGOVER := -727", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_DROPDOWN": { | |
"prefix" : "TBN", | |
"body" : "TBN_DROPDOWN := -710", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_DUPACCELERATOR": { | |
"prefix" : "TBN", | |
"body" : "TBN_DUPACCELERATOR := -725", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_ENDADJUST": { | |
"prefix" : "TBN", | |
"body" : "TBN_ENDADJUST := -704", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_ENDDRAG": { | |
"prefix" : "TBN", | |
"body" : "TBN_ENDDRAG := -702", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_FIRST": { | |
"prefix" : "TBN", | |
"body" : "TBN_FIRST := -700", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETBUTTONINFOA": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETBUTTONINFOA := -700", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETBUTTONINFOW": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETBUTTONINFOW := -720", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETDISPINFOA": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETDISPINFOA := -716", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETDISPINFOW": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETDISPINFOW := -717", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETINFOTIPA": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETINFOTIPA := -718", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETINFOTIPW": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETINFOTIPW := -719", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_GETOBJECT": { | |
"prefix" : "TBN", | |
"body" : "TBN_GETOBJECT := -712", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_HOTITEMCHANGE": { | |
"prefix" : "TBN", | |
"body" : "TBN_HOTITEMCHANGE := -713", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_INITCUSTOMIZE": { | |
"prefix" : "TBN", | |
"body" : "TBN_INITCUSTOMIZE := -723", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_MAPACCELERATOR": { | |
"prefix" : "TBN", | |
"body" : "TBN_MAPACCELERATOR := -728", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_QUERYDELETE": { | |
"prefix" : "TBN", | |
"body" : "TBN_QUERYDELETE := -707", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_QUERYINSERT": { | |
"prefix" : "TBN", | |
"body" : "TBN_QUERYINSERT := -706", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_RESET": { | |
"prefix" : "TBN", | |
"body" : "TBN_RESET := -705", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_RESTORE": { | |
"prefix" : "TBN", | |
"body" : "TBN_RESTORE := -721", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_SAVE": { | |
"prefix" : "TBN", | |
"body" : "TBN_SAVE := -722", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_TOOLBARCHANGE": { | |
"prefix" : "TBN", | |
"body" : "TBN_TOOLBARCHANGE := -708", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_WRAPACCELERATOR": { | |
"prefix" : "TBN", | |
"body" : "TBN_WRAPACCELERATOR := -726", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBN_WRAPHOTITEM": { | |
"prefix" : "TBN", | |
"body" : "TBN_WRAPHOTITEM := -724", | |
"description": "Windows - GUI - Controls - Toolbar - Notifications (Toolbar Notifications)" | |
}, | |
"TBIF_BYINDEX": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_BYINDEX := 0x80000000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_COMMAND": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_COMMAND := 0x20", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_IMAGE": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_IMAGE := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_LPARAM": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_LPARAM := 0x10", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_SIZE": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_SIZE := 0x40", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_STATE": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_STATE := 0x4", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_STYLE": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_STYLE := 0x8", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBIF_TEXT": { | |
"prefix" : "TBIF", | |
"body" : "TBIF_TEXT := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - ButtonInfo (TBBUTTONINFO dwMask)" | |
}, | |
"TBCDRF_BLENDICON": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_BLENDICON := 0x200000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_HILITEHOTTRACK": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_HILITEHOTTRACK := 0x20000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_NOBACKGROUND": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_NOBACKGROUND := 0x400000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_NOEDGES": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_NOEDGES := 0x10000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_NOETCHEDEFFECT": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_NOETCHEDEFFECT := 0x100000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_NOMARK": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_NOMARK := 0x80000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_NOOFFSET": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_NOOFFSET := 0x40000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBCDRF_USECDCOLORS": { | |
"prefix" : "TBCDRF", | |
"body" : "TBCDRF_USECDCOLORS := 0x800000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - CustomDraw (Toolbar custom draw return flags)" | |
}, | |
"TBDDRET_DEFAULT": { | |
"prefix" : "TBDDRET", | |
"body" : "TBDDRET_DEFAULT := 0", | |
"description": "Windows - GUI - Controls - Toolbar - Others - DDRet (Return codes for TBN_DROPDOWN)" | |
}, | |
"TBDDRET_NODEFAULT": { | |
"prefix" : "TBDDRET", | |
"body" : "TBDDRET_NODEFAULT := 1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - DDRet (Return codes for TBN_DROPDOWN)" | |
}, | |
"TBDDRET_TREATPRESSED": { | |
"prefix" : "TBDDRET", | |
"body" : "TBDDRET_TREATPRESSED := 2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - DDRet (Return codes for TBN_DROPDOWN)" | |
}, | |
"TBNF_DI_SETITEM": { | |
"prefix" : "TBNF", | |
"body" : "TBNF_DI_SETITEM := 0x10000000", | |
"description": "Windows - GUI - Controls - Toolbar - Others - DispInfo (TBN_GET/SETDISPINFO)" | |
}, | |
"TBNF_IMAGE": { | |
"prefix" : "TBNF", | |
"body" : "TBNF_IMAGE := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - DispInfo (TBN_GET/SETDISPINFO)" | |
}, | |
"TBNF_TEXT": { | |
"prefix" : "TBNF", | |
"body" : "TBNF_TEXT := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - DispInfo (TBN_GET/SETDISPINFO)" | |
}, | |
"HICF_ACCELERATOR": { | |
"prefix" : "HICF", | |
"body" : "HICF_ACCELERATOR := 0x4", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_ARROWKEYS": { | |
"prefix" : "HICF", | |
"body" : "HICF_ARROWKEYS := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_DUPACCEL": { | |
"prefix" : "HICF", | |
"body" : "HICF_DUPACCEL := 0x8", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_ENTERING": { | |
"prefix" : "HICF", | |
"body" : "HICF_ENTERING := 0x10", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_LEAVING": { | |
"prefix" : "HICF", | |
"body" : "HICF_LEAVING := 0x20", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_LMOUSE": { | |
"prefix" : "HICF", | |
"body" : "HICF_LMOUSE := 0x80", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_MOUSE": { | |
"prefix" : "HICF", | |
"body" : "HICF_MOUSE := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_OTHER": { | |
"prefix" : "HICF", | |
"body" : "HICF_OTHER := 0x0", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_RESELECT": { | |
"prefix" : "HICF", | |
"body" : "HICF_RESELECT := 0x40", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"HICF_TOGGLEDROPDOWN": { | |
"prefix" : "HICF", | |
"body" : "HICF_TOGGLEDROPDOWN := 0x100", | |
"description": "Windows - GUI - Controls - Toolbar - Others - HotItem (Hot item change flags)" | |
}, | |
"TBNRF_ENDCUSTOMIZE": { | |
"prefix" : "TBNRF", | |
"body" : "TBNRF_ENDCUSTOMIZE := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - InitCustomize (TBN_INITCUSTOMIZE)" | |
}, | |
"TBNRF_HIDEHELP": { | |
"prefix" : "TBNRF", | |
"body" : "TBNRF_HIDEHELP := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - InitCustomize (TBN_INITCUSTOMIZE)" | |
}, | |
"TBIMHT_AFTER": { | |
"prefix" : "TBIMHT", | |
"body" : "TBIMHT_AFTER := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - InsertMark (TB_GETINSERTMARK)" | |
}, | |
"TBIMHT_BACKGROUND": { | |
"prefix" : "TBIMHT", | |
"body" : "TBIMHT_BACKGROUND := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - InsertMark (TB_GETINSERTMARK)" | |
}, | |
"TBMF_BARPAD": { | |
"prefix" : "TBMF", | |
"body" : "TBMF_BARPAD := 0x2", | |
"description": "Windows - GUI - Controls - Toolbar - Others - Metrics (TB_GETMETRICS)" | |
}, | |
"TBMF_BUTTONSPACING": { | |
"prefix" : "TBMF", | |
"body" : "TBMF_BUTTONSPACING := 0x4", | |
"description": "Windows - GUI - Controls - Toolbar - Others - Metrics (TB_GETMETRICS)" | |
}, | |
"TBMF_PAD": { | |
"prefix" : "TBMF", | |
"body" : "TBMF_PAD := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - Metrics (TB_GETMETRICS)" | |
}, | |
"TBBF_LARGE": { | |
"prefix" : "TBBF", | |
"body" : "TBBF_LARGE := 0x1", | |
"description": "Windows - GUI - Controls - Toolbar - Others - Unknown (Unknown)" | |
}, | |
"TBSTYLE_ALTDRAG": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_ALTDRAG := 0x400", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_CUSTOMERASE": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_CUSTOMERASE := 0x2000", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_FLAT": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_FLAT := 0x800", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_LIST": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_LIST := 0x1000", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_REGISTERDROP": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_REGISTERDROP := 0x4000", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_TOOLTIPS": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_TOOLTIPS := 0x100", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_TRANSPARENT": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_TRANSPARENT := 0x8000", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TBSTYLE_WRAPABLE": { | |
"prefix" : "TBSTYLE", | |
"body" : "TBSTYLE_WRAPABLE := 0x200", | |
"description": "Windows - GUI - Controls - Toolbar - Styles (Toolbar Styles)" | |
}, | |
"TTF_ABSOLUTE": { | |
"prefix" : "TTF", | |
"body" : "TTF_ABSOLUTE := 0x80", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_CENTERTIP": { | |
"prefix" : "TTF", | |
"body" : "TTF_CENTERTIP := 0x2", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_DI_SETITEM": { | |
"prefix" : "TTF", | |
"body" : "TTF_DI_SETITEM := 0x8000", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_IDISHWND": { | |
"prefix" : "TTF", | |
"body" : "TTF_IDISHWND := 0x1", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_PARSELINKS": { | |
"prefix" : "TTF", | |
"body" : "TTF_PARSELINKS := 0x1000", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_RTLREADING": { | |
"prefix" : "TTF", | |
"body" : "TTF_RTLREADING := 0x4", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_SUBCLASS": { | |
"prefix" : "TTF", | |
"body" : "TTF_SUBCLASS := 0x10", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_TRACK": { | |
"prefix" : "TTF", | |
"body" : "TTF_TRACK := 0x20", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTF_TRANSPARENT": { | |
"prefix" : "TTF", | |
"body" : "TTF_TRANSPARENT := 0x100", | |
"description": "Windows - GUI - Controls - ToolTip - Flags (TOOLINFO uFlags)" | |
}, | |
"TTI_ERROR": { | |
"prefix" : "TTI", | |
"body" : "TTI_ERROR := 3", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTI_ERROR_LARGE": { | |
"prefix" : "TTI", | |
"body" : "TTI_ERROR_LARGE := 6", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTI_INFO": { | |
"prefix" : "TTI", | |
"body" : "TTI_INFO := 1", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTI_INFO_LARGE": { | |
"prefix" : "TTI", | |
"body" : "TTI_INFO_LARGE := 4", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTI_NONE": { | |
"prefix" : "TTI", | |
"body" : "TTI_NONE := 0", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTI_WARNING": { | |
"prefix" : "TTI", | |
"body" : "TTI_WARNING := 2", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTI_WARNING_LARGE": { | |
"prefix" : "TTI", | |
"body" : "TTI_WARNING_LARGE := 5", | |
"description": "Windows - GUI - Controls - ToolTip - Icon (TTM_SETTITLE ToolTip Icon)" | |
}, | |
"TTM_ACTIVATE": { | |
"prefix" : "TTM", | |
"body" : "TTM_ACTIVATE := 0x401", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_ADDTOOLA": { | |
"prefix" : "TTM", | |
"body" : "TTM_ADDTOOLA := 0x404", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_ADDTOOLW": { | |
"prefix" : "TTM", | |
"body" : "TTM_ADDTOOLW := 0x432", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_ADJUSTRECT": { | |
"prefix" : "TTM", | |
"body" : "TTM_ADJUSTRECT := 0x41F", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_DELTOOLA": { | |
"prefix" : "TTM", | |
"body" : "TTM_DELTOOLA := 0x405", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_DELTOOLW": { | |
"prefix" : "TTM", | |
"body" : "TTM_DELTOOLW := 0x433", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_ENUMTOOLSA": { | |
"prefix" : "TTM", | |
"body" : "TTM_ENUMTOOLSA := 0x40E", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_ENUMTOOLSW": { | |
"prefix" : "TTM", | |
"body" : "TTM_ENUMTOOLSW := 0x43A", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETBUBBLESIZE": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETBUBBLESIZE := 0x41E", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETCURRENTTOOLA": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETCURRENTTOOLA := 0x40F", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETCURRENTTOOLW": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETCURRENTTOOLW := 0x43B", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETDELAYTIME": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETDELAYTIME := 0x415", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETMARGIN": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETMARGIN := 0x41B", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETMAXTIPWIDTH": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETMAXTIPWIDTH := 0x419", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTEXTA": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTEXTA := 0x40B", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTEXTW": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTEXTW := 0x438", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTIPBKCOLOR": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTIPBKCOLOR := 0x416", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTIPTEXTCOLOR": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTIPTEXTCOLOR := 0x417", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTITLE": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTITLE := 0x423", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTOOLCOUNT": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTOOLCOUNT := 0x40D", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTOOLINFOA": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTOOLINFOA := 0x408", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_GETTOOLINFOW": { | |
"prefix" : "TTM", | |
"body" : "TTM_GETTOOLINFOW := 0x435", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_HITTESTA": { | |
"prefix" : "TTM", | |
"body" : "TTM_HITTESTA := 0x40A", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_HITTESTW": { | |
"prefix" : "TTM", | |
"body" : "TTM_HITTESTW := 0x437", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_NEWTOOLRECTA": { | |
"prefix" : "TTM", | |
"body" : "TTM_NEWTOOLRECTA := 0x406", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_NEWTOOLRECTW": { | |
"prefix" : "TTM", | |
"body" : "TTM_NEWTOOLRECTW := 0x434", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_POP": { | |
"prefix" : "TTM", | |
"body" : "TTM_POP := 0x41C", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_POPUP": { | |
"prefix" : "TTM", | |
"body" : "TTM_POPUP := 0x422", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_RELAYEVENT": { | |
"prefix" : "TTM", | |
"body" : "TTM_RELAYEVENT := 0x407", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETDELAYTIME": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETDELAYTIME := 0x403", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETMARGIN": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETMARGIN := 0x41A", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETMAXTIPWIDTH": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETMAXTIPWIDTH := 0x418", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETTIPBKCOLOR": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETTIPBKCOLOR := 0x413", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETTIPTEXTCOLOR": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETTIPTEXTCOLOR := 0x414", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETTITLEA": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETTITLEA := 0x420", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETTITLEW": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETTITLEW := 0x421", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETTOOLINFOA": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETTOOLINFOA := 0x409", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETTOOLINFOW": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETTOOLINFOW := 0x636", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_SETWINDOWTHEME": { | |
"prefix" : "TTM", | |
"body" : "TTM_SETWINDOWTHEME := 0x200B", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_TRACKACTIVATE": { | |
"prefix" : "TTM", | |
"body" : "TTM_TRACKACTIVATE := 0x411", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_TRACKPOSITION": { | |
"prefix" : "TTM", | |
"body" : "TTM_TRACKPOSITION := 0x412", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_UPDATE": { | |
"prefix" : "TTM", | |
"body" : "TTM_UPDATE := 0x41D", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_UPDATETIPTEXTA": { | |
"prefix" : "TTM", | |
"body" : "TTM_UPDATETIPTEXTA := 0x40C", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_UPDATETIPTEXTW": { | |
"prefix" : "TTM", | |
"body" : "TTM_UPDATETIPTEXTW := 0x439", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTM_WINDOWFROMPOINT": { | |
"prefix" : "TTM", | |
"body" : "TTM_WINDOWFROMPOINT := 0x410", | |
"description": "Windows - GUI - Controls - ToolTip - Messages (ToolTip Messages)" | |
}, | |
"TTN_FIRST": { | |
"prefix" : "TTN", | |
"body" : "TTN_FIRST := -520", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_GETDISPINFOA": { | |
"prefix" : "TTN", | |
"body" : "TTN_GETDISPINFOA := -520", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_GETDISPINFOW": { | |
"prefix" : "TTN", | |
"body" : "TTN_GETDISPINFOW := -530", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_LINKCLICK": { | |
"prefix" : "TTN", | |
"body" : "TTN_LINKCLICK := -523", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_NEEDTEXTA": { | |
"prefix" : "TTN", | |
"body" : "TTN_NEEDTEXTA := -520", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_NEEDTEXTW": { | |
"prefix" : "TTN", | |
"body" : "TTN_NEEDTEXTW := -530", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_POP": { | |
"prefix" : "TTN", | |
"body" : "TTN_POP := -522", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTN_SHOW": { | |
"prefix" : "TTN", | |
"body" : "TTN_SHOW := -521", | |
"description": "Windows - GUI - Controls - ToolTip - Notifications (ToolTip Notifications)" | |
}, | |
"TTDT_AUTOMATIC": { | |
"prefix" : "TTDT", | |
"body" : "TTDT_AUTOMATIC := 0", | |
"description": "Windows - GUI - Controls - ToolTip - Others - Delay (Parameters for TTM_SETDELAYTIME)" | |
}, | |
"TTDT_AUTOPOP": { | |
"prefix" : "TTDT", | |
"body" : "TTDT_AUTOPOP := 2", | |
"description": "Windows - GUI - Controls - ToolTip - Others - Delay (Parameters for TTM_SETDELAYTIME)" | |
}, | |
"TTDT_INITIAL": { | |
"prefix" : "TTDT", | |
"body" : "TTDT_INITIAL := 3", | |
"description": "Windows - GUI - Controls - ToolTip - Others - Delay (Parameters for TTM_SETDELAYTIME)" | |
}, | |
"TTDT_RESHOW": { | |
"prefix" : "TTDT", | |
"body" : "TTDT_RESHOW := 1", | |
"description": "Windows - GUI - Controls - ToolTip - Others - Delay (Parameters for TTM_SETDELAYTIME)" | |
}, | |
"TTS_ALWAYSTIP": { | |
"prefix" : "TTS", | |
"body" : "TTS_ALWAYSTIP := 0x1", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TTS_BALLOON": { | |
"prefix" : "TTS", | |
"body" : "TTS_BALLOON := 0x40", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TTS_CLOSE": { | |
"prefix" : "TTS", | |
"body" : "TTS_CLOSE := 0x80", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TTS_NOANIMATE": { | |
"prefix" : "TTS", | |
"body" : "TTS_NOANIMATE := 0x10", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TTS_NOFADE": { | |
"prefix" : "TTS", | |
"body" : "TTS_NOFADE := 0x20", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TTS_NOPREFIX": { | |
"prefix" : "TTS", | |
"body" : "TTS_NOPREFIX := 0x2", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TTS_USEVISUALSTYLE": { | |
"prefix" : "TTS", | |
"body" : "TTS_USEVISUALSTYLE := 0x100", | |
"description": "Windows - GUI - Controls - ToolTip - Styles (ToolTip Styles)" | |
}, | |
"TVS_EX_AUTOHSCROLL": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_AUTOHSCROLL := 0x20", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_DIMMEDCHECKBOXES": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_DIMMEDCHECKBOXES := 0x200", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_DOUBLEBUFFER": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_DOUBLEBUFFER := 0x4", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_DRAWIMAGEASYNC": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_DRAWIMAGEASYNC := 0x400", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_EXCLUSIONCHECKBOXES": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_EXCLUSIONCHECKBOXES := 0x100", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_FADEINOUTEXPANDOS": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_FADEINOUTEXPANDOS := 0x40", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_MULTISELECT": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_MULTISELECT := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_NOINDENTSTATE": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_NOINDENTSTATE := 0x8", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_NOSINGLECOLLAPSE": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_NOSINGLECOLLAPSE := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_PARTIALCHECKBOXES": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_PARTIALCHECKBOXES := 0x80", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TVS_EX_RICHTOOLTIP": { | |
"prefix" : "TVS", | |
"body" : "TVS_EX_RICHTOOLTIP := 0x10", | |
"description": "Windows - GUI - Controls - TreeView - ExStyles (TreeView Extended Styles)" | |
}, | |
"TV_FIRST": { | |
"prefix" : "TV", | |
"body" : "TV_FIRST := 0x1100", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_CREATEDRAGIMAGE": { | |
"prefix" : "TVM", | |
"body" : "TVM_CREATEDRAGIMAGE := 0x1112", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_DELETEITEM": { | |
"prefix" : "TVM", | |
"body" : "TVM_DELETEITEM := 0x1101", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_EDITLABELA": { | |
"prefix" : "TVM", | |
"body" : "TVM_EDITLABELA := 0x110E", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_EDITLABELW": { | |
"prefix" : "TVM", | |
"body" : "TVM_EDITLABELW := 0x1141", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_ENDEDITLABELNOW": { | |
"prefix" : "TVM", | |
"body" : "TVM_ENDEDITLABELNOW := 0x1116", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_ENSUREVISIBLE": { | |
"prefix" : "TVM", | |
"body" : "TVM_ENSUREVISIBLE := 0x1114", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_EXPAND": { | |
"prefix" : "TVM", | |
"body" : "TVM_EXPAND := 0x1102", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETBKCOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETBKCOLOR := 0x112F", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETCOUNT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETCOUNT := 0x1105", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETEDITCONTROL": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETEDITCONTROL := 0x110F", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETEXTENDEDSTYLE": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETEXTENDEDSTYLE := 0x112D", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETIMAGELIST": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETIMAGELIST := 0x1108", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETINDENT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETINDENT := 0x1106", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETINSERTMARKCOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETINSERTMARKCOLOR := 0x1126", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETISEARCHSTRINGA": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETISEARCHSTRINGA := 0x1117", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETISEARCHSTRINGW": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETISEARCHSTRINGW := 0x1140", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETITEMA": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETITEMA := 0x110C", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETITEMHEIGHT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETITEMHEIGHT := 0x111C", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETITEMPARTRECT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETITEMPARTRECT := 0x1148", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETITEMRECT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETITEMRECT := 0x1104", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETITEMSTATE": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETITEMSTATE := 0x1127", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETITEMW": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETITEMW := 0x113E", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETLINECOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETLINECOLOR := 0x1129", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETNEXTITEM": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETNEXTITEM := 0x110A", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETSCROLLTIME": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETSCROLLTIME := 0x1122", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETSELECTEDCOUNT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETSELECTEDCOUNT := 0x1146", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETTEXTCOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETTEXTCOLOR := 0x1120", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETTOOLTIPS": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETTOOLTIPS := 0x1119", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETUNICODEFORMAT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_GETVISIBLECOUNT": { | |
"prefix" : "TVM", | |
"body" : "TVM_GETVISIBLECOUNT := 0x1110", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_HITTEST": { | |
"prefix" : "TVM", | |
"body" : "TVM_HITTEST := 0x1111", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_INSERTITEMA": { | |
"prefix" : "TVM", | |
"body" : "TVM_INSERTITEMA := 0x1100", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_INSERTITEMW": { | |
"prefix" : "TVM", | |
"body" : "TVM_INSERTITEMW := 0x1142", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_MAPACCIDTOHTREEITEM": { | |
"prefix" : "TVM", | |
"body" : "TVM_MAPACCIDTOHTREEITEM := 0x112A", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_MAPHTREEITEMTOACCID": { | |
"prefix" : "TVM", | |
"body" : "TVM_MAPHTREEITEMTOACCID := 0x112B", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SELECTITEM": { | |
"prefix" : "TVM", | |
"body" : "TVM_SELECTITEM := 0x110B", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETAUTOSCROLLINFO": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETAUTOSCROLLINFO := 0x113B", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETBKCOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETBKCOLOR := 0x111D", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETEXTENDEDSTYLE": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETEXTENDEDSTYLE := 0x112C", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETIMAGELIST": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETIMAGELIST := 0x1109", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETINDENT": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETINDENT := 0x1107", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETINSERTMARK": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETINSERTMARK := 0x111A", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETINSERTMARKCOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETINSERTMARKCOLOR := 0x1125", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETITEMA": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETITEMA := 0x110D", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETITEMHEIGHT": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETITEMHEIGHT := 0x111B", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETITEMW": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETITEMW := 0x113F", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETLINECOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETLINECOLOR := 0x1128", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETSCROLLTIME": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETSCROLLTIME := 0x1121", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETTEXTCOLOR": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETTEXTCOLOR := 0x111E", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETTOOLTIPS": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETTOOLTIPS := 0x1118", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SETUNICODEFORMAT": { | |
"prefix" : "TVM", | |
"body" : "TVM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SHOWINFOTIP": { | |
"prefix" : "TVM", | |
"body" : "TVM_SHOWINFOTIP := 0x1147", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SORTCHILDREN": { | |
"prefix" : "TVM", | |
"body" : "TVM_SORTCHILDREN := 0x1113", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVM_SORTCHILDRENCB": { | |
"prefix" : "TVM", | |
"body" : "TVM_SORTCHILDRENCB := 0x1115", | |
"description": "Windows - GUI - Controls - TreeView - Messages (TreeView Messages)" | |
}, | |
"TVN_ASYNCDRAW": { | |
"prefix" : "TVN", | |
"body" : "TVN_ASYNCDRAW := -420", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_BEGINDRAGA": { | |
"prefix" : "TVN", | |
"body" : "TVN_BEGINDRAGA := -407", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_BEGINDRAGW": { | |
"prefix" : "TVN", | |
"body" : "TVN_BEGINDRAGW := -456", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_BEGINLABELEDITA": { | |
"prefix" : "TVN", | |
"body" : "TVN_BEGINLABELEDITA := -410", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_BEGINLABELEDITW": { | |
"prefix" : "TVN", | |
"body" : "TVN_BEGINLABELEDITW := -456", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_BEGINRDRAGA": { | |
"prefix" : "TVN", | |
"body" : "TVN_BEGINRDRAGA := -408", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_BEGINRDRAGW": { | |
"prefix" : "TVN", | |
"body" : "TVN_BEGINRDRAGW := -457", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_DELETEITEMA": { | |
"prefix" : "TVN", | |
"body" : "TVN_DELETEITEMA := -409", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_DELETEITEMW": { | |
"prefix" : "TVN", | |
"body" : "TVN_DELETEITEMW := -458", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ENDLABELEDITA": { | |
"prefix" : "TVN", | |
"body" : "TVN_ENDLABELEDITA := -411", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ENDLABELEDITW": { | |
"prefix" : "TVN", | |
"body" : "TVN_ENDLABELEDITW := -460", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_FIRST": { | |
"prefix" : "TVN", | |
"body" : "TVN_FIRST := -400", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_GETDISPINFOA": { | |
"prefix" : "TVN", | |
"body" : "TVN_GETDISPINFOA := -403", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_GETDISPINFOW": { | |
"prefix" : "TVN", | |
"body" : "TVN_GETDISPINFOW := -452", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_GETINFOTIPA": { | |
"prefix" : "TVN", | |
"body" : "TVN_GETINFOTIPA := -412", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_GETINFOTIPW": { | |
"prefix" : "TVN", | |
"body" : "TVN_GETINFOTIPW := -414", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMCHANGEDA": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMCHANGEDA := -418", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMCHANGEDW": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMCHANGEDW := -419", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMCHANGINGA": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMCHANGINGA := -416", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMCHANGINGW": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMCHANGINGW := -417", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMEXPANDEDA": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMEXPANDEDA := -406", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMEXPANDEDW": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMEXPANDEDW := -455", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMEXPANDINGA": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMEXPANDINGA := -405", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_ITEMEXPANDINGW": { | |
"prefix" : "TVN", | |
"body" : "TVN_ITEMEXPANDINGW := -454", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_KEYDOWN": { | |
"prefix" : "TVN", | |
"body" : "TVN_KEYDOWN := -412", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SELCHANGEDA": { | |
"prefix" : "TVN", | |
"body" : "TVN_SELCHANGEDA := -402", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SELCHANGEDW": { | |
"prefix" : "TVN", | |
"body" : "TVN_SELCHANGEDW := -451", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SELCHANGINGA": { | |
"prefix" : "TVN", | |
"body" : "TVN_SELCHANGINGA := -401", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SELCHANGINGW": { | |
"prefix" : "TVN", | |
"body" : "TVN_SELCHANGINGW := -450", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SETDISPINFOA": { | |
"prefix" : "TVN", | |
"body" : "TVN_SETDISPINFOA := -404", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SETDISPINFOW": { | |
"prefix" : "TVN", | |
"body" : "TVN_SETDISPINFOW := -453", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVN_SINGLEEXPAND": { | |
"prefix" : "TVN", | |
"body" : "TVN_SINGLEEXPAND := -415", | |
"description": "Windows - GUI - Controls - TreeView - Notifications (TreeView Notifications)" | |
}, | |
"TVC_BYKEYBOARD": { | |
"prefix" : "TVC", | |
"body" : "TVC_BYKEYBOARD := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVAction (NMTREEVIEW action)" | |
}, | |
"TVC_BYMOUSE": { | |
"prefix" : "TVC", | |
"body" : "TVC_BYMOUSE := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVAction (NMTREEVIEW action)" | |
}, | |
"TVC_UNKNOWN": { | |
"prefix" : "TVC", | |
"body" : "TVC_UNKNOWN := 0x0", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVAction (NMTREEVIEW action)" | |
}, | |
"TVE_COLLAPSE": { | |
"prefix" : "TVE", | |
"body" : "TVE_COLLAPSE := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVExpand (TVM_EXPAND wParam)" | |
}, | |
"TVE_COLLAPSERESET": { | |
"prefix" : "TVE", | |
"body" : "TVE_COLLAPSERESET := 0x8000", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVExpand (TVM_EXPAND wParam)" | |
}, | |
"TVE_EXPAND": { | |
"prefix" : "TVE", | |
"body" : "TVE_EXPAND := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVExpand (TVM_EXPAND wParam)" | |
}, | |
"TVE_EXPANDPARTIAL": { | |
"prefix" : "TVE", | |
"body" : "TVE_EXPANDPARTIAL := 0x4000", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVExpand (TVM_EXPAND wParam)" | |
}, | |
"TVE_TOGGLE": { | |
"prefix" : "TVE", | |
"body" : "TVE_TOGGLE := 0x3", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVExpand (TVM_EXPAND wParam)" | |
}, | |
"TVGN_CARET": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_CARET := 0x9", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_CHILD": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_CHILD := 0x4", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_DROPHILITE": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_DROPHILITE := 0x8", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_FIRSTVISIBLE": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_FIRSTVISIBLE := 0x5", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_LASTVISIBLE": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_LASTVISIBLE := 0xA", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_NEXT": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_NEXT := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_NEXTSELECTED": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_NEXTSELECTED := 0xB", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_NEXTVISIBLE": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_NEXTVISIBLE := 0x6", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_PARENT": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_PARENT := 0x3", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_PREVIOUS": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_PREVIOUS := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_PREVIOUSVISIBLE": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_PREVIOUSVISIBLE := 0x7", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVGN_ROOT": { | |
"prefix" : "TVGN", | |
"body" : "TVGN_ROOT := 0x0", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVGetNext (TVM_GETNEXTITEM wParam)" | |
}, | |
"TVHT_ABOVE": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ABOVE := 0x100", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_BELOW": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_BELOW := 0x200", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_NOWHERE": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_NOWHERE := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEM": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEM := 0x46", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEMBUTTON": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEMBUTTON := 0x10", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEMICON": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEMICON := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEMINDENT": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEMINDENT := 0x8", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEMLABEL": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEMLABEL := 0x4", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEMRIGHT": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEMRIGHT := 0x20", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_ONITEMSTATEICON": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_ONITEMSTATEICON := 0x40", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_TOLEFT": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_TOLEFT := 0x800", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVHT_TORIGHT": { | |
"prefix" : "TVHT", | |
"body" : "TVHT_TORIGHT := 0x400", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVHitTest (TVHITTESTINFO Flags)" | |
}, | |
"TVSIL_NORMAL": { | |
"prefix" : "TVSIL", | |
"body" : "TVSIL_NORMAL := 0", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVIL (TVM_GETIMAGELIST wParam)" | |
}, | |
"TVSIL_STATE": { | |
"prefix" : "TVSIL", | |
"body" : "TVSIL_STATE := 2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVIL (TVM_GETIMAGELIST wParam)" | |
}, | |
"TVI_FIRST": { | |
"prefix" : "TVI", | |
"body" : "TVI_FIRST := -65535", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVInsertAfter (TVINSERTSTRUCT hInsertAfter)" | |
}, | |
"TVI_LAST": { | |
"prefix" : "TVI", | |
"body" : "TVI_LAST := -65534", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVInsertAfter (TVINSERTSTRUCT hInsertAfter)" | |
}, | |
"TVI_ROOT": { | |
"prefix" : "TVI", | |
"body" : "TVI_ROOT := -65536", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVInsertAfter (TVINSERTSTRUCT hInsertAfter)" | |
}, | |
"TVI_SORT": { | |
"prefix" : "TVI", | |
"body" : "TVI_SORT := -65533", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVInsertAfter (TVINSERTSTRUCT hInsertAfter)" | |
}, | |
"TVIF_CHILDREN": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_CHILDREN := 0x40", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_DI_SETITEM": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_DI_SETITEM := 0x1000", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_EXPANDEDIMAGE": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_EXPANDEDIMAGE := 0x200", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_HANDLE": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_HANDLE := 0x10", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_IMAGE": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_IMAGE := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_INTEGRAL": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_INTEGRAL := 0x80", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_PARAM": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_PARAM := 0x4", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_SELECTEDIMAGE": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_SELECTEDIMAGE := 0x20", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_STATE": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_STATE := 0x8", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_STATEEX": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_STATEEX := 0x100", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVIF_TEXT": { | |
"prefix" : "TVIF", | |
"body" : "TVIF_TEXT := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemFlags (TVITEM Flags)" | |
}, | |
"TVGIPR_BUTTON": { | |
"prefix" : "TVGIPR", | |
"body" : "TVGIPR_BUTTON := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemPartInfo (TVGETITEMPARTRECTINFO partID (Vista+))" | |
}, | |
"TVIS_BOLD": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_BOLD := 0x10", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_CUT": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_CUT := 0x4", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_DROPHILITED": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_DROPHILITED := 0x8", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_EXPANDED": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_EXPANDED := 0x20", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_EXPANDEDONCE": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_EXPANDEDONCE := 0x40", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_EXPANDPARTIAL": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_EXPANDPARTIAL := 0x80", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_OVERLAYMASK": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_OVERLAYMASK := 0xF00", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_SELECTED": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_SELECTED := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_STATEIMAGEMASK": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_STATEIMAGEMASK := 0xF000", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_USERMASK": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_USERMASK := 0xF000", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStates (TVITEM States)" | |
}, | |
"TVIS_EX_ALL": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_EX_ALL := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStatesEx (TVITEMEX uStateEx)" | |
}, | |
"TVIS_EX_DISABLED": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_EX_DISABLED := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStatesEx (TVITEMEX uStateEx)" | |
}, | |
"TVIS_EX_FLAT": { | |
"prefix" : "TVIS", | |
"body" : "TVIS_EX_FLAT := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVItemStatesEx (TVITEMEX uStateEx)" | |
}, | |
"TVSI_NOSINGLEEXPAND": { | |
"prefix" : "TVSI", | |
"body" : "TVSI_NOSINGLEEXPAND := 0x8000", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVSelectItem (TVM_SELECTITEM wParam)" | |
}, | |
"TVNRET_DEFAULT": { | |
"prefix" : "TVNRET", | |
"body" : "TVNRET_DEFAULT := 0", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVSingleExpandRet (TVN_SINGLEEXPAND Return Codes)" | |
}, | |
"TVNRET_SKIPNEW": { | |
"prefix" : "TVNRET", | |
"body" : "TVNRET_SKIPNEW := 2", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVSingleExpandRet (TVN_SINGLEEXPAND Return Codes)" | |
}, | |
"TVNRET_SKIPOLD": { | |
"prefix" : "TVNRET", | |
"body" : "TVNRET_SKIPOLD := 1", | |
"description": "Windows - GUI - Controls - TreeView - Others - TVSingleExpandRet (TVN_SINGLEEXPAND Return Codes)" | |
}, | |
"TVS_CHECKBOXES": { | |
"prefix" : "TVS", | |
"body" : "TVS_CHECKBOXES := 0x100", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_DISABLEDRAGDROP": { | |
"prefix" : "TVS", | |
"body" : "TVS_DISABLEDRAGDROP := 0x10", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_EDITLABELS": { | |
"prefix" : "TVS", | |
"body" : "TVS_EDITLABELS := 0x8", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_FULLROWSELECT": { | |
"prefix" : "TVS", | |
"body" : "TVS_FULLROWSELECT := 0x1000", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_HASBUTTONS": { | |
"prefix" : "TVS", | |
"body" : "TVS_HASBUTTONS := 0x1", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_HASLINES": { | |
"prefix" : "TVS", | |
"body" : "TVS_HASLINES := 0x2", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_INFOTIP": { | |
"prefix" : "TVS", | |
"body" : "TVS_INFOTIP := 0x800", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_LINESATROOT": { | |
"prefix" : "TVS", | |
"body" : "TVS_LINESATROOT := 0x4", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_NOHSCROLL": { | |
"prefix" : "TVS", | |
"body" : "TVS_NOHSCROLL := 0x8000", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_NONEVENHEIGHT": { | |
"prefix" : "TVS", | |
"body" : "TVS_NONEVENHEIGHT := 0x4000", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_NOSCROLL": { | |
"prefix" : "TVS", | |
"body" : "TVS_NOSCROLL := 0x2000", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_NOTOOLTIPS": { | |
"prefix" : "TVS", | |
"body" : "TVS_NOTOOLTIPS := 0x80", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_RTLREADING": { | |
"prefix" : "TVS", | |
"body" : "TVS_RTLREADING := 0x40", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_SHOWSELALWAYS": { | |
"prefix" : "TVS", | |
"body" : "TVS_SHOWSELALWAYS := 0x20", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_SINGLEEXPAND": { | |
"prefix" : "TVS", | |
"body" : "TVS_SINGLEEXPAND := 0x400", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"TVS_TRACKSELECT": { | |
"prefix" : "TVS", | |
"body" : "TVS_TRACKSELECT := 0x200", | |
"description": "Windows - GUI - Controls - TreeView - Styles (TreeView Styles)" | |
}, | |
"UDM_GETACCEL": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETACCEL := 0x46C", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETBASE": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETBASE := 0x46E", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETBUDDY": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETBUDDY := 0x46A", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETPOS": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETPOS := 0x468", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETPOS32": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETPOS32 := 0x472", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETRANGE": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETRANGE := 0x466", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETRANGE32": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETRANGE32 := 0x470", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_GETUNICODEFORMAT": { | |
"prefix" : "UDM", | |
"body" : "UDM_GETUNICODEFORMAT := 0x2006", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETACCEL": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETACCEL := 0x46B", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETBASE": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETBASE := 0x46D", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETBUDDY": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETBUDDY := 0x469", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETPOS": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETPOS := 0x467", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETPOS32": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETPOS32 := 0x471", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETRANGE": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETRANGE := 0x465", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETRANGE32": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETRANGE32 := 0x46F", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDM_SETUNICODEFORMAT": { | |
"prefix" : "UDM", | |
"body" : "UDM_SETUNICODEFORMAT := 0x2005", | |
"description": "Windows - GUI - Controls - UpDown - Messages (UpDown Messages)" | |
}, | |
"UDN_DELTAPOS": { | |
"prefix" : "UDN", | |
"body" : "UDN_DELTAPOS := -722", | |
"description": "Windows - GUI - Controls - UpDown - Notifications (UpDown Notification)" | |
}, | |
"UDN_FIRST": { | |
"prefix" : "UDN", | |
"body" : "UDN_FIRST := -721", | |
"description": "Windows - GUI - Controls - UpDown - Notifications (UpDown Notification)" | |
}, | |
"UDS_ALIGNLEFT": { | |
"prefix" : "UDS", | |
"body" : "UDS_ALIGNLEFT := 0x8", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_ALIGNRIGHT": { | |
"prefix" : "UDS", | |
"body" : "UDS_ALIGNRIGHT := 0x4", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_ARROWKEYS": { | |
"prefix" : "UDS", | |
"body" : "UDS_ARROWKEYS := 0x20", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_AUTOBUDDY": { | |
"prefix" : "UDS", | |
"body" : "UDS_AUTOBUDDY := 0x10", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_HORZ": { | |
"prefix" : "UDS", | |
"body" : "UDS_HORZ := 0x40", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_HOTTRACK": { | |
"prefix" : "UDS", | |
"body" : "UDS_HOTTRACK := 0x100", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_NOTHOUSANDS": { | |
"prefix" : "UDS", | |
"body" : "UDS_NOTHOUSANDS := 0x80", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_SETBUDDYINT": { | |
"prefix" : "UDS", | |
"body" : "UDS_SETBUDDYINT := 0x2", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"UDS_WRAP": { | |
"prefix" : "UDS", | |
"body" : "UDS_WRAP := 0x1", | |
"description": "Windows - GUI - Controls - UpDown - Styles (UpDown/Spinner Styles)" | |
}, | |
"CC_ANYCOLOR": { | |
"prefix" : "CC", | |
"body" : "CC_ANYCOLOR := 0x100", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_ENABLEHOOK": { | |
"prefix" : "CC", | |
"body" : "CC_ENABLEHOOK := 0x10", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_ENABLETEMPLATE": { | |
"prefix" : "CC", | |
"body" : "CC_ENABLETEMPLATE := 0x20", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_ENABLETEMPLATEHANDLE": { | |
"prefix" : "CC", | |
"body" : "CC_ENABLETEMPLATEHANDLE := 0x40", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_FULLOPEN": { | |
"prefix" : "CC", | |
"body" : "CC_FULLOPEN := 0x2", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_PREVENTFULLOPEN": { | |
"prefix" : "CC", | |
"body" : "CC_PREVENTFULLOPEN := 0x4", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_RGBINIT": { | |
"prefix" : "CC", | |
"body" : "CC_RGBINIT := 0x1", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_SHOWHELP": { | |
"prefix" : "CC", | |
"body" : "CC_SHOWHELP := 0x8", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"CC_SOLIDCOLOR": { | |
"prefix" : "CC", | |
"body" : "CC_SOLIDCOLOR := 0x80", | |
"description": "Windows - GUI - Dialogs - Color Dialog (Parameters for ChooseColor)" | |
}, | |
"OFN_ALLOWMULTISELECT": { | |
"prefix" : "OFN", | |
"body" : "OFN_ALLOWMULTISELECT := 0x200", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_CREATEPROMPT": { | |
"prefix" : "OFN", | |
"body" : "OFN_CREATEPROMPT := 0x2000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_DONTADDTORECENT": { | |
"prefix" : "OFN", | |
"body" : "OFN_DONTADDTORECENT := 0x2000000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_ENABLEHOOK": { | |
"prefix" : "OFN", | |
"body" : "OFN_ENABLEHOOK := 0x20", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_ENABLEINCLUDENOTIFY": { | |
"prefix" : "OFN", | |
"body" : "OFN_ENABLEINCLUDENOTIFY := 0x400000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_ENABLESIZING": { | |
"prefix" : "OFN", | |
"body" : "OFN_ENABLESIZING := 0x800000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_ENABLETEMPLATE": { | |
"prefix" : "OFN", | |
"body" : "OFN_ENABLETEMPLATE := 0x40", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_ENABLETEMPLATEHANDLE": { | |
"prefix" : "OFN", | |
"body" : "OFN_ENABLETEMPLATEHANDLE := 0x80", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_EX_NOPLACESBAR": { | |
"prefix" : "OFN", | |
"body" : "OFN_EX_NOPLACESBAR := 0x1", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_EXPLORER": { | |
"prefix" : "OFN", | |
"body" : "OFN_EXPLORER := 0x80000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_EXTENSIONDIFFERENT": { | |
"prefix" : "OFN", | |
"body" : "OFN_EXTENSIONDIFFERENT := 0x400", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_FILEMUSTEXIST": { | |
"prefix" : "OFN", | |
"body" : "OFN_FILEMUSTEXIST := 0x1000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_FORCESHOWHIDDEN": { | |
"prefix" : "OFN", | |
"body" : "OFN_FORCESHOWHIDDEN := 0x10000000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_HIDEREADONLY": { | |
"prefix" : "OFN", | |
"body" : "OFN_HIDEREADONLY := 0x4", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_LONGNAMES": { | |
"prefix" : "OFN", | |
"body" : "OFN_LONGNAMES := 0x200000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NOCHANGEDIR": { | |
"prefix" : "OFN", | |
"body" : "OFN_NOCHANGEDIR := 0x8", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NODEREFERENCELINKS": { | |
"prefix" : "OFN", | |
"body" : "OFN_NODEREFERENCELINKS := 0x100000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NOLONGNAMES": { | |
"prefix" : "OFN", | |
"body" : "OFN_NOLONGNAMES := 0x40000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NONETWORKBUTTON": { | |
"prefix" : "OFN", | |
"body" : "OFN_NONETWORKBUTTON := 0x20000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NOREADONLYRETURN": { | |
"prefix" : "OFN", | |
"body" : "OFN_NOREADONLYRETURN := 0x8000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NOTESTFILECREATE": { | |
"prefix" : "OFN", | |
"body" : "OFN_NOTESTFILECREATE := 0x10000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_NOVALIDATE": { | |
"prefix" : "OFN", | |
"body" : "OFN_NOVALIDATE := 0x100", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_OVERWRITEPROMPT": { | |
"prefix" : "OFN", | |
"body" : "OFN_OVERWRITEPROMPT := 0x2", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_PATHMUSTEXIST": { | |
"prefix" : "OFN", | |
"body" : "OFN_PATHMUSTEXIST := 0x800", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_READONLY": { | |
"prefix" : "OFN", | |
"body" : "OFN_READONLY := 0x1", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_SHAREAWARE": { | |
"prefix" : "OFN", | |
"body" : "OFN_SHAREAWARE := 0x4000", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"OFN_SHOWHELP": { | |
"prefix" : "OFN", | |
"body" : "OFN_SHOWHELP := 0x10", | |
"description": "Windows - GUI - Dialogs - File Dialog (Flags for OPENFILENAME)" | |
}, | |
"FR_DIALOGTERM": { | |
"prefix" : "FR", | |
"body" : "FR_DIALOGTERM := 0x40", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_DOWN": { | |
"prefix" : "FR", | |
"body" : "FR_DOWN := 0x1", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_ENABLEHOOK": { | |
"prefix" : "FR", | |
"body" : "FR_ENABLEHOOK := 0x100", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_ENABLETEMPLATE": { | |
"prefix" : "FR", | |
"body" : "FR_ENABLETEMPLATE := 0x200", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_ENABLETEMPLATEHANDLE": { | |
"prefix" : "FR", | |
"body" : "FR_ENABLETEMPLATEHANDLE := 0x2000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_FINDNEXT": { | |
"prefix" : "FR", | |
"body" : "FR_FINDNEXT := 0x8", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_HIDEMATCHCASE": { | |
"prefix" : "FR", | |
"body" : "FR_HIDEMATCHCASE := 0x8000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_HIDEUPDOWN": { | |
"prefix" : "FR", | |
"body" : "FR_HIDEUPDOWN := 0x4000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_HIDEWHOLEWORD": { | |
"prefix" : "FR", | |
"body" : "FR_HIDEWHOLEWORD := 0x10000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_MATCHALEFHAMZA": { | |
"prefix" : "FR", | |
"body" : "FR_MATCHALEFHAMZA := 0x80000000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_MATCHCASE": { | |
"prefix" : "FR", | |
"body" : "FR_MATCHCASE := 0x4", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_MATCHDIAC": { | |
"prefix" : "FR", | |
"body" : "FR_MATCHDIAC := 0x20000000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_MATCHKASHIDA": { | |
"prefix" : "FR", | |
"body" : "FR_MATCHKASHIDA := 0x40000000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_NOMATCHCASE": { | |
"prefix" : "FR", | |
"body" : "FR_NOMATCHCASE := 0x800", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_NOUPDOWN": { | |
"prefix" : "FR", | |
"body" : "FR_NOUPDOWN := 0x400", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_NOWHOLEWORD": { | |
"prefix" : "FR", | |
"body" : "FR_NOWHOLEWORD := 0x1000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_RAW": { | |
"prefix" : "FR", | |
"body" : "FR_RAW := 0x20000", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_REPLACE": { | |
"prefix" : "FR", | |
"body" : "FR_REPLACE := 0x10", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_REPLACEALL": { | |
"prefix" : "FR", | |
"body" : "FR_REPLACEALL := 0x20", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_SHOWHELP": { | |
"prefix" : "FR", | |
"body" : "FR_SHOWHELP := 0x80", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"FR_WHOLEWORD": { | |
"prefix" : "FR", | |
"body" : "FR_WHOLEWORD := 0x2", | |
"description": "Windows - GUI - Dialogs - Find Dialog (Parameters for FindText and ReplaceText)" | |
}, | |
"CF_ANSIONLY": { | |
"prefix" : "CF", | |
"body" : "CF_ANSIONLY := 0x400", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_APPLY": { | |
"prefix" : "CF", | |
"body" : "CF_APPLY := 0x200", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_BOTH": { | |
"prefix" : "CF", | |
"body" : "CF_BOTH := 0x3", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_EFFECTS": { | |
"prefix" : "CF", | |
"body" : "CF_EFFECTS := 0x100", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_ENABLEHOOK": { | |
"prefix" : "CF", | |
"body" : "CF_ENABLEHOOK := 0x8", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_ENABLETEMPLATE": { | |
"prefix" : "CF", | |
"body" : "CF_ENABLETEMPLATE := 0x10", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_ENABLETEMPLATEHANDLE": { | |
"prefix" : "CF", | |
"body" : "CF_ENABLETEMPLATEHANDLE := 0x20", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_FIXEDPITCHONLY": { | |
"prefix" : "CF", | |
"body" : "CF_FIXEDPITCHONLY := 0x4000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_FORCEFONTEXIST": { | |
"prefix" : "CF", | |
"body" : "CF_FORCEFONTEXIST := 0x10000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_INACTIVEFONTS": { | |
"prefix" : "CF", | |
"body" : "CF_INACTIVEFONTS := 0x2000000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_INITTOLOGFONTSTRUCT": { | |
"prefix" : "CF", | |
"body" : "CF_INITTOLOGFONTSTRUCT := 0x40", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_LIMITSIZE": { | |
"prefix" : "CF", | |
"body" : "CF_LIMITSIZE := 0x2000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOFACESEL": { | |
"prefix" : "CF", | |
"body" : "CF_NOFACESEL := 0x80000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOOEMFONTS": { | |
"prefix" : "CF", | |
"body" : "CF_NOOEMFONTS := 0x800", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOSCRIPTSEL": { | |
"prefix" : "CF", | |
"body" : "CF_NOSCRIPTSEL := 0x800000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOSIMULATIONS": { | |
"prefix" : "CF", | |
"body" : "CF_NOSIMULATIONS := 0x1000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOSIZESEL": { | |
"prefix" : "CF", | |
"body" : "CF_NOSIZESEL := 0x200000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOSTYLESEL": { | |
"prefix" : "CF", | |
"body" : "CF_NOSTYLESEL := 0x100000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOVECTORFONTS": { | |
"prefix" : "CF", | |
"body" : "CF_NOVECTORFONTS := 0x800", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_NOVERTFONTS": { | |
"prefix" : "CF", | |
"body" : "CF_NOVERTFONTS := 0x1000000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_PRINTERFONTS": { | |
"prefix" : "CF", | |
"body" : "CF_PRINTERFONTS := 0x2", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_SCALABLEONLY": { | |
"prefix" : "CF", | |
"body" : "CF_SCALABLEONLY := 0x20000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_SCREENFONTS": { | |
"prefix" : "CF", | |
"body" : "CF_SCREENFONTS := 0x1", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_SCRIPTSONLY": { | |
"prefix" : "CF", | |
"body" : "CF_SCRIPTSONLY := 0x400", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_SELECTSCRIPT": { | |
"prefix" : "CF", | |
"body" : "CF_SELECTSCRIPT := 0x400000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_SHOWHELP": { | |
"prefix" : "CF", | |
"body" : "CF_SHOWHELP := 0x4", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_TTONLY": { | |
"prefix" : "CF", | |
"body" : "CF_TTONLY := 0x40000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_USESTYLE": { | |
"prefix" : "CF", | |
"body" : "CF_USESTYLE := 0x80", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"CF_WYSIWYG": { | |
"prefix" : "CF", | |
"body" : "CF_WYSIWYG := 0x8000", | |
"description": "Windows - GUI - Dialogs - Font Dialog (CHOOSEFONT Flags)" | |
}, | |
"MB_ABORTRETRYIGNORE": { | |
"prefix" : "MB", | |
"body" : "MB_ABORTRETRYIGNORE := 2", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_CANCELTRYCONTINUE": { | |
"prefix" : "MB", | |
"body" : "MB_CANCELTRYCONTINUE := 6", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_DEFBUTTON1": { | |
"prefix" : "MB", | |
"body" : "MB_DEFBUTTON1 := 0", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_DEFBUTTON2": { | |
"prefix" : "MB", | |
"body" : "MB_DEFBUTTON2 := 0x100", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_DEFBUTTON3": { | |
"prefix" : "MB", | |
"body" : "MB_DEFBUTTON3 := 0x200", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_DEFBUTTON4": { | |
"prefix" : "MB", | |
"body" : "MB_DEFBUTTON4 := 0x300", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_OK": { | |
"prefix" : "MB", | |
"body" : "MB_OK := 0", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_OKCANCEL": { | |
"prefix" : "MB", | |
"body" : "MB_OKCANCEL := 1", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_RETRYCANCEL": { | |
"prefix" : "MB", | |
"body" : "MB_RETRYCANCEL := 5", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_YESNO": { | |
"prefix" : "MB", | |
"body" : "MB_YESNO := 4", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_YESNOCANCEL": { | |
"prefix" : "MB", | |
"body" : "MB_YESNOCANCEL := 3", | |
"description": "Windows - GUI - Dialogs - MessageBox - Buttons (MessageBox Buttons)" | |
}, | |
"MB_ICONERROR": { | |
"prefix" : "MB", | |
"body" : "MB_ICONERROR := 0x10", | |
"description": "Windows - GUI - Dialogs - MessageBox - Icon (MessageBox Icons)" | |
}, | |
"MB_ICONINFORMATION": { | |
"prefix" : "MB", | |
"body" : "MB_ICONINFORMATION := 0x40", | |
"description": "Windows - GUI - Dialogs - MessageBox - Icon (MessageBox Icons)" | |
}, | |
"MB_ICONQUESTION": { | |
"prefix" : "MB", | |
"body" : "MB_ICONQUESTION := 0x20", | |
"description": "Windows - GUI - Dialogs - MessageBox - Icon (MessageBox Icons)" | |
}, | |
"MB_ICONWARNING": { | |
"prefix" : "MB", | |
"body" : "MB_ICONWARNING := 0x30", | |
"description": "Windows - GUI - Dialogs - MessageBox - Icon (MessageBox Icons)" | |
}, | |
"MB_USERICON": { | |
"prefix" : "MB", | |
"body" : "MB_USERICON := 0x80", | |
"description": "Windows - GUI - Dialogs - MessageBox - Icon (MessageBox Icons)" | |
}, | |
"MB_APPLMODAL": { | |
"prefix" : "MB", | |
"body" : "MB_APPLMODAL := 0", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_DEFAULT_DESKTOP_ONLY": { | |
"prefix" : "MB", | |
"body" : "MB_DEFAULT_DESKTOP_ONLY := 0x20000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_HELP": { | |
"prefix" : "MB", | |
"body" : "MB_HELP := 0x4000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_NOFOCUS": { | |
"prefix" : "MB", | |
"body" : "MB_NOFOCUS := 0x8000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_RIGHT": { | |
"prefix" : "MB", | |
"body" : "MB_RIGHT := 0x80000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_RTLREADING": { | |
"prefix" : "MB", | |
"body" : "MB_RTLREADING := 0x100000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_SERVICE_NOTIFICATION": { | |
"prefix" : "MB", | |
"body" : "MB_SERVICE_NOTIFICATION := 0x200000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_SETFOREGROUND": { | |
"prefix" : "MB", | |
"body" : "MB_SETFOREGROUND := 0x10000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_SYSTEMMODAL": { | |
"prefix" : "MB", | |
"body" : "MB_SYSTEMMODAL := 0x1000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_TASKMODAL": { | |
"prefix" : "MB", | |
"body" : "MB_TASKMODAL := 0x2000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"MB_TOPMOST": { | |
"prefix" : "MB", | |
"body" : "MB_TOPMOST := 0x40000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Options (MessageBox Options)" | |
}, | |
"IDABORT": { | |
"prefix" : "IDABORT", | |
"body" : "IDABORT := 3", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDCANCEL": { | |
"prefix" : "IDCANCEL", | |
"body" : "IDCANCEL := 2", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDCLOSE": { | |
"prefix" : "IDCLOSE", | |
"body" : "IDCLOSE := 8", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDCONTINUE": { | |
"prefix" : "IDCONTINUE", | |
"body" : "IDCONTINUE := 11", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDHELP": { | |
"prefix" : "IDHELP", | |
"body" : "IDHELP := 9", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDIGNORE": { | |
"prefix" : "IDIGNORE", | |
"body" : "IDIGNORE := 5", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDNO": { | |
"prefix" : "IDNO", | |
"body" : "IDNO := 7", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDOK": { | |
"prefix" : "IDOK", | |
"body" : "IDOK := 1", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDRETRY": { | |
"prefix" : "IDRETRY", | |
"body" : "IDRETRY := 4", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDTIMEOUT": { | |
"prefix" : "IDTIMEOUT", | |
"body" : "IDTIMEOUT := 32000", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDTRYAGAIN": { | |
"prefix" : "IDTRYAGAIN", | |
"body" : "IDTRYAGAIN := 10", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"IDYES": { | |
"prefix" : "IDYES", | |
"body" : "IDYES := 6", | |
"description": "Windows - GUI - Dialogs - MessageBox - Return (MessageBox Return Value)" | |
}, | |
"PSD_DEFAULTMINMARGINS": { | |
"prefix" : "PSD", | |
"body" : "PSD_DEFAULTMINMARGINS := 0x0", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_DISABLEMARGINS": { | |
"prefix" : "PSD", | |
"body" : "PSD_DISABLEMARGINS := 0x10", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_DISABLEORIENTATION": { | |
"prefix" : "PSD", | |
"body" : "PSD_DISABLEORIENTATION := 0x100", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_DISABLEPAGEPAINTING": { | |
"prefix" : "PSD", | |
"body" : "PSD_DISABLEPAGEPAINTING := 0x80000", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_DISABLEPAPER": { | |
"prefix" : "PSD", | |
"body" : "PSD_DISABLEPAPER := 0x200", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_DISABLEPRINTER": { | |
"prefix" : "PSD", | |
"body" : "PSD_DISABLEPRINTER := 0x20", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_ENABLEPAGEPAINTHOOK": { | |
"prefix" : "PSD", | |
"body" : "PSD_ENABLEPAGEPAINTHOOK := 0x40000", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_ENABLEPAGESETUPHOOK": { | |
"prefix" : "PSD", | |
"body" : "PSD_ENABLEPAGESETUPHOOK := 0x2000", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_ENABLEPAGESETUPTEMPLATE": { | |
"prefix" : "PSD", | |
"body" : "PSD_ENABLEPAGESETUPTEMPLATE := 0x8000", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_ENABLEPAGESETUPTEMPLATEHANDLE": { | |
"prefix" : "PSD", | |
"body" : "PSD_ENABLEPAGESETUPTEMPLATEHANDLE := 0x20000", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_INHUNDREDTHSOFMILLIMETERS": { | |
"prefix" : "PSD", | |
"body" : "PSD_INHUNDREDTHSOFMILLIMETERS := 0x8", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_INTHOUSANDTHSOFINCHES": { | |
"prefix" : "PSD", | |
"body" : "PSD_INTHOUSANDTHSOFINCHES := 0x4", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_INWININIINTLMEASURE": { | |
"prefix" : "PSD", | |
"body" : "PSD_INWININIINTLMEASURE := 0x0", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_MARGINS": { | |
"prefix" : "PSD", | |
"body" : "PSD_MARGINS := 0x2", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_MINMARGINS": { | |
"prefix" : "PSD", | |
"body" : "PSD_MINMARGINS := 0x1", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_NONETWORKBUTTON": { | |
"prefix" : "PSD", | |
"body" : "PSD_NONETWORKBUTTON := 0x200000", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_NOWARNING": { | |
"prefix" : "PSD", | |
"body" : "PSD_NOWARNING := 0x80", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_RETURNDEFAULT": { | |
"prefix" : "PSD", | |
"body" : "PSD_RETURNDEFAULT := 0x400", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PSD_SHOWHELP": { | |
"prefix" : "PSD", | |
"body" : "PSD_SHOWHELP := 0x800", | |
"description": "Windows - GUI - Dialogs - Page Setup (Parameters for PageSetupDlg)" | |
}, | |
"PD_ALLPAGES": { | |
"prefix" : "PD", | |
"body" : "PD_ALLPAGES := 0x0", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_COLLATE": { | |
"prefix" : "PD", | |
"body" : "PD_COLLATE := 0x10", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_CURRENTPAGE": { | |
"prefix" : "PD", | |
"body" : "PD_CURRENTPAGE := 0x400000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_DISABLEPRINTTOFILE": { | |
"prefix" : "PD", | |
"body" : "PD_DISABLEPRINTTOFILE := 0x80000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_ENABLEPRINTHOOK": { | |
"prefix" : "PD", | |
"body" : "PD_ENABLEPRINTHOOK := 0x1000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_ENABLEPRINTTEMPLATE": { | |
"prefix" : "PD", | |
"body" : "PD_ENABLEPRINTTEMPLATE := 0x4000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_ENABLEPRINTTEMPLATEHANDLE": { | |
"prefix" : "PD", | |
"body" : "PD_ENABLEPRINTTEMPLATEHANDLE := 0x10000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_ENABLESETUPHOOK": { | |
"prefix" : "PD", | |
"body" : "PD_ENABLESETUPHOOK := 0x2000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_ENABLESETUPTEMPLATE": { | |
"prefix" : "PD", | |
"body" : "PD_ENABLESETUPTEMPLATE := 0x8000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_ENABLESETUPTEMPLATEHANDLE": { | |
"prefix" : "PD", | |
"body" : "PD_ENABLESETUPTEMPLATEHANDLE := 0x20000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_EXCL_COPIESANDCOLLATE": { | |
"prefix" : "PD", | |
"body" : "PD_EXCL_COPIESANDCOLLATE := 0x8100", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_EXCLUSIONFLAGS": { | |
"prefix" : "PD", | |
"body" : "PD_EXCLUSIONFLAGS := 0x1000000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_HIDEPRINTTOFILE": { | |
"prefix" : "PD", | |
"body" : "PD_HIDEPRINTTOFILE := 0x100000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_NOCURRENTPAGE": { | |
"prefix" : "PD", | |
"body" : "PD_NOCURRENTPAGE := 0x800000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_NONETWORKBUTTON": { | |
"prefix" : "PD", | |
"body" : "PD_NONETWORKBUTTON := 0x200000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_NOPAGENUMS": { | |
"prefix" : "PD", | |
"body" : "PD_NOPAGENUMS := 0x8", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_NOSELECTION": { | |
"prefix" : "PD", | |
"body" : "PD_NOSELECTION := 0x4", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_NOWARNING": { | |
"prefix" : "PD", | |
"body" : "PD_NOWARNING := 0x80", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_PAGENUMS": { | |
"prefix" : "PD", | |
"body" : "PD_PAGENUMS := 0x2", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_PRINTSETUP": { | |
"prefix" : "PD", | |
"body" : "PD_PRINTSETUP := 0x40", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_PRINTTOFILE": { | |
"prefix" : "PD", | |
"body" : "PD_PRINTTOFILE := 0x20", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_RETURNDC": { | |
"prefix" : "PD", | |
"body" : "PD_RETURNDC := 0x100", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_RETURNDEFAULT": { | |
"prefix" : "PD", | |
"body" : "PD_RETURNDEFAULT := 0x400", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_RETURNIC": { | |
"prefix" : "PD", | |
"body" : "PD_RETURNIC := 0x200", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_SELECTION": { | |
"prefix" : "PD", | |
"body" : "PD_SELECTION := 0x1", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_SHOWHELP": { | |
"prefix" : "PD", | |
"body" : "PD_SHOWHELP := 0x800", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_USEDEVMODECOPIES": { | |
"prefix" : "PD", | |
"body" : "PD_USEDEVMODECOPIES := 0x40000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_USEDEVMODECOPIESANDCOLLATE": { | |
"prefix" : "PD", | |
"body" : "PD_USEDEVMODECOPIESANDCOLLATE := 0x40000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"PD_USELARGETEMPLATE": { | |
"prefix" : "PD", | |
"body" : "PD_USELARGETEMPLATE := 0x10000000", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Flags (Flags for PrintDlg and PrintDlgEx - PRINTDLG Flags)" | |
}, | |
"DN_DEFAULTPRN": { | |
"prefix" : "DN", | |
"body" : "DN_DEFAULTPRN := 0x1", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Others (Flags for PrintDlg and PrintDlgEx)" | |
}, | |
"PD_RESULT_APPLY": { | |
"prefix" : "PD", | |
"body" : "PD_RESULT_APPLY := 2", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Others (Flags for PrintDlg and PrintDlgEx)" | |
}, | |
"PD_RESULT_CANCEL": { | |
"prefix" : "PD", | |
"body" : "PD_RESULT_CANCEL := 0", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Others (Flags for PrintDlg and PrintDlgEx)" | |
}, | |
"PD_RESULT_PRINT": { | |
"prefix" : "PD", | |
"body" : "PD_RESULT_PRINT := 1", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Others (Flags for PrintDlg and PrintDlgEx)" | |
}, | |
"START_PAGE_GENERAL": { | |
"prefix" : "START", | |
"body" : "START_PAGE_GENERAL := 0xFFFFFFFF", | |
"description": "Windows - GUI - Dialogs - Print Dialog - Others (Flags for PrintDlg and PrintDlgEx)" | |
}, | |
"RFF_CALCDIRECTORY": { | |
"prefix" : "RFF", | |
"body" : "RFF_CALCDIRECTORY := 0x4", | |
"description": "Windows - GUI - Dialogs - Run Dialog - Flags (Flags for RunFileDlg)" | |
}, | |
"RFF_NOBROWSE": { | |
"prefix" : "RFF", | |
"body" : "RFF_NOBROWSE := 0x1", | |
"description": "Windows - GUI - Dialogs - Run Dialog - Flags (Flags for RunFileDlg)" | |
}, | |
"RFF_NODEFAULT": { | |
"prefix" : "RFF", | |
"body" : "RFF_NODEFAULT := 0x2", | |
"description": "Windows - GUI - Dialogs - Run Dialog - Flags (Flags for RunFileDlg)" | |
}, | |
"RFF_NOLABEL": { | |
"prefix" : "RFF", | |
"body" : "RFF_NOLABEL := 0x8", | |
"description": "Windows - GUI - Dialogs - Run Dialog - Flags (Flags for RunFileDlg)" | |
}, | |
"RFF_NOSEPARATEMEM": { | |
"prefix" : "RFF", | |
"body" : "RFF_NOSEPARATEMEM := 0x20", | |
"description": "Windows - GUI - Dialogs - Run Dialog - Flags (Flags for RunFileDlg)" | |
}, | |
"RFN_VALIDATE": { | |
"prefix" : "RFN", | |
"body" : "RFN_VALIDATE := -510", | |
"description": "Windows - GUI - Dialogs - Run Dialog - RunFileDlg Notification ()" | |
}, | |
"TDCBF_CANCEL_BUTTON": { | |
"prefix" : "TDCBF", | |
"body" : "TDCBF_CANCEL_BUTTON := 0x8", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Buttons (TaskDialog Buttons)" | |
}, | |
"TDCBF_CLOSE_BUTTON": { | |
"prefix" : "TDCBF", | |
"body" : "TDCBF_CLOSE_BUTTON := 0x20", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Buttons (TaskDialog Buttons)" | |
}, | |
"TDCBF_NO_BUTTON": { | |
"prefix" : "TDCBF", | |
"body" : "TDCBF_NO_BUTTON := 0x4", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Buttons (TaskDialog Buttons)" | |
}, | |
"TDCBF_OK_BUTTON": { | |
"prefix" : "TDCBF", | |
"body" : "TDCBF_OK_BUTTON := 0x1", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Buttons (TaskDialog Buttons)" | |
}, | |
"TDCBF_RETRY_BUTTON": { | |
"prefix" : "TDCBF", | |
"body" : "TDCBF_RETRY_BUTTON := 0x10", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Buttons (TaskDialog Buttons)" | |
}, | |
"TDCBF_YES_BUTTON": { | |
"prefix" : "TDCBF", | |
"body" : "TDCBF_YES_BUTTON := 0x2", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Buttons (TaskDialog Buttons)" | |
}, | |
"TDF_ALLOW_DIALOG_CANCELLATION": { | |
"prefix" : "TDF", | |
"body" : "TDF_ALLOW_DIALOG_CANCELLATION := 0x8", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_CALLBACK_TIMER": { | |
"prefix" : "TDF", | |
"body" : "TDF_CALLBACK_TIMER := 0x800", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_CAN_BE_MINIMIZED": { | |
"prefix" : "TDF", | |
"body" : "TDF_CAN_BE_MINIMIZED := 0x8000", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_ENABLE_HYPERLINKS": { | |
"prefix" : "TDF", | |
"body" : "TDF_ENABLE_HYPERLINKS := 0x1", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_EXPAND_FOOTER_AREA": { | |
"prefix" : "TDF", | |
"body" : "TDF_EXPAND_FOOTER_AREA := 0x40", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_EXPANDED_BY_DEFAULT": { | |
"prefix" : "TDF", | |
"body" : "TDF_EXPANDED_BY_DEFAULT := 0x80", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_NO_DEFAULT_RADIO_BUTTON": { | |
"prefix" : "TDF", | |
"body" : "TDF_NO_DEFAULT_RADIO_BUTTON := 0x4000", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_POSITION_RELATIVE_TO_WINDOW": { | |
"prefix" : "TDF", | |
"body" : "TDF_POSITION_RELATIVE_TO_WINDOW := 0x1000", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_RTL_LAYOUT": { | |
"prefix" : "TDF", | |
"body" : "TDF_RTL_LAYOUT := 0x2000", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_SHOW_MARQUEE_PROGRESS_BAR": { | |
"prefix" : "TDF", | |
"body" : "TDF_SHOW_MARQUEE_PROGRESS_BAR := 0x400", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_SHOW_PROGRESS_BAR": { | |
"prefix" : "TDF", | |
"body" : "TDF_SHOW_PROGRESS_BAR := 0x200", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_USE_COMMAND_LINKS": { | |
"prefix" : "TDF", | |
"body" : "TDF_USE_COMMAND_LINKS := 0x10", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_USE_COMMAND_LINKS_NO_ICON": { | |
"prefix" : "TDF", | |
"body" : "TDF_USE_COMMAND_LINKS_NO_ICON := 0x20", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_USE_HICON_FOOTER": { | |
"prefix" : "TDF", | |
"body" : "TDF_USE_HICON_FOOTER := 0x4", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_USE_HICON_MAIN": { | |
"prefix" : "TDF", | |
"body" : "TDF_USE_HICON_MAIN := 0x2", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TDF_VERIFICATION_FLAG_CHECKED": { | |
"prefix" : "TDF", | |
"body" : "TDF_VERIFICATION_FLAG_CHECKED := 0x100", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Flags (TaskDialog Flags)" | |
}, | |
"TD_ERROR_ICON": { | |
"prefix" : "TD", | |
"body" : "TD_ERROR_ICON := 0xFFFE", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_INFORMATION_ICON": { | |
"prefix" : "TD", | |
"body" : "TD_INFORMATION_ICON := 0xFFFD", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_SHIELD_ICON": { | |
"prefix" : "TD", | |
"body" : "TD_SHIELD_ICON := 0xFFFC", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_UAC_?": { | |
"prefix" : "TD", | |
"body" : "TD_UAC_? := 0xFFF7", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_UAC_BLOCKED?": { | |
"prefix" : "TD", | |
"body" : "TD_UAC_BLOCKED? := 0xFFF9", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_UAC_OK?": { | |
"prefix" : "TD", | |
"body" : "TD_UAC_OK? := 0xFFF8", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_UAC_SIGNED?": { | |
"prefix" : "TD", | |
"body" : "TD_UAC_SIGNED? := 0xFFFB", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_UAC_WARNING?": { | |
"prefix" : "TD", | |
"body" : "TD_UAC_WARNING? := 0xFFFA", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TD_WARNING_ICON": { | |
"prefix" : "TD", | |
"body" : "TD_WARNING_ICON := 0xFFFF", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Icons (TaskDialog Icons)" | |
}, | |
"TDM_CLICK_BUTTON": { | |
"prefix" : "TDM", | |
"body" : "TDM_CLICK_BUTTON := 0x466", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_CLICK_RADIO_BUTTON": { | |
"prefix" : "TDM", | |
"body" : "TDM_CLICK_RADIO_BUTTON := 0x46E", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_CLICK_VERIFICATION": { | |
"prefix" : "TDM", | |
"body" : "TDM_CLICK_VERIFICATION := 0x471", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_ENABLE_BUTTON": { | |
"prefix" : "TDM", | |
"body" : "TDM_ENABLE_BUTTON := 0x46F", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_ENABLE_RADIO_BUTTON": { | |
"prefix" : "TDM", | |
"body" : "TDM_ENABLE_RADIO_BUTTON := 0x470", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_NAVIGATE_PAGE": { | |
"prefix" : "TDM", | |
"body" : "TDM_NAVIGATE_PAGE := 0x465", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_BUTTON_ELEVATION_REQUIRED_STATE := 0x473", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_ELEMENT_TEXT": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_ELEMENT_TEXT := 0x46C", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_MARQUEE_PROGRESS_BAR": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_MARQUEE_PROGRESS_BAR := 0x467", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_PROGRESS_BAR_MARQUEE": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_PROGRESS_BAR_MARQUEE := 0x46B", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_PROGRESS_BAR_POS": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_PROGRESS_BAR_POS := 0x46A", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_PROGRESS_BAR_RANGE": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_PROGRESS_BAR_RANGE := 0x469", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_SET_PROGRESS_BAR_STATE": { | |
"prefix" : "TDM", | |
"body" : "TDM_SET_PROGRESS_BAR_STATE := 0x468", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_UPDATE_ELEMENT_TEXT": { | |
"prefix" : "TDM", | |
"body" : "TDM_UPDATE_ELEMENT_TEXT := 0x472", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDM_UPDATE_ICON": { | |
"prefix" : "TDM", | |
"body" : "TDM_UPDATE_ICON := 0x474", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Messages (TaskDialog Messages)" | |
}, | |
"TDN_BUTTON_CLICKED": { | |
"prefix" : "TDN", | |
"body" : "TDN_BUTTON_CLICKED := 2", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_CREATED": { | |
"prefix" : "TDN", | |
"body" : "TDN_CREATED := 0", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_DESTROYED": { | |
"prefix" : "TDN", | |
"body" : "TDN_DESTROYED := 5", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_DIALOG_CONSTRUCTED": { | |
"prefix" : "TDN", | |
"body" : "TDN_DIALOG_CONSTRUCTED := 7", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_EXPANDO_BUTTON_CLICKED": { | |
"prefix" : "TDN", | |
"body" : "TDN_EXPANDO_BUTTON_CLICKED := 10", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_HELP": { | |
"prefix" : "TDN", | |
"body" : "TDN_HELP := 9", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_HYPERLINK_CLICKED": { | |
"prefix" : "TDN", | |
"body" : "TDN_HYPERLINK_CLICKED := 3", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_NAVIGATED": { | |
"prefix" : "TDN", | |
"body" : "TDN_NAVIGATED := 1", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_RADIO_BUTTON_CLICKED": { | |
"prefix" : "TDN", | |
"body" : "TDN_RADIO_BUTTON_CLICKED := 6", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_TIMER": { | |
"prefix" : "TDN", | |
"body" : "TDN_TIMER := 4", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDN_VERIFICATION_CLICKED": { | |
"prefix" : "TDN", | |
"body" : "TDN_VERIFICATION_CLICKED := 8", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Notifications (TaskDialog Notifications)" | |
}, | |
"TDIE_ICON_FOOTER": { | |
"prefix" : "TDIE", | |
"body" : "TDIE_ICON_FOOTER := 1", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Others - IconElement (Parameters for TDM_UPDATE_ICON)" | |
}, | |
"TDIE_ICON_MAIN": { | |
"prefix" : "TDIE", | |
"body" : "TDIE_ICON_MAIN := 0", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Others - IconElement (Parameters for TDM_UPDATE_ICON)" | |
}, | |
"TDE_CONTENT": { | |
"prefix" : "TDE", | |
"body" : "TDE_CONTENT := 0", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Others - TextElement (Parameters for TDM_UPDATE_ELEMENT_TEXT)" | |
}, | |
"TDE_EXPANDED_INFORMATION": { | |
"prefix" : "TDE", | |
"body" : "TDE_EXPANDED_INFORMATION := 1", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Others - TextElement (Parameters for TDM_UPDATE_ELEMENT_TEXT)" | |
}, | |
"TDE_FOOTER": { | |
"prefix" : "TDE", | |
"body" : "TDE_FOOTER := 2", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Others - TextElement (Parameters for TDM_UPDATE_ELEMENT_TEXT)" | |
}, | |
"TDE_MAIN_INSTRUCTION": { | |
"prefix" : "TDE", | |
"body" : "TDE_MAIN_INSTRUCTION := 3", | |
"description": "Windows - GUI - Dialogs - TaskDialog - Others - TextElement (Parameters for TDM_UPDATE_ELEMENT_TEXT)" | |
}, | |
"R2_BLACK": { | |
"prefix" : "R2", | |
"body" : "R2_BLACK := 1", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_COPYPEN": { | |
"prefix" : "R2", | |
"body" : "R2_COPYPEN := 13", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_LAST": { | |
"prefix" : "R2", | |
"body" : "R2_LAST := 16", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_MASKNOTPEN": { | |
"prefix" : "R2", | |
"body" : "R2_MASKNOTPEN := 3", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_MASKPEN": { | |
"prefix" : "R2", | |
"body" : "R2_MASKPEN := 9", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_MASKPENNOT": { | |
"prefix" : "R2", | |
"body" : "R2_MASKPENNOT := 5", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_MERGENOTPEN": { | |
"prefix" : "R2", | |
"body" : "R2_MERGENOTPEN := 12", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_MERGEPEN": { | |
"prefix" : "R2", | |
"body" : "R2_MERGEPEN := 15", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_MERGEPENNOT": { | |
"prefix" : "R2", | |
"body" : "R2_MERGEPENNOT := 14", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_NOP": { | |
"prefix" : "R2", | |
"body" : "R2_NOP := 11", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_NOT": { | |
"prefix" : "R2", | |
"body" : "R2_NOT := 6", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_NOTCOPYPEN": { | |
"prefix" : "R2", | |
"body" : "R2_NOTCOPYPEN := 4", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_NOTMASKPEN": { | |
"prefix" : "R2", | |
"body" : "R2_NOTMASKPEN := 8", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_NOTMERGEPEN": { | |
"prefix" : "R2", | |
"body" : "R2_NOTMERGEPEN := 2", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_NOTXORPEN": { | |
"prefix" : "R2", | |
"body" : "R2_NOTXORPEN := 10", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_WHITE": { | |
"prefix" : "R2", | |
"body" : "R2_WHITE := 16", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"R2_XORPEN": { | |
"prefix" : "R2", | |
"body" : "R2_XORPEN := 7", | |
"description": "Windows - GUI - Drawing - Binary raster operation (SetROP2 fnDrawMode)" | |
}, | |
"BLACKNESS": { | |
"prefix" : "BLACKNESS", | |
"body" : "BLACKNESS := 0x42", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"CAPTUREBLT": { | |
"prefix" : "CAPTUREBLT", | |
"body" : "CAPTUREBLT := 0x40000000", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"DSTINVERT": { | |
"prefix" : "DSTINVERT", | |
"body" : "DSTINVERT := 0x550009", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"MERGECOPY": { | |
"prefix" : "MERGECOPY", | |
"body" : "MERGECOPY := 0xC000CA", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"MERGEPAINT": { | |
"prefix" : "MERGEPAINT", | |
"body" : "MERGEPAINT := 0xBB0226", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"NOMIRRORBITMAP": { | |
"prefix" : "NOMIRRORBITMAP", | |
"body" : "NOMIRRORBITMAP := 0x80000000", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"NOTSRCCOPY": { | |
"prefix" : "NOTSRCCOPY", | |
"body" : "NOTSRCCOPY := 0x330008", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"NOTSRCERASE": { | |
"prefix" : "NOTSRCERASE", | |
"body" : "NOTSRCERASE := 0x1100A6", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"PATCOPY": { | |
"prefix" : "PATCOPY", | |
"body" : "PATCOPY := 0xF00021", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"PATINVERT": { | |
"prefix" : "PATINVERT", | |
"body" : "PATINVERT := 0x5A0049", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"PATPAINT": { | |
"prefix" : "PATPAINT", | |
"body" : "PATPAINT := 0xFB0A09", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"SRCAND": { | |
"prefix" : "SRCAND", | |
"body" : "SRCAND := 0x8800C6", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"SRCCOPY": { | |
"prefix" : "SRCCOPY", | |
"body" : "SRCCOPY := 0xCC0020", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"SRCERASE": { | |
"prefix" : "SRCERASE", | |
"body" : "SRCERASE := 0x440328", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"SRCINVERT": { | |
"prefix" : "SRCINVERT", | |
"body" : "SRCINVERT := 0x660046", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"SRCPAINT": { | |
"prefix" : "SRCPAINT", | |
"body" : "SRCPAINT := 0xEE0086", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"WHITENESS": { | |
"prefix" : "WHITENESS", | |
"body" : "WHITENESS := 0xFF0062", | |
"description": "Windows - GUI - Drawing - BitBlt (BitBlt dwRop operation codes)" | |
}, | |
"CP_NONE": { | |
"prefix" : "CP", | |
"body" : "CP_NONE := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Clip (Clipping Capabilities)" | |
}, | |
"CP_RECTANGLE": { | |
"prefix" : "CP", | |
"body" : "CP_RECTANGLE := 1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Clip (Clipping Capabilities)" | |
}, | |
"CP_REGION": { | |
"prefix" : "CP", | |
"body" : "CP_REGION := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Clip (Clipping Capabilities)" | |
}, | |
"CM_CMYK_COLOR": { | |
"prefix" : "CM", | |
"body" : "CM_CMYK_COLOR := 0x4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Color (Color Management caps)" | |
}, | |
"CM_DEVICE_ICM": { | |
"prefix" : "CM", | |
"body" : "CM_DEVICE_ICM := 0x1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Color (Color Management caps)" | |
}, | |
"CM_GAMMA_RAMP": { | |
"prefix" : "CM", | |
"body" : "CM_GAMMA_RAMP := 0x2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Color (Color Management caps)" | |
}, | |
"CM_NONE": { | |
"prefix" : "CM", | |
"body" : "CM_NONE := 0x0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Color (Color Management caps)" | |
}, | |
"CC_CHORD": { | |
"prefix" : "CC", | |
"body" : "CC_CHORD := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_CIRCLES": { | |
"prefix" : "CC", | |
"body" : "CC_CIRCLES := 1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_ELLIPSES": { | |
"prefix" : "CC", | |
"body" : "CC_ELLIPSES := 8", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_INTERIORS": { | |
"prefix" : "CC", | |
"body" : "CC_INTERIORS := 128", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_NONE": { | |
"prefix" : "CC", | |
"body" : "CC_NONE := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_PIE": { | |
"prefix" : "CC", | |
"body" : "CC_PIE := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_ROUNDRECT": { | |
"prefix" : "CC", | |
"body" : "CC_ROUNDRECT := 256", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_STYLED": { | |
"prefix" : "CC", | |
"body" : "CC_STYLED := 32", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_WIDE": { | |
"prefix" : "CC", | |
"body" : "CC_WIDE := 16", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"CC_WIDESTYLED": { | |
"prefix" : "CC", | |
"body" : "CC_WIDESTYLED := 64", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Curve (Curve Capabilities)" | |
}, | |
"DIB_PAL_COLORS": { | |
"prefix" : "DIB", | |
"body" : "DIB_PAL_COLORS := 1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - DIB (DIB color table identifiers)" | |
}, | |
"DIB_RGB_COLORS": { | |
"prefix" : "DIB", | |
"body" : "DIB_RGB_COLORS := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - DIB (DIB color table identifiers)" | |
}, | |
"BLTALIGNMENT": { | |
"prefix" : "BLTALIGNMENT", | |
"body" : "BLTALIGNMENT := 119", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Display (Display driver specific)" | |
}, | |
"COLORMGMTCAPS": { | |
"prefix" : "COLORMGMTCAPS", | |
"body" : "COLORMGMTCAPS := 121", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Display (Display driver specific)" | |
}, | |
"DESKTOPHORZRES": { | |
"prefix" : "DESKTOPHORZRES", | |
"body" : "DESKTOPHORZRES := 118", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Display (Display driver specific)" | |
}, | |
"DESKTOPVERTRES": { | |
"prefix" : "DESKTOPVERTRES", | |
"body" : "DESKTOPVERTRES := 117", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Display (Display driver specific)" | |
}, | |
"SHADEBLENDCAPS": { | |
"prefix" : "SHADEBLENDCAPS", | |
"body" : "SHADEBLENDCAPS := 120", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Display (Display driver specific)" | |
}, | |
"VREFRESH": { | |
"prefix" : "VREFRESH", | |
"body" : "VREFRESH := 116", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Display (Display driver specific)" | |
}, | |
"LC_INTERIORS": { | |
"prefix" : "LC", | |
"body" : "LC_INTERIORS := 128", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_MARKER": { | |
"prefix" : "LC", | |
"body" : "LC_MARKER := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_NONE": { | |
"prefix" : "LC", | |
"body" : "LC_NONE := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_POLYLINE": { | |
"prefix" : "LC", | |
"body" : "LC_POLYLINE := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_POLYMARKER": { | |
"prefix" : "LC", | |
"body" : "LC_POLYMARKER := 8", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_STYLED": { | |
"prefix" : "LC", | |
"body" : "LC_STYLED := 32", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_WIDE": { | |
"prefix" : "LC", | |
"body" : "LC_WIDE := 16", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"LC_WIDESTYLED": { | |
"prefix" : "LC", | |
"body" : "LC_WIDESTYLED := 64", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Line (Line Capabilities)" | |
}, | |
"ASPECTX": { | |
"prefix" : "ASPECTX", | |
"body" : "ASPECTX := 40", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"ASPECTXY": { | |
"prefix" : "ASPECTXY", | |
"body" : "ASPECTXY := 44", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"ASPECTY": { | |
"prefix" : "ASPECTY", | |
"body" : "ASPECTY := 42", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"BITSPIXEL": { | |
"prefix" : "BITSPIXEL", | |
"body" : "BITSPIXEL := 12", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"CLIPCAPS": { | |
"prefix" : "CLIPCAPS", | |
"body" : "CLIPCAPS := 36", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"COLORRES": { | |
"prefix" : "COLORRES", | |
"body" : "COLORRES := 108", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"CURVECAPS": { | |
"prefix" : "CURVECAPS", | |
"body" : "CURVECAPS := 28", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"DRIVERVERSION": { | |
"prefix" : "DRIVERVERSION", | |
"body" : "DRIVERVERSION := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"HORZRES": { | |
"prefix" : "HORZRES", | |
"body" : "HORZRES := 8", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"HORZSIZE": { | |
"prefix" : "HORZSIZE", | |
"body" : "HORZSIZE := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"LINECAPS": { | |
"prefix" : "LINECAPS", | |
"body" : "LINECAPS := 30", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"LOGPIXELSX": { | |
"prefix" : "LOGPIXELSX", | |
"body" : "LOGPIXELSX := 88", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"LOGPIXELSY": { | |
"prefix" : "LOGPIXELSY", | |
"body" : "LOGPIXELSY := 90", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"NUMBRUSHES": { | |
"prefix" : "NUMBRUSHES", | |
"body" : "NUMBRUSHES := 16", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"NUMCOLORS": { | |
"prefix" : "NUMCOLORS", | |
"body" : "NUMCOLORS := 24", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"NUMFONTS": { | |
"prefix" : "NUMFONTS", | |
"body" : "NUMFONTS := 22", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"NUMMARKERS": { | |
"prefix" : "NUMMARKERS", | |
"body" : "NUMMARKERS := 20", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"NUMPENS": { | |
"prefix" : "NUMPENS", | |
"body" : "NUMPENS := 18", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"NUMRESERVED": { | |
"prefix" : "NUMRESERVED", | |
"body" : "NUMRESERVED := 106", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"PDEVICESIZE": { | |
"prefix" : "PDEVICESIZE", | |
"body" : "PDEVICESIZE := 26", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"PLANES": { | |
"prefix" : "PLANES", | |
"body" : "PLANES := 14", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"POLYGONALCAPS": { | |
"prefix" : "POLYGONALCAPS", | |
"body" : "POLYGONALCAPS := 32", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"RASTERCAPS": { | |
"prefix" : "RASTERCAPS", | |
"body" : "RASTERCAPS := 38", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"SIZEPALETTE": { | |
"prefix" : "SIZEPALETTE", | |
"body" : "SIZEPALETTE := 104", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"TECHNOLOGY": { | |
"prefix" : "TECHNOLOGY", | |
"body" : "TECHNOLOGY := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"TEXTCAPS": { | |
"prefix" : "TEXTCAPS", | |
"body" : "TEXTCAPS := 34", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"VERTRES": { | |
"prefix" : "VERTRES", | |
"body" : "VERTRES := 10", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"VERTSIZE": { | |
"prefix" : "VERTSIZE", | |
"body" : "VERTSIZE := 6", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Parameters (Device Parameters for GetDeviceCaps())" | |
}, | |
"PC_INTERIORS": { | |
"prefix" : "PC", | |
"body" : "PC_INTERIORS := 128", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_NONE": { | |
"prefix" : "PC", | |
"body" : "PC_NONE := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_PATHS": { | |
"prefix" : "PC", | |
"body" : "PC_PATHS := 512", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_POLYGON": { | |
"prefix" : "PC", | |
"body" : "PC_POLYGON := 1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_POLYPOLYGON": { | |
"prefix" : "PC", | |
"body" : "PC_POLYPOLYGON := 256", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_RECTANGLE": { | |
"prefix" : "PC", | |
"body" : "PC_RECTANGLE := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_SCANLINE": { | |
"prefix" : "PC", | |
"body" : "PC_SCANLINE := 8", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_STYLED": { | |
"prefix" : "PC", | |
"body" : "PC_STYLED := 32", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_TRAPEZOID": { | |
"prefix" : "PC", | |
"body" : "PC_TRAPEZOID := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_WIDE": { | |
"prefix" : "PC", | |
"body" : "PC_WIDE := 16", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_WIDESTYLED": { | |
"prefix" : "PC", | |
"body" : "PC_WIDESTYLED := 64", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PC_WINDPOLYGON": { | |
"prefix" : "PC", | |
"body" : "PC_WINDPOLYGON := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Polygon (Polygonal Capabilities)" | |
}, | |
"PHYSICALHEIGHT": { | |
"prefix" : "PHYSICALHEIGHT", | |
"body" : "PHYSICALHEIGHT := 111", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Printing (Printing related DeviceCaps)" | |
}, | |
"PHYSICALOFFSETX": { | |
"prefix" : "PHYSICALOFFSETX", | |
"body" : "PHYSICALOFFSETX := 112", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Printing (Printing related DeviceCaps)" | |
}, | |
"PHYSICALOFFSETY": { | |
"prefix" : "PHYSICALOFFSETY", | |
"body" : "PHYSICALOFFSETY := 113", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Printing (Printing related DeviceCaps)" | |
}, | |
"PHYSICALWIDTH": { | |
"prefix" : "PHYSICALWIDTH", | |
"body" : "PHYSICALWIDTH := 110", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Printing (Printing related DeviceCaps)" | |
}, | |
"SCALINGFACTORX": { | |
"prefix" : "SCALINGFACTORX", | |
"body" : "SCALINGFACTORX := 114", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Printing (Printing related DeviceCaps)" | |
}, | |
"SCALINGFACTORY": { | |
"prefix" : "SCALINGFACTORY", | |
"body" : "SCALINGFACTORY := 115", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Printing (Printing related DeviceCaps)" | |
}, | |
"RC_BANDING": { | |
"prefix" : "RC", | |
"body" : "RC_BANDING := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_BIGFONT": { | |
"prefix" : "RC", | |
"body" : "RC_BIGFONT := 0x400", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_BITBLT": { | |
"prefix" : "RC", | |
"body" : "RC_BITBLT := 1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_BITMAP64": { | |
"prefix" : "RC", | |
"body" : "RC_BITMAP64 := 8", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_DEVBITS": { | |
"prefix" : "RC", | |
"body" : "RC_DEVBITS := 0x8000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_DI_BITMAP": { | |
"prefix" : "RC", | |
"body" : "RC_DI_BITMAP := 0x80", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_DIBTODEV": { | |
"prefix" : "RC", | |
"body" : "RC_DIBTODEV := 0x200", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_FLOODFILL": { | |
"prefix" : "RC", | |
"body" : "RC_FLOODFILL := 0x1000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_GDI20_OUTPUT": { | |
"prefix" : "RC", | |
"body" : "RC_GDI20_OUTPUT := 0x10", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_GDI20_STATE": { | |
"prefix" : "RC", | |
"body" : "RC_GDI20_STATE := 0x20", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_OP_DX_OUTPUT": { | |
"prefix" : "RC", | |
"body" : "RC_OP_DX_OUTPUT := 0x4000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_PALETTE": { | |
"prefix" : "RC", | |
"body" : "RC_PALETTE := 0x100", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_SAVEBITMAP": { | |
"prefix" : "RC", | |
"body" : "RC_SAVEBITMAP := 0x40", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_SCALING": { | |
"prefix" : "RC", | |
"body" : "RC_SCALING := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_STRETCHBLT": { | |
"prefix" : "RC", | |
"body" : "RC_STRETCHBLT := 0x800", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"RC_STRETCHDIB": { | |
"prefix" : "RC", | |
"body" : "RC_STRETCHDIB := 0x2000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Raster (Raster Capabilities)" | |
}, | |
"SB_CONST_ALPHA": { | |
"prefix" : "SB", | |
"body" : "SB_CONST_ALPHA := 0x1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Shade (Shading and blending caps)" | |
}, | |
"SB_GRAD_RECT": { | |
"prefix" : "SB", | |
"body" : "SB_GRAD_RECT := 0x10", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Shade (Shading and blending caps)" | |
}, | |
"SB_GRAD_TRI": { | |
"prefix" : "SB", | |
"body" : "SB_GRAD_TRI := 0x20", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Shade (Shading and blending caps)" | |
}, | |
"SB_NONE": { | |
"prefix" : "SB", | |
"body" : "SB_NONE := 0x0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Shade (Shading and blending caps)" | |
}, | |
"SB_PIXEL_ALPHA": { | |
"prefix" : "SB", | |
"body" : "SB_PIXEL_ALPHA := 0x2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Shade (Shading and blending caps)" | |
}, | |
"SB_PREMULT_ALPHA": { | |
"prefix" : "SB", | |
"body" : "SB_PREMULT_ALPHA := 0x4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Shade (Shading and blending caps)" | |
}, | |
"DT_CHARSTREAM": { | |
"prefix" : "DT", | |
"body" : "DT_CHARSTREAM := 4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"DT_DISPFILE": { | |
"prefix" : "DT", | |
"body" : "DT_DISPFILE := 6", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"DT_METAFILE": { | |
"prefix" : "DT", | |
"body" : "DT_METAFILE := 5", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"DT_PLOTTER": { | |
"prefix" : "DT", | |
"body" : "DT_PLOTTER := 0", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"DT_RASCAMERA": { | |
"prefix" : "DT", | |
"body" : "DT_RASCAMERA := 3", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"DT_RASDISPLAY": { | |
"prefix" : "DT", | |
"body" : "DT_RASDISPLAY := 1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"DT_RASPRINTER": { | |
"prefix" : "DT", | |
"body" : "DT_RASPRINTER := 2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Technology (Device Technologies)" | |
}, | |
"TC_CP_STROKE": { | |
"prefix" : "TC", | |
"body" : "TC_CP_STROKE := 0x4", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_CR_90": { | |
"prefix" : "TC", | |
"body" : "TC_CR_90 := 0x8", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_CR_ANY": { | |
"prefix" : "TC", | |
"body" : "TC_CR_ANY := 0x10", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_EA_DOUBLE": { | |
"prefix" : "TC", | |
"body" : "TC_EA_DOUBLE := 0x200", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_IA_ABLE": { | |
"prefix" : "TC", | |
"body" : "TC_IA_ABLE := 0x400", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_OP_CHARACTER": { | |
"prefix" : "TC", | |
"body" : "TC_OP_CHARACTER := 0x1", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_OP_STROKE": { | |
"prefix" : "TC", | |
"body" : "TC_OP_STROKE := 0x2", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_RA_ABLE": { | |
"prefix" : "TC", | |
"body" : "TC_RA_ABLE := 0x2000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_RESERVED": { | |
"prefix" : "TC", | |
"body" : "TC_RESERVED := 0x8000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_SA_CONTIN": { | |
"prefix" : "TC", | |
"body" : "TC_SA_CONTIN := 0x100", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_SA_DOUBLE": { | |
"prefix" : "TC", | |
"body" : "TC_SA_DOUBLE := 0x40", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_SA_INTEGER": { | |
"prefix" : "TC", | |
"body" : "TC_SA_INTEGER := 0x80", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_SCROLLBLT": { | |
"prefix" : "TC", | |
"body" : "TC_SCROLLBLT := 0x10000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_SF_X_YINDEP": { | |
"prefix" : "TC", | |
"body" : "TC_SF_X_YINDEP := 0x20", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_SO_ABLE": { | |
"prefix" : "TC", | |
"body" : "TC_SO_ABLE := 0x1000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_UA_ABLE": { | |
"prefix" : "TC", | |
"body" : "TC_UA_ABLE := 0x800", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"TC_VA_ABLE": { | |
"prefix" : "TC", | |
"body" : "TC_VA_ABLE := 0x4000", | |
"description": "Windows - GUI - Drawing - Device Capabilities - Text (Text Capabilities)" | |
}, | |
"DCX_?": { | |
"prefix" : "DCX", | |
"body" : "DCX_? := 0x10000", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_CACHE": { | |
"prefix" : "DCX", | |
"body" : "DCX_CACHE := 0x2", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_CLIPCHILDREN": { | |
"prefix" : "DCX", | |
"body" : "DCX_CLIPCHILDREN := 0x8", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_CLIPSIBLINGS": { | |
"prefix" : "DCX", | |
"body" : "DCX_CLIPSIBLINGS := 0x10", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_EXCLUDERGN": { | |
"prefix" : "DCX", | |
"body" : "DCX_EXCLUDERGN := 0x40", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_EXCLUDEUPDATE": { | |
"prefix" : "DCX", | |
"body" : "DCX_EXCLUDEUPDATE := 0x100", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_INTERSECTRGN": { | |
"prefix" : "DCX", | |
"body" : "DCX_INTERSECTRGN := 0x80", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_INTERSECTUPDATE": { | |
"prefix" : "DCX", | |
"body" : "DCX_INTERSECTUPDATE := 0x200", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_LOCKWINDOWUPDATE": { | |
"prefix" : "DCX", | |
"body" : "DCX_LOCKWINDOWUPDATE := 0x400", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_NORESETATTRS": { | |
"prefix" : "DCX", | |
"body" : "DCX_NORESETATTRS := 0x4", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_PARENTCLIP": { | |
"prefix" : "DCX", | |
"body" : "DCX_PARENTCLIP := 0x20", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_VALIDATE": { | |
"prefix" : "DCX", | |
"body" : "DCX_VALIDATE := 0x200000", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DCX_WINDOW": { | |
"prefix" : "DCX", | |
"body" : "DCX_WINDOW := 0x1", | |
"description": "Windows - GUI - Drawing - Device Context - GetDCEx (GetDCEx() Flags)" | |
}, | |
"DT_BOTTOM": { | |
"prefix" : "DT", | |
"body" : "DT_BOTTOM := 0x8", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_CALCRECT": { | |
"prefix" : "DT", | |
"body" : "DT_CALCRECT := 0x400", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_CENTER": { | |
"prefix" : "DT", | |
"body" : "DT_CENTER := 0x1", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_EDITCONTROL": { | |
"prefix" : "DT", | |
"body" : "DT_EDITCONTROL := 0x2000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_END_ELLIPSIS": { | |
"prefix" : "DT", | |
"body" : "DT_END_ELLIPSIS := 0x8000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_EXPANDTABS": { | |
"prefix" : "DT", | |
"body" : "DT_EXPANDTABS := 0x40", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_EXTERNALLEADING": { | |
"prefix" : "DT", | |
"body" : "DT_EXTERNALLEADING := 0x200", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_HIDEPREFIX": { | |
"prefix" : "DT", | |
"body" : "DT_HIDEPREFIX := 0x100000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_INTERNAL": { | |
"prefix" : "DT", | |
"body" : "DT_INTERNAL := 0x1000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_LEFT": { | |
"prefix" : "DT", | |
"body" : "DT_LEFT := 0x0", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_MODIFYSTRING": { | |
"prefix" : "DT", | |
"body" : "DT_MODIFYSTRING := 0x10000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_NOCLIP": { | |
"prefix" : "DT", | |
"body" : "DT_NOCLIP := 0x100", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_NOFULLWIDTHCHARBREAK": { | |
"prefix" : "DT", | |
"body" : "DT_NOFULLWIDTHCHARBREAK := 0x80000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_NOPREFIX": { | |
"prefix" : "DT", | |
"body" : "DT_NOPREFIX := 0x800", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_PATH_ELLIPSIS": { | |
"prefix" : "DT", | |
"body" : "DT_PATH_ELLIPSIS := 0x4000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_PREFIXONLY": { | |
"prefix" : "DT", | |
"body" : "DT_PREFIXONLY := 0x200000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_RIGHT": { | |
"prefix" : "DT", | |
"body" : "DT_RIGHT := 0x2", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_RTLREADING": { | |
"prefix" : "DT", | |
"body" : "DT_RTLREADING := 0x20000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_SINGLELINE": { | |
"prefix" : "DT", | |
"body" : "DT_SINGLELINE := 0x20", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_TABSTOP": { | |
"prefix" : "DT", | |
"body" : "DT_TABSTOP := 0x80", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_TOP": { | |
"prefix" : "DT", | |
"body" : "DT_TOP := 0x0", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_VCENTER": { | |
"prefix" : "DT", | |
"body" : "DT_VCENTER := 0x4", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_WORD_ELLIPSIS": { | |
"prefix" : "DT", | |
"body" : "DT_WORD_ELLIPSIS := 0x40000", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"DT_WORDBREAK": { | |
"prefix" : "DT", | |
"body" : "DT_WORDBREAK := 0x10", | |
"description": "Windows - GUI - Drawing - Font and Text - DrawText (DrawText() Format Flags)" | |
}, | |
"CLIP_CHARACTER_PRECIS": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_CHARACTER_PRECIS := 1", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_DEFAULT_PRECIS": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_DEFAULT_PRECIS := 0", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_DFA_DISABLE": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_DFA_DISABLE := (4<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_DFA_OVERRIDE": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_DFA_OVERRIDE := 0x40", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_EMBEDDED": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_EMBEDDED := (8<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_LH_ANGLES": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_LH_ANGLES := (1<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_MASK": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_MASK := 0xf", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_STROKE_PRECIS": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_STROKE_PRECIS := 2", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"CLIP_TT_ALWAYS": { | |
"prefix" : "CLIP", | |
"body" : "CLIP_TT_ALWAYS := (2<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Clipping Precision (LOGFONT lfClipPrecision)" | |
}, | |
"LF_FACESIZE": { | |
"prefix" : "LF", | |
"body" : "LF_FACESIZE := 32", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Font name length ()" | |
}, | |
"OUT_CHARACTER_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_CHARACTER_PRECIS := 2", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_DEFAULT_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_DEFAULT_PRECIS := 0", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_DEVICE_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_DEVICE_PRECIS := 5", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_OUTLINE_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_OUTLINE_PRECIS := 8", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_PS_ONLY_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_PS_ONLY_PRECIS := 10", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_RASTER_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_RASTER_PRECIS := 6", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_SCREEN_OUTLINE_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_SCREEN_OUTLINE_PRECIS := 9", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_STRING_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_STRING_PRECIS := 1", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_STROKE_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_STROKE_PRECIS := 3", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_TT_ONLY_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_TT_ONLY_PRECIS := 7", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"OUT_TT_PRECIS": { | |
"prefix" : "OUT", | |
"body" : "OUT_TT_PRECIS := 4", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Output Precision (LOGFONT lfOutPrecision)" | |
}, | |
"DEFAULT_PITCH": { | |
"prefix" : "DEFAULT", | |
"body" : "DEFAULT_PITCH := 0", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FF_DECORATIVE": { | |
"prefix" : "FF", | |
"body" : "FF_DECORATIVE := (5<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FF_DONTCARE": { | |
"prefix" : "FF", | |
"body" : "FF_DONTCARE := (0<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FF_MODERN": { | |
"prefix" : "FF", | |
"body" : "FF_MODERN := (3<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FF_ROMAN": { | |
"prefix" : "FF", | |
"body" : "FF_ROMAN := (1<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FF_SCRIPT": { | |
"prefix" : "FF", | |
"body" : "FF_SCRIPT := (4<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FF_SWISS": { | |
"prefix" : "FF", | |
"body" : "FF_SWISS := (2<<4)", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"FIXED_PITCH": { | |
"prefix" : "FIXED", | |
"body" : "FIXED_PITCH := 1", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"VARIABLE_PITCH": { | |
"prefix" : "VARIABLE", | |
"body" : "VARIABLE_PITCH := 2", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Pitch and Family (LOGFONT lfPitchAndFamily)" | |
}, | |
"ANTIALIASED_QUALITY": { | |
"prefix" : "ANTIALIASED", | |
"body" : "ANTIALIASED_QUALITY := 4", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"CLEARTYPE_NATURAL_QUALITY": { | |
"prefix" : "CLEARTYPE", | |
"body" : "CLEARTYPE_NATURAL_QUALITY := 6", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"CLEARTYPE_QUALITY": { | |
"prefix" : "CLEARTYPE", | |
"body" : "CLEARTYPE_QUALITY := 5", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"DEFAULT_QUALITY": { | |
"prefix" : "DEFAULT", | |
"body" : "DEFAULT_QUALITY := 0", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"DRAFT_QUALITY": { | |
"prefix" : "DRAFT", | |
"body" : "DRAFT_QUALITY := 1", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"NONANTIALIASED_QUALITY": { | |
"prefix" : "NONANTIALIASED", | |
"body" : "NONANTIALIASED_QUALITY := 3", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"PROOF_QUALITY": { | |
"prefix" : "PROOF", | |
"body" : "PROOF_QUALITY := 2", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Quality (LOGFONT lfQuality)" | |
}, | |
"FW_BLACK": { | |
"prefix" : "FW", | |
"body" : "FW_BLACK := 900", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_BOLD": { | |
"prefix" : "FW", | |
"body" : "FW_BOLD := 700", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_DEMIBOLD": { | |
"prefix" : "FW", | |
"body" : "FW_DEMIBOLD := 600", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_DONTCARE": { | |
"prefix" : "FW", | |
"body" : "FW_DONTCARE := 0", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_EXTRABOLD": { | |
"prefix" : "FW", | |
"body" : "FW_EXTRABOLD := 800", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_EXTRALIGHT": { | |
"prefix" : "FW", | |
"body" : "FW_EXTRALIGHT := 200", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_HEAVY": { | |
"prefix" : "FW", | |
"body" : "FW_HEAVY := 900", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_LIGHT": { | |
"prefix" : "FW", | |
"body" : "FW_LIGHT := 300", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_MEDIUM": { | |
"prefix" : "FW", | |
"body" : "FW_MEDIUM := 500", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_NORMAL": { | |
"prefix" : "FW", | |
"body" : "FW_NORMAL := 400", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_REGULAR": { | |
"prefix" : "FW", | |
"body" : "FW_REGULAR := 400", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_SEMIBOLD": { | |
"prefix" : "FW", | |
"body" : "FW_SEMIBOLD := 600", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_THIN": { | |
"prefix" : "FW", | |
"body" : "FW_THIN := 100", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_ULTRABOLD": { | |
"prefix" : "FW", | |
"body" : "FW_ULTRABOLD := 800", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"FW_ULTRALIGHT": { | |
"prefix" : "FW", | |
"body" : "FW_ULTRALIGHT := 200", | |
"description": "Windows - GUI - Drawing - Font and Text - LOGFONT - Weight (LOGFONT lfWeight)" | |
}, | |
"OBJ_BITMAP": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_BITMAP := 7", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_BRUSH": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_BRUSH := 2", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_COLORSPACE": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_COLORSPACE := 14", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_DC": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_DC := 3", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_ENHMETADC": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_ENHMETADC := 12", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_ENHMETAFILE": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_ENHMETAFILE := 13", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_EXTPEN": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_EXTPEN := 11", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_FONT": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_FONT := 6", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_MEMDC": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_MEMDC := 10", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_METADC": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_METADC := 4", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_METAFILE": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_METAFILE := 9", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_PAL": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_PAL := 5", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_PEN": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_PEN := 1", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"OBJ_REGION": { | |
"prefix" : "OBJ", | |
"body" : "OBJ_REGION := 8", | |
"description": "Windows - GUI - Drawing - GetObjectType (GetObjectType return value)" | |
}, | |
"GRADIENT_FILL_OP_FLAG": { | |
"prefix" : "GRADIENT", | |
"body" : "GRADIENT_FILL_OP_FLAG := 0xff", | |
"description": "Windows - GUI - Drawing - GradientFill (Gradient Fill Mode)" | |
}, | |
"GRADIENT_FILL_RECT_H": { | |
"prefix" : "GRADIENT", | |
"body" : "GRADIENT_FILL_RECT_H := 0x0", | |
"description": "Windows - GUI - Drawing - GradientFill (Gradient Fill Mode)" | |
}, | |
"GRADIENT_FILL_RECT_V": { | |
"prefix" : "GRADIENT", | |
"body" : "GRADIENT_FILL_RECT_V := 0x1", | |
"description": "Windows - GUI - Drawing - GradientFill (Gradient Fill Mode)" | |
}, | |
"GRADIENT_FILL_TRIANGLE": { | |
"prefix" : "GRADIENT", | |
"body" : "GRADIENT_FILL_TRIANGLE := 0x2", | |
"description": "Windows - GUI - Drawing - GradientFill (Gradient Fill Mode)" | |
}, | |
"PT_BEZIERTO": { | |
"prefix" : "PT", | |
"body" : "PT_BEZIERTO := 0x4", | |
"description": "Windows - GUI - Drawing - PolyDraw (PolyDraw and GetPath point types)" | |
}, | |
"PT_CLOSEFIGURE": { | |
"prefix" : "PT", | |
"body" : "PT_CLOSEFIGURE := 0x1", | |
"description": "Windows - GUI - Drawing - PolyDraw (PolyDraw and GetPath point types)" | |
}, | |
"PT_LINETO": { | |
"prefix" : "PT", | |
"body" : "PT_LINETO := 0x2", | |
"description": "Windows - GUI - Drawing - PolyDraw (PolyDraw and GetPath point types)" | |
}, | |
"PT_MOVETO": { | |
"prefix" : "PT", | |
"body" : "PT_MOVETO := 0x6", | |
"description": "Windows - GUI - Drawing - PolyDraw (PolyDraw and GetPath point types)" | |
}, | |
"BKMODE_LAST": { | |
"prefix" : "BKMODE", | |
"body" : "BKMODE_LAST := 2", | |
"description": "Windows - GUI - Drawing - SetBkMode (Parameters for SetBkMode - Background Modes)" | |
}, | |
"OPAQUE": { | |
"prefix" : "OPAQUE", | |
"body" : "OPAQUE := 2", | |
"description": "Windows - GUI - Drawing - SetBkMode (Parameters for SetBkMode - Background Modes)" | |
}, | |
"TRANSPARENT": { | |
"prefix" : "TRANSPARENT", | |
"body" : "TRANSPARENT := 1", | |
"description": "Windows - GUI - Drawing - SetBkMode (Parameters for SetBkMode - Background Modes)" | |
}, | |
"BS_DIBPATTERN": { | |
"prefix" : "BS", | |
"body" : "BS_DIBPATTERN := 5", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_DIBPATTERN8X8": { | |
"prefix" : "BS", | |
"body" : "BS_DIBPATTERN8X8 := 8", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_DIBPATTERNPT": { | |
"prefix" : "BS", | |
"body" : "BS_DIBPATTERNPT := 6", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_HATCHED": { | |
"prefix" : "BS", | |
"body" : "BS_HATCHED := 2", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_HOLLOW": { | |
"prefix" : "BS", | |
"body" : "BS_HOLLOW := 1", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_INDEXED": { | |
"prefix" : "BS", | |
"body" : "BS_INDEXED := 4", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_MONOPATTERN": { | |
"prefix" : "BS", | |
"body" : "BS_MONOPATTERN := 9", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_NULL": { | |
"prefix" : "BS", | |
"body" : "BS_NULL := 1", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_PATTERN": { | |
"prefix" : "BS", | |
"body" : "BS_PATTERN := 3", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_PATTERN8X8": { | |
"prefix" : "BS", | |
"body" : "BS_PATTERN8X8 := 7", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"BS_SOLID": { | |
"prefix" : "BS", | |
"body" : "BS_SOLID := 0", | |
"description": "Windows - GUI - Drawing - Stock Object - Brush (Brush Styles)" | |
}, | |
"HS_API_MAX": { | |
"prefix" : "HS", | |
"body" : "HS_API_MAX := 12", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"HS_BDIAGONAL": { | |
"prefix" : "HS", | |
"body" : "HS_BDIAGONAL := 3", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"HS_CROSS": { | |
"prefix" : "HS", | |
"body" : "HS_CROSS := 4", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"HS_DIAGCROSS": { | |
"prefix" : "HS", | |
"body" : "HS_DIAGCROSS := 5", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"HS_FDIAGONAL": { | |
"prefix" : "HS", | |
"body" : "HS_FDIAGONAL := 2", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"HS_HORIZONTAL": { | |
"prefix" : "HS", | |
"body" : "HS_HORIZONTAL := 0", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"HS_VERTICAL": { | |
"prefix" : "HS", | |
"body" : "HS_VERTICAL := 1", | |
"description": "Windows - GUI - Drawing - Stock Object - Hatch (Hatch Styles)" | |
}, | |
"PS_ALTERNATE": { | |
"prefix" : "PS", | |
"body" : "PS_ALTERNATE := 8", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_COSMETIC": { | |
"prefix" : "PS", | |
"body" : "PS_COSMETIC := 0x0", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_DASH": { | |
"prefix" : "PS", | |
"body" : "PS_DASH := 1", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_DASHDOT": { | |
"prefix" : "PS", | |
"body" : "PS_DASHDOT := 3", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_DASHDOTDOT": { | |
"prefix" : "PS", | |
"body" : "PS_DASHDOTDOT := 4", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_DOT": { | |
"prefix" : "PS", | |
"body" : "PS_DOT := 2", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_ENDCAP_FLAT": { | |
"prefix" : "PS", | |
"body" : "PS_ENDCAP_FLAT := 0x200", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_ENDCAP_MASK": { | |
"prefix" : "PS", | |
"body" : "PS_ENDCAP_MASK := 0xF00", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_ENDCAP_ROUND": { | |
"prefix" : "PS", | |
"body" : "PS_ENDCAP_ROUND := 0x0", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_ENDCAP_SQUARE": { | |
"prefix" : "PS", | |
"body" : "PS_ENDCAP_SQUARE := 0x100", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_GEOMETRIC": { | |
"prefix" : "PS", | |
"body" : "PS_GEOMETRIC := 0x10000", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_INSIDEFRAME": { | |
"prefix" : "PS", | |
"body" : "PS_INSIDEFRAME := 6", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_JOIN_BEVEL": { | |
"prefix" : "PS", | |
"body" : "PS_JOIN_BEVEL := 0x1000", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_JOIN_MASK": { | |
"prefix" : "PS", | |
"body" : "PS_JOIN_MASK := 0xF000", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_JOIN_MITER": { | |
"prefix" : "PS", | |
"body" : "PS_JOIN_MITER := 0x2000", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_JOIN_ROUND": { | |
"prefix" : "PS", | |
"body" : "PS_JOIN_ROUND := 0x0", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_NULL": { | |
"prefix" : "PS", | |
"body" : "PS_NULL := 5", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_SOLID": { | |
"prefix" : "PS", | |
"body" : "PS_SOLID := 0", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_STYLE_MASK": { | |
"prefix" : "PS", | |
"body" : "PS_STYLE_MASK := 0xF", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_TYPE_MASK": { | |
"prefix" : "PS", | |
"body" : "PS_TYPE_MASK := 0xF0000", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"PS_USERSTYLE": { | |
"prefix" : "PS", | |
"body" : "PS_USERSTYLE := 7", | |
"description": "Windows - GUI - Drawing - Stock Object - Pen (Pen Styles)" | |
}, | |
"ANSI_FIXED_FONT": { | |
"prefix" : "ANSI", | |
"body" : "ANSI_FIXED_FONT := 11", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"ANSI_VAR_FONT": { | |
"prefix" : "ANSI", | |
"body" : "ANSI_VAR_FONT := 12", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"BLACK_BRUSH": { | |
"prefix" : "BLACK", | |
"body" : "BLACK_BRUSH := 4", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"BLACK_PEN": { | |
"prefix" : "BLACK", | |
"body" : "BLACK_PEN := 7", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"DC_BRUSH": { | |
"prefix" : "DC", | |
"body" : "DC_BRUSH := 18", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"DC_PEN": { | |
"prefix" : "DC", | |
"body" : "DC_PEN := 19", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"DEFAULT_GUI_FONT": { | |
"prefix" : "DEFAULT", | |
"body" : "DEFAULT_GUI_FONT := 17", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"DEFAULT_PALETTE": { | |
"prefix" : "DEFAULT", | |
"body" : "DEFAULT_PALETTE := 15", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"DEVICE_DEFAULT_FONT": { | |
"prefix" : "DEVICE", | |
"body" : "DEVICE_DEFAULT_FONT := 14", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"DKGRAY_BRUSH": { | |
"prefix" : "DKGRAY", | |
"body" : "DKGRAY_BRUSH := 3", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"GRAY_BRUSH": { | |
"prefix" : "GRAY", | |
"body" : "GRAY_BRUSH := 2", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"HOLLOW_BRUSH": { | |
"prefix" : "HOLLOW", | |
"body" : "HOLLOW_BRUSH := 5", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"LTGRAY_BRUSH": { | |
"prefix" : "LTGRAY", | |
"body" : "LTGRAY_BRUSH := 1", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"NULL_BRUSH": { | |
"prefix" : "NULL", | |
"body" : "NULL_BRUSH := 5", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"NULL_PEN": { | |
"prefix" : "NULL", | |
"body" : "NULL_PEN := 8", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"OEM_FIXED_FONT": { | |
"prefix" : "OEM", | |
"body" : "OEM_FIXED_FONT := 10", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"STOCK_LAST": { | |
"prefix" : "STOCK", | |
"body" : "STOCK_LAST := 19", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"SYSTEM_FIXED_FONT": { | |
"prefix" : "SYSTEM", | |
"body" : "SYSTEM_FIXED_FONT := 16", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"SYSTEM_FONT": { | |
"prefix" : "SYSTEM", | |
"body" : "SYSTEM_FONT := 13", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"WHITE_BRUSH": { | |
"prefix" : "WHITE", | |
"body" : "WHITE_BRUSH := 0", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"WHITE_PEN": { | |
"prefix" : "WHITE", | |
"body" : "WHITE_PEN := 6", | |
"description": "Windows - GUI - Drawing - Stock Object - Type (Stock Logical Objects (GetStockObject))" | |
}, | |
"COLOR_3DDKSHADOW": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_3DDKSHADOW := 21", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_3DFACE": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_3DFACE := 15", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_3DHIGHLIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_3DHIGHLIGHT := 20", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_3DHILIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_3DHILIGHT := 20", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_3DLIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_3DLIGHT := 22", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_3DSHADOW": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_3DSHADOW := 16", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_ACTIVEBORDER": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_ACTIVEBORDER := 10", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_ACTIVECAPTION": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_ACTIVECAPTION := 2", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_APPWORKSPACE": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_APPWORKSPACE := 12", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_BACKGROUND": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_BACKGROUND := 1", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_BTNFACE": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_BTNFACE := 15", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_BTNHIGHLIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_BTNHIGHLIGHT := 20", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_BTNHILIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_BTNHILIGHT := 20", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_BTNSHADOW": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_BTNSHADOW := 16", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_BTNTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_BTNTEXT := 18", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_CAPTIONTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_CAPTIONTEXT := 9", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_DESKTOP": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_DESKTOP := 1", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_GRADIENTACTIVECAPTION": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_GRADIENTACTIVECAPTION := 27", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_GRADIENTINACTIVECAPTION": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_GRADIENTINACTIVECAPTION := 28", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_GRAYTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_GRAYTEXT := 17", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_HIGHLIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_HIGHLIGHT := 13", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_HIGHLIGHTTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_HIGHLIGHTTEXT := 14", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_HOTLIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_HOTLIGHT := 26", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_INACTIVEBORDER": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_INACTIVEBORDER := 11", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_INACTIVECAPTION": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_INACTIVECAPTION := 3", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_INACTIVECAPTIONTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_INACTIVECAPTIONTEXT := 19", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_INFOBK": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_INFOBK := 24", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_INFOTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_INFOTEXT := 23", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_MENU": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_MENU := 4", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_MENUBAR": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_MENUBAR := 30", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_MENUHILIGHT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_MENUHILIGHT := 29", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_MENUTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_MENUTEXT := 7", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_SCROLLBAR": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_SCROLLBAR := 0", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_WINDOW": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_WINDOW := 5", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_WINDOWFRAME": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_WINDOWFRAME := 6", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"COLOR_WINDOWTEXT": { | |
"prefix" : "COLOR", | |
"body" : "COLOR_WINDOWTEXT := 8", | |
"description": "Windows - GUI - Drawing - System Colors ()" | |
}, | |
"FLOODFILLBORDER": { | |
"prefix" : "FLOODFILLBORDER", | |
"body" : "FLOODFILLBORDER := 0", | |
"description": "Windows - GUI - Drawing - Uncategorized - ExtFloodFill (ExtFloodFill style flags)" | |
}, | |
"FLOODFILLSURFACE": { | |
"prefix" : "FLOODFILLSURFACE", | |
"body" : "FLOODFILLSURFACE := 1", | |
"description": "Windows - GUI - Drawing - Uncategorized - ExtFloodFill (ExtFloodFill style flags)" | |
}, | |
"SYSPAL_ERROR": { | |
"prefix" : "SYSPAL", | |
"body" : "SYSPAL_ERROR := 0", | |
"description": "Windows - GUI - Drawing - Uncategorized - SysPal (Constants for Get/SetSystemPaletteUse())" | |
}, | |
"SYSPAL_NOSTATIC": { | |
"prefix" : "SYSPAL", | |
"body" : "SYSPAL_NOSTATIC := 2", | |
"description": "Windows - GUI - Drawing - Uncategorized - SysPal (Constants for Get/SetSystemPaletteUse())" | |
}, | |
"SYSPAL_NOSTATIC256": { | |
"prefix" : "SYSPAL", | |
"body" : "SYSPAL_NOSTATIC256 := 3", | |
"description": "Windows - GUI - Drawing - Uncategorized - SysPal (Constants for Get/SetSystemPaletteUse())" | |
}, | |
"SYSPAL_STATIC": { | |
"prefix" : "SYSPAL", | |
"body" : "SYSPAL_STATIC := 1", | |
"description": "Windows - GUI - Drawing - Uncategorized - SysPal (Constants for Get/SetSystemPaletteUse())" | |
}, | |
"CBM_INIT": { | |
"prefix" : "CBM", | |
"body" : "CBM_INIT := 0x4L", | |
"description": "Windows - GUI - Drawing - Uncategorized (constant for CreateDIBitmap)" | |
}, | |
"CCHDEVICENAME": { | |
"prefix" : "CCHDEVICENAME", | |
"body" : "CCHDEVICENAME := 32", | |
"description": "Windows - GUI - Drawing - Uncategorized (size of a device name string)" | |
}, | |
"CCHFORMNAME": { | |
"prefix" : "CCHFORMNAME", | |
"body" : "CCHFORMNAME := 32", | |
"description": "Windows - GUI - Drawing - Uncategorized (size of a form name string)" | |
}, | |
"AD_CLOCKWISE": { | |
"prefix" : "AD", | |
"body" : "AD_CLOCKWISE := 2", | |
"description": "Windows - GUI - Drawing - Uncategorized ()" | |
}, | |
"AD_COUNTERCLOCKWISE": { | |
"prefix" : "AD", | |
"body" : "AD_COUNTERCLOCKWISE := 1", | |
"description": "Windows - GUI - Drawing - Uncategorized ()" | |
}, | |
"CLR_INVALID": { | |
"prefix" : "CLR", | |
"body" : "CLR_INVALID := 0xFFFFFFFF", | |
"description": "Windows - GUI - Drawing - Uncategorized ()" | |
}, | |
"AW_BUTTON": { | |
"prefix" : "AW", | |
"body" : "AW_BUTTON := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - AEROWIZARDPARTS ()" | |
}, | |
"AW_COMMANDAREA": { | |
"prefix" : "AW", | |
"body" : "AW_COMMANDAREA := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - AEROWIZARDPARTS ()" | |
}, | |
"AW_CONTENTAREA": { | |
"prefix" : "AW", | |
"body" : "AW_CONTENTAREA := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - AEROWIZARDPARTS ()" | |
}, | |
"AW_HEADERAREA": { | |
"prefix" : "AW", | |
"body" : "AW_HEADERAREA := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - AEROWIZARDPARTS ()" | |
}, | |
"AW_TITLEBAR": { | |
"prefix" : "AW", | |
"body" : "AW_TITLEBAR := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - AEROWIZARDPARTS ()" | |
}, | |
"AW_S_CONTENTAREA_NOMARGIN": { | |
"prefix" : "AW", | |
"body" : "AW_S_CONTENTAREA_NOMARGIN := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - CONTENTAREASTATES ()" | |
}, | |
"AW_S_HEADERAREA_NOMARGIN": { | |
"prefix" : "AW", | |
"body" : "AW_S_HEADERAREA_NOMARGIN := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - HEADERAREASTATES ()" | |
}, | |
"AW_S_TITLEBAR_ACTIVE": { | |
"prefix" : "AW", | |
"body" : "AW_S_TITLEBAR_ACTIVE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - TITLEBARSTATES ()" | |
}, | |
"AW_S_TITLEBAR_INACTIVE": { | |
"prefix" : "AW", | |
"body" : "AW_S_TITLEBAR_INACTIVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Aero Wizard - TITLEBARSTATES ()" | |
}, | |
"BP_CHECKBOX": { | |
"prefix" : "BP", | |
"body" : "BP_CHECKBOX := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"BP_COMMANDLINK": { | |
"prefix" : "BP", | |
"body" : "BP_COMMANDLINK := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"BP_COMMANDLINKGLYPH": { | |
"prefix" : "BP", | |
"body" : "BP_COMMANDLINKGLYPH := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"BP_GROUPBOX": { | |
"prefix" : "BP", | |
"body" : "BP_GROUPBOX := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"BP_PUSHBUTTON": { | |
"prefix" : "BP", | |
"body" : "BP_PUSHBUTTON := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"BP_RADIOBUTTON": { | |
"prefix" : "BP", | |
"body" : "BP_RADIOBUTTON := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"BP_USERBUTTON": { | |
"prefix" : "BP", | |
"body" : "BP_USERBUTTON := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - BUTTONPARTS ()" | |
}, | |
"CBS_CHECKEDDISABLED": { | |
"prefix" : "CBS", | |
"body" : "CBS_CHECKEDDISABLED := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_CHECKEDHOT": { | |
"prefix" : "CBS", | |
"body" : "CBS_CHECKEDHOT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_CHECKEDNORMAL": { | |
"prefix" : "CBS", | |
"body" : "CBS_CHECKEDNORMAL := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_CHECKEDPRESSED": { | |
"prefix" : "CBS", | |
"body" : "CBS_CHECKEDPRESSED := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_EXCLUDEDDISABLED": { | |
"prefix" : "CBS", | |
"body" : "CBS_EXCLUDEDDISABLED := 20", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_EXCLUDEDHOT": { | |
"prefix" : "CBS", | |
"body" : "CBS_EXCLUDEDHOT := 18", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_EXCLUDEDNORMAL": { | |
"prefix" : "CBS", | |
"body" : "CBS_EXCLUDEDNORMAL := 17", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_EXCLUDEDPRESSED": { | |
"prefix" : "CBS", | |
"body" : "CBS_EXCLUDEDPRESSED := 19", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_IMPLICITDISABLED": { | |
"prefix" : "CBS", | |
"body" : "CBS_IMPLICITDISABLED := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_IMPLICITHOT": { | |
"prefix" : "CBS", | |
"body" : "CBS_IMPLICITHOT := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_IMPLICITNORMAL": { | |
"prefix" : "CBS", | |
"body" : "CBS_IMPLICITNORMAL := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_IMPLICITPRESSED": { | |
"prefix" : "CBS", | |
"body" : "CBS_IMPLICITPRESSED := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_MIXEDDISABLED": { | |
"prefix" : "CBS", | |
"body" : "CBS_MIXEDDISABLED := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_MIXEDHOT": { | |
"prefix" : "CBS", | |
"body" : "CBS_MIXEDHOT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_MIXEDNORMAL": { | |
"prefix" : "CBS", | |
"body" : "CBS_MIXEDNORMAL := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_MIXEDPRESSED": { | |
"prefix" : "CBS", | |
"body" : "CBS_MIXEDPRESSED := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_UNCHECKEDDISABLED": { | |
"prefix" : "CBS", | |
"body" : "CBS_UNCHECKEDDISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_UNCHECKEDHOT": { | |
"prefix" : "CBS", | |
"body" : "CBS_UNCHECKEDHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_UNCHECKEDNORMAL": { | |
"prefix" : "CBS", | |
"body" : "CBS_UNCHECKEDNORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CBS_UNCHECKEDPRESSED": { | |
"prefix" : "CBS", | |
"body" : "CBS_UNCHECKEDPRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - CHECKBOXSTATES ()" | |
}, | |
"CMDLGS_DEFAULTED": { | |
"prefix" : "CMDLGS", | |
"body" : "CMDLGS_DEFAULTED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKGLYPHSTATES ()" | |
}, | |
"CMDLGS_DISABLED": { | |
"prefix" : "CMDLGS", | |
"body" : "CMDLGS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKGLYPHSTATES ()" | |
}, | |
"CMDLGS_HOT": { | |
"prefix" : "CMDLGS", | |
"body" : "CMDLGS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKGLYPHSTATES ()" | |
}, | |
"CMDLGS_NORMAL": { | |
"prefix" : "CMDLGS", | |
"body" : "CMDLGS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKGLYPHSTATES ()" | |
}, | |
"CMDLGS_PRESSED": { | |
"prefix" : "CMDLGS", | |
"body" : "CMDLGS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKGLYPHSTATES ()" | |
}, | |
"CMDLS_DEFAULTED": { | |
"prefix" : "CMDLS", | |
"body" : "CMDLS_DEFAULTED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKSTATES ()" | |
}, | |
"CMDLS_DEFAULTED_ANIMATING": { | |
"prefix" : "CMDLS", | |
"body" : "CMDLS_DEFAULTED_ANIMATING := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKSTATES ()" | |
}, | |
"CMDLS_DISABLED": { | |
"prefix" : "CMDLS", | |
"body" : "CMDLS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKSTATES ()" | |
}, | |
"CMDLS_HOT": { | |
"prefix" : "CMDLS", | |
"body" : "CMDLS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKSTATES ()" | |
}, | |
"CMDLS_NORMAL": { | |
"prefix" : "CMDLS", | |
"body" : "CMDLS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKSTATES ()" | |
}, | |
"CMDLS_PRESSED": { | |
"prefix" : "CMDLS", | |
"body" : "CMDLS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - COMMANDLINKSTATES ()" | |
}, | |
"GBS_DISABLED": { | |
"prefix" : "GBS", | |
"body" : "GBS_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - GROUPBOXSTATES ()" | |
}, | |
"GBS_NORMAL": { | |
"prefix" : "GBS", | |
"body" : "GBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - GROUPBOXSTATES ()" | |
}, | |
"PBS_DEFAULTED": { | |
"prefix" : "PBS", | |
"body" : "PBS_DEFAULTED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - PUSHBUTTONSTATES ()" | |
}, | |
"PBS_DEFAULTED_ANIMATING": { | |
"prefix" : "PBS", | |
"body" : "PBS_DEFAULTED_ANIMATING := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - PUSHBUTTONSTATES ()" | |
}, | |
"PBS_DISABLED": { | |
"prefix" : "PBS", | |
"body" : "PBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - PUSHBUTTONSTATES ()" | |
}, | |
"PBS_HOT": { | |
"prefix" : "PBS", | |
"body" : "PBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - PUSHBUTTONSTATES ()" | |
}, | |
"PBS_NORMAL": { | |
"prefix" : "PBS", | |
"body" : "PBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - PUSHBUTTONSTATES ()" | |
}, | |
"PBS_PRESSED": { | |
"prefix" : "PBS", | |
"body" : "PBS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - PUSHBUTTONSTATES ()" | |
}, | |
"RBS_CHECKEDDISABLED": { | |
"prefix" : "RBS", | |
"body" : "RBS_CHECKEDDISABLED := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_CHECKEDHOT": { | |
"prefix" : "RBS", | |
"body" : "RBS_CHECKEDHOT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_CHECKEDNORMAL": { | |
"prefix" : "RBS", | |
"body" : "RBS_CHECKEDNORMAL := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_CHECKEDPRESSED": { | |
"prefix" : "RBS", | |
"body" : "RBS_CHECKEDPRESSED := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_UNCHECKEDDISABLED": { | |
"prefix" : "RBS", | |
"body" : "RBS_UNCHECKEDDISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_UNCHECKEDHOT": { | |
"prefix" : "RBS", | |
"body" : "RBS_UNCHECKEDHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_UNCHECKEDNORMAL": { | |
"prefix" : "RBS", | |
"body" : "RBS_UNCHECKEDNORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"RBS_UNCHECKEDPRESSED": { | |
"prefix" : "RBS", | |
"body" : "RBS_UNCHECKEDPRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Button - RADIOBUTTONSTATES ()" | |
}, | |
"CBB_DISABLED": { | |
"prefix" : "CBB", | |
"body" : "CBB_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - BORDERSTATES ()" | |
}, | |
"CBB_FOCUSED": { | |
"prefix" : "CBB", | |
"body" : "CBB_FOCUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - BORDERSTATES ()" | |
}, | |
"CBB_HOT": { | |
"prefix" : "CBB", | |
"body" : "CBB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - BORDERSTATES ()" | |
}, | |
"CBB_NORMAL": { | |
"prefix" : "CBB", | |
"body" : "CBB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - BORDERSTATES ()" | |
}, | |
"CP_BACKGROUND": { | |
"prefix" : "CP", | |
"body" : "CP_BACKGROUND := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_BORDER": { | |
"prefix" : "CP", | |
"body" : "CP_BORDER := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_CUEBANNER": { | |
"prefix" : "CP", | |
"body" : "CP_CUEBANNER := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_DROPDOWNBUTTON": { | |
"prefix" : "CP", | |
"body" : "CP_DROPDOWNBUTTON := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_DROPDOWNBUTTONLEFT": { | |
"prefix" : "CP", | |
"body" : "CP_DROPDOWNBUTTONLEFT := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_DROPDOWNBUTTONRIGHT": { | |
"prefix" : "CP", | |
"body" : "CP_DROPDOWNBUTTONRIGHT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_READONLY": { | |
"prefix" : "CP", | |
"body" : "CP_READONLY := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CP_TRANSPARENTBACKGROUND": { | |
"prefix" : "CP", | |
"body" : "CP_TRANSPARENTBACKGROUND := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXPARTS ()" | |
}, | |
"CBXS_DISABLED": { | |
"prefix" : "CBXS", | |
"body" : "CBXS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXSTYLESTATES ()" | |
}, | |
"CBXS_HOT": { | |
"prefix" : "CBXS", | |
"body" : "CBXS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXSTYLESTATES ()" | |
}, | |
"CBXS_NORMAL": { | |
"prefix" : "CBXS", | |
"body" : "CBXS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXSTYLESTATES ()" | |
}, | |
"CBXS_PRESSED": { | |
"prefix" : "CBXS", | |
"body" : "CBXS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - COMBOBOXSTYLESTATES ()" | |
}, | |
"CBCB_DISABLED": { | |
"prefix" : "CBCB", | |
"body" : "CBCB_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - CUEBANNERSTATES ()" | |
}, | |
"CBCB_HOT": { | |
"prefix" : "CBCB", | |
"body" : "CBCB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - CUEBANNERSTATES ()" | |
}, | |
"CBCB_NORMAL": { | |
"prefix" : "CBCB", | |
"body" : "CBCB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - CUEBANNERSTATES ()" | |
}, | |
"CBCB_PRESSED": { | |
"prefix" : "CBCB", | |
"body" : "CBCB_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - CUEBANNERSTATES ()" | |
}, | |
"CBXSL_DISABLED": { | |
"prefix" : "CBXSL", | |
"body" : "CBXSL_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONLEFTSTATES ()" | |
}, | |
"CBXSL_HOT": { | |
"prefix" : "CBXSL", | |
"body" : "CBXSL_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONLEFTSTATES ()" | |
}, | |
"CBXSL_NORMAL": { | |
"prefix" : "CBXSL", | |
"body" : "CBXSL_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONLEFTSTATES ()" | |
}, | |
"CBXSL_PRESSED": { | |
"prefix" : "CBXSL", | |
"body" : "CBXSL_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONLEFTSTATES ()" | |
}, | |
"CBXSR_DISABLED": { | |
"prefix" : "CBXSR", | |
"body" : "CBXSR_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONRIGHTSTATES ()" | |
}, | |
"CBXSR_HOT": { | |
"prefix" : "CBXSR", | |
"body" : "CBXSR_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONRIGHTSTATES ()" | |
}, | |
"CBXSR_NORMAL": { | |
"prefix" : "CBXSR", | |
"body" : "CBXSR_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONRIGHTSTATES ()" | |
}, | |
"CBXSR_PRESSED": { | |
"prefix" : "CBXSR", | |
"body" : "CBXSR_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - DROPDOWNBUTTONRIGHTSTATES ()" | |
}, | |
"CBRO_DISABLED": { | |
"prefix" : "CBRO", | |
"body" : "CBRO_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - READONLYSTATES ()" | |
}, | |
"CBRO_HOT": { | |
"prefix" : "CBRO", | |
"body" : "CBRO_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - READONLYSTATES ()" | |
}, | |
"CBRO_NORMAL": { | |
"prefix" : "CBRO", | |
"body" : "CBRO_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - READONLYSTATES ()" | |
}, | |
"CBRO_PRESSED": { | |
"prefix" : "CBRO", | |
"body" : "CBRO_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - READONLYSTATES ()" | |
}, | |
"CBTBS_DISABLED": { | |
"prefix" : "CBTBS", | |
"body" : "CBTBS_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - TRANSPARENTBACKGROUNDSTATES ()" | |
}, | |
"CBTBS_FOCUSED": { | |
"prefix" : "CBTBS", | |
"body" : "CBTBS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - TRANSPARENTBACKGROUNDSTATES ()" | |
}, | |
"CBTBS_HOT": { | |
"prefix" : "CBTBS", | |
"body" : "CBTBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - TRANSPARENTBACKGROUNDSTATES ()" | |
}, | |
"CBTBS_NORMAL": { | |
"prefix" : "CBTBS", | |
"body" : "CBTBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ComboBox - TRANSPARENTBACKGROUNDSTATES ()" | |
}, | |
"CSST_TAB": { | |
"prefix" : "CSST", | |
"body" : "CSST_TAB := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Communications - COMMUNICATIONSPARTS ()" | |
}, | |
"CSTB_HOT": { | |
"prefix" : "CSTB", | |
"body" : "CSTB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Communications - TABSTATES ()" | |
}, | |
"CSTB_NORMAL": { | |
"prefix" : "CSTB", | |
"body" : "CSTB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Communications - TABSTATES ()" | |
}, | |
"CSTB_SELECTED": { | |
"prefix" : "CSTB", | |
"body" : "CSTB_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Communications - TABSTATES ()" | |
}, | |
"CPCL_DISABLED": { | |
"prefix" : "CPCL", | |
"body" : "CPCL_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTENTLINKSTATES ()" | |
}, | |
"CPCL_HOT": { | |
"prefix" : "CPCL", | |
"body" : "CPCL_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTENTLINKSTATES ()" | |
}, | |
"CPCL_NORMAL": { | |
"prefix" : "CPCL", | |
"body" : "CPCL_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTENTLINKSTATES ()" | |
}, | |
"CPCL_PRESSED": { | |
"prefix" : "CPCL", | |
"body" : "CPCL_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTENTLINKSTATES ()" | |
}, | |
"CPANEL_BANNERAREA": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_BANNERAREA := 18", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_BODYTEXT": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_BODYTEXT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_BODYTITLE": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_BODYTITLE := 19", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_BUTTON": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_BUTTON := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_CONTENTLINK": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_CONTENTLINK := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_CONTENTPANE": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_CONTENTPANE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_CONTENTPANELABEL": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_CONTENTPANELABEL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_CONTENTPANELINE": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_CONTENTPANELINE := 17", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_GROUPTEXT": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_GROUPTEXT := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_HELPLINK": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_HELPLINK := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_LARGECOMMANDAREA": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_LARGECOMMANDAREA := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_MESSAGETEXT": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_MESSAGETEXT := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_NAVIGATIONPANE": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_NAVIGATIONPANE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_NAVIGATIONPANELABEL": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_NAVIGATIONPANELABEL := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_NAVIGATIONPANELINE": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_NAVIGATIONPANELINE := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_SECTIONTITLELINK": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_SECTIONTITLELINK := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_SMALLCOMMANDAREA": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_SMALLCOMMANDAREA := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_TASKLINK": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_TASKLINK := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPANEL_TITLE": { | |
"prefix" : "CPANEL", | |
"body" : "CPANEL_TITLE := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - CONTROLPANELPARTS ()" | |
}, | |
"CPHL_DISABLED": { | |
"prefix" : "CPHL", | |
"body" : "CPHL_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - HELPLINKSTATES ()" | |
}, | |
"CPHL_HOT": { | |
"prefix" : "CPHL", | |
"body" : "CPHL_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - HELPLINKSTATES ()" | |
}, | |
"CPHL_NORMAL": { | |
"prefix" : "CPHL", | |
"body" : "CPHL_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - HELPLINKSTATES ()" | |
}, | |
"CPHL_PRESSED": { | |
"prefix" : "CPHL", | |
"body" : "CPHL_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - HELPLINKSTATES ()" | |
}, | |
"CPSTL_HOT": { | |
"prefix" : "CPSTL", | |
"body" : "CPSTL_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - SECTIONTITLELINKSTATES ()" | |
}, | |
"CPSTL_NORMAL": { | |
"prefix" : "CPSTL", | |
"body" : "CPSTL_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - SECTIONTITLELINKSTATES ()" | |
}, | |
"CPTL_DISABLED": { | |
"prefix" : "CPTL", | |
"body" : "CPTL_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - TASKLINKSTATES ()" | |
}, | |
"CPTL_HOT": { | |
"prefix" : "CPTL", | |
"body" : "CPTL_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - TASKLINKSTATES ()" | |
}, | |
"CPTL_NORMAL": { | |
"prefix" : "CPTL", | |
"body" : "CPTL_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - TASKLINKSTATES ()" | |
}, | |
"CPTL_PAGE": { | |
"prefix" : "CPTL", | |
"body" : "CPTL_PAGE := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - TASKLINKSTATES ()" | |
}, | |
"CPTL_PRESSED": { | |
"prefix" : "CPTL", | |
"body" : "CPTL_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Control Panel - TASKLINKSTATES ()" | |
}, | |
"DPDB_DISABLED": { | |
"prefix" : "DPDB", | |
"body" : "DPDB_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEBORDERSTATES ()" | |
}, | |
"DPDB_FOCUSED": { | |
"prefix" : "DPDB", | |
"body" : "DPDB_FOCUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEBORDERSTATES ()" | |
}, | |
"DPDB_HOT": { | |
"prefix" : "DPDB", | |
"body" : "DPDB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEBORDERSTATES ()" | |
}, | |
"DPDB_NORMAL": { | |
"prefix" : "DPDB", | |
"body" : "DPDB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEBORDERSTATES ()" | |
}, | |
"DP_DATEBORDER": { | |
"prefix" : "DP", | |
"body" : "DP_DATEBORDER := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEPICKERPARTS ()" | |
}, | |
"DP_DATETEXT": { | |
"prefix" : "DP", | |
"body" : "DP_DATETEXT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEPICKERPARTS ()" | |
}, | |
"DP_SHOWCALENDARBUTTONRIGHT": { | |
"prefix" : "DP", | |
"body" : "DP_SHOWCALENDARBUTTONRIGHT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATEPICKERPARTS ()" | |
}, | |
"DPDT_DISABLED": { | |
"prefix" : "DPDT", | |
"body" : "DPDT_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATETEXTSTATES ()" | |
}, | |
"DPDT_NORMAL": { | |
"prefix" : "DPDT", | |
"body" : "DPDT_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATETEXTSTATES ()" | |
}, | |
"DPDT_SELECTED": { | |
"prefix" : "DPDT", | |
"body" : "DPDT_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - DATETEXTSTATES ()" | |
}, | |
"DPSCBR_DISABLED": { | |
"prefix" : "DPSCBR", | |
"body" : "DPSCBR_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - SHOWCALENDARBUTTONRIGHTSTATES ()" | |
}, | |
"DPSCBR_HOT": { | |
"prefix" : "DPSCBR", | |
"body" : "DPSCBR_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - SHOWCALENDARBUTTONRIGHTSTATES ()" | |
}, | |
"DPSCBR_NORMAL": { | |
"prefix" : "DPSCBR", | |
"body" : "DPSCBR_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - SHOWCALENDARBUTTONRIGHTSTATES ()" | |
}, | |
"DPSCBR_PRESSED": { | |
"prefix" : "DPSCBR", | |
"body" : "DPSCBR_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Date Picker - SHOWCALENDARBUTTONRIGHTSTATES ()" | |
}, | |
"DDCOPY_HIGHLIGHT": { | |
"prefix" : "DDCOPY", | |
"body" : "DDCOPY_HIGHLIGHT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - COPYSTATES ()" | |
}, | |
"DDCOPY_NOHIGHLIGHT": { | |
"prefix" : "DDCOPY", | |
"body" : "DDCOPY_NOHIGHLIGHT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - COPYSTATES ()" | |
}, | |
"DDCREATELINK_HIGHLIGHT": { | |
"prefix" : "DDCREATELINK", | |
"body" : "DDCREATELINK_HIGHLIGHT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - CREATELINKSTATES ()" | |
}, | |
"DDCREATELINK_NOHIGHLIGHT": { | |
"prefix" : "DDCREATELINK", | |
"body" : "DDCREATELINK_NOHIGHLIGHT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - CREATELINKSTATES ()" | |
}, | |
"DD_COPY": { | |
"prefix" : "DD", | |
"body" : "DD_COPY := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_CREATELINK": { | |
"prefix" : "DD", | |
"body" : "DD_CREATELINK := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_IMAGEBG": { | |
"prefix" : "DD", | |
"body" : "DD_IMAGEBG := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_MOVE": { | |
"prefix" : "DD", | |
"body" : "DD_MOVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_NONE": { | |
"prefix" : "DD", | |
"body" : "DD_NONE := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_TEXTBG": { | |
"prefix" : "DD", | |
"body" : "DD_TEXTBG := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_UPDATEMETADATA": { | |
"prefix" : "DD", | |
"body" : "DD_UPDATEMETADATA := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DD_WARNING": { | |
"prefix" : "DD", | |
"body" : "DD_WARNING := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - DRAGDROPPARTS ()" | |
}, | |
"DDMOVE_HIGHLIGHT": { | |
"prefix" : "DDMOVE", | |
"body" : "DDMOVE_HIGHLIGHT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - MOVESTATES ()" | |
}, | |
"DDMOVE_NOHIGHLIGHT": { | |
"prefix" : "DDMOVE", | |
"body" : "DDMOVE_NOHIGHLIGHT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - MOVESTATES ()" | |
}, | |
"DDNONE_HIGHLIGHT": { | |
"prefix" : "DDNONE", | |
"body" : "DDNONE_HIGHLIGHT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - NONESTATES ()" | |
}, | |
"DDNONE_NOHIGHLIGHT": { | |
"prefix" : "DDNONE", | |
"body" : "DDNONE_NOHIGHLIGHT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - NONESTATES ()" | |
}, | |
"DDUPDATEMETADATA_HIGHLIGHT": { | |
"prefix" : "DDUPDATEMETADATA", | |
"body" : "DDUPDATEMETADATA_HIGHLIGHT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - UPDATEMETADATASTATES ()" | |
}, | |
"DDUPDATEMETADATA_NOHIGHLIGHT": { | |
"prefix" : "DDUPDATEMETADATA", | |
"body" : "DDUPDATEMETADATA_NOHIGHLIGHT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - UPDATEMETADATASTATES ()" | |
}, | |
"DDWARNING_HIGHLIGHT": { | |
"prefix" : "DDWARNING", | |
"body" : "DDWARNING_HIGHLIGHT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - WARNINGSTATES ()" | |
}, | |
"DDWARNING_NOHIGHLIGHT": { | |
"prefix" : "DDWARNING", | |
"body" : "DDWARNING_NOHIGHLIGHT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Drag'n Drop - WARNINGSTATES ()" | |
}, | |
"EBS_ASSIST": { | |
"prefix" : "EBS", | |
"body" : "EBS_ASSIST := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDSTATES ()" | |
}, | |
"EBS_DISABLED": { | |
"prefix" : "EBS", | |
"body" : "EBS_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDSTATES ()" | |
}, | |
"EBS_FOCUSED": { | |
"prefix" : "EBS", | |
"body" : "EBS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDSTATES ()" | |
}, | |
"EBS_HOT": { | |
"prefix" : "EBS", | |
"body" : "EBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDSTATES ()" | |
}, | |
"EBS_NORMAL": { | |
"prefix" : "EBS", | |
"body" : "EBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDSTATES ()" | |
}, | |
"EBS_READONLY": { | |
"prefix" : "EBS", | |
"body" : "EBS_READONLY := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDSTATES ()" | |
}, | |
"EBWBS_DISABLED": { | |
"prefix" : "EBWBS", | |
"body" : "EBWBS_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDWITHBORDERSTATES ()" | |
}, | |
"EBWBS_FOCUSED": { | |
"prefix" : "EBWBS", | |
"body" : "EBWBS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDWITHBORDERSTATES ()" | |
}, | |
"EBWBS_HOT": { | |
"prefix" : "EBWBS", | |
"body" : "EBWBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDWITHBORDERSTATES ()" | |
}, | |
"EBWBS_NORMAL": { | |
"prefix" : "EBWBS", | |
"body" : "EBWBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - BACKGROUNDWITHBORDERSTATES ()" | |
}, | |
"EPSH_DISABLED": { | |
"prefix" : "EPSH", | |
"body" : "EPSH_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HSCROLLSTATES ()" | |
}, | |
"EPSH_FOCUSED": { | |
"prefix" : "EPSH", | |
"body" : "EPSH_FOCUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HSCROLLSTATES ()" | |
}, | |
"EPSH_HOT": { | |
"prefix" : "EPSH", | |
"body" : "EPSH_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HSCROLLSTATES ()" | |
}, | |
"EPSH_NORMAL": { | |
"prefix" : "EPSH", | |
"body" : "EPSH_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HSCROLLSTATES ()" | |
}, | |
"EPSHV_DISABLED": { | |
"prefix" : "EPSHV", | |
"body" : "EPSHV_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HVSCROLLSTATES ()" | |
}, | |
"EPSHV_FOCUSED": { | |
"prefix" : "EPSHV", | |
"body" : "EPSHV_FOCUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HVSCROLLSTATES ()" | |
}, | |
"EPSHV_HOT": { | |
"prefix" : "EPSHV", | |
"body" : "EPSHV_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HVSCROLLSTATES ()" | |
}, | |
"EPSHV_NORMAL": { | |
"prefix" : "EPSHV", | |
"body" : "EPSHV_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_HVSCROLLSTATES ()" | |
}, | |
"EPSN_DISABLED": { | |
"prefix" : "EPSN", | |
"body" : "EPSN_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_NOSCROLLSTATES ()" | |
}, | |
"EPSN_FOCUSED": { | |
"prefix" : "EPSN", | |
"body" : "EPSN_FOCUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_NOSCROLLSTATES ()" | |
}, | |
"EPSN_HOT": { | |
"prefix" : "EPSN", | |
"body" : "EPSN_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_NOSCROLLSTATES ()" | |
}, | |
"EPSN_NORMAL": { | |
"prefix" : "EPSN", | |
"body" : "EPSN_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_NOSCROLLSTATES ()" | |
}, | |
"EPSV_DISABLED": { | |
"prefix" : "EPSV", | |
"body" : "EPSV_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_VSCROLLSTATES ()" | |
}, | |
"EPSV_FOCUSED": { | |
"prefix" : "EPSV", | |
"body" : "EPSV_FOCUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_VSCROLLSTATES ()" | |
}, | |
"EPSV_HOT": { | |
"prefix" : "EPSV", | |
"body" : "EPSV_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_VSCROLLSTATES ()" | |
}, | |
"EPSV_NORMAL": { | |
"prefix" : "EPSV", | |
"body" : "EPSV_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITBORDER_VSCROLLSTATES ()" | |
}, | |
"EP_BACKGROUND": { | |
"prefix" : "EP", | |
"body" : "EP_BACKGROUND := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_BACKGROUNDWITHBORDER": { | |
"prefix" : "EP", | |
"body" : "EP_BACKGROUNDWITHBORDER := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_CARET": { | |
"prefix" : "EP", | |
"body" : "EP_CARET := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_EDITBORDER_HSCROLL": { | |
"prefix" : "EP", | |
"body" : "EP_EDITBORDER_HSCROLL := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_EDITBORDER_HVSCROLL": { | |
"prefix" : "EP", | |
"body" : "EP_EDITBORDER_HVSCROLL := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_EDITBORDER_NOSCROLL": { | |
"prefix" : "EP", | |
"body" : "EP_EDITBORDER_NOSCROLL := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_EDITBORDER_VSCROLL": { | |
"prefix" : "EP", | |
"body" : "EP_EDITBORDER_VSCROLL := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_EDITTEXT": { | |
"prefix" : "EP", | |
"body" : "EP_EDITTEXT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"EP_PASSWORD": { | |
"prefix" : "EP", | |
"body" : "EP_PASSWORD := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITPARTS ()" | |
}, | |
"ETS_ASSIST": { | |
"prefix" : "ETS", | |
"body" : "ETS_ASSIST := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_CUEBANNER": { | |
"prefix" : "ETS", | |
"body" : "ETS_CUEBANNER := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_DISABLED": { | |
"prefix" : "ETS", | |
"body" : "ETS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_FOCUSED": { | |
"prefix" : "ETS", | |
"body" : "ETS_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_HOT": { | |
"prefix" : "ETS", | |
"body" : "ETS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_NORMAL": { | |
"prefix" : "ETS", | |
"body" : "ETS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_READONLY": { | |
"prefix" : "ETS", | |
"body" : "ETS_READONLY := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"ETS_SELECTED": { | |
"prefix" : "ETS", | |
"body" : "ETS_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Edit - EDITTEXTSTATES ()" | |
}, | |
"EBP_HEADERBACKGROUND": { | |
"prefix" : "EBP", | |
"body" : "EBP_HEADERBACKGROUND := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_HEADERCLOSE": { | |
"prefix" : "EBP", | |
"body" : "EBP_HEADERCLOSE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_HEADERPIN": { | |
"prefix" : "EBP", | |
"body" : "EBP_HEADERPIN := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_IEBARMENU": { | |
"prefix" : "EBP", | |
"body" : "EBP_IEBARMENU := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_NORMALGROUPBACKGROUND": { | |
"prefix" : "EBP", | |
"body" : "EBP_NORMALGROUPBACKGROUND := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_NORMALGROUPCOLLAPSE": { | |
"prefix" : "EBP", | |
"body" : "EBP_NORMALGROUPCOLLAPSE := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_NORMALGROUPEXPAND": { | |
"prefix" : "EBP", | |
"body" : "EBP_NORMALGROUPEXPAND := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_NORMALGROUPHEAD": { | |
"prefix" : "EBP", | |
"body" : "EBP_NORMALGROUPHEAD := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_SPECIALGROUPBACKGROUND": { | |
"prefix" : "EBP", | |
"body" : "EBP_SPECIALGROUPBACKGROUND := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_SPECIALGROUPCOLLAPSE": { | |
"prefix" : "EBP", | |
"body" : "EBP_SPECIALGROUPCOLLAPSE := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_SPECIALGROUPEXPAND": { | |
"prefix" : "EBP", | |
"body" : "EBP_SPECIALGROUPEXPAND := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBP_SPECIALGROUPHEAD": { | |
"prefix" : "EBP", | |
"body" : "EBP_SPECIALGROUPHEAD := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - EXPLORERBARPARTS ()" | |
}, | |
"EBHC_HOT": { | |
"prefix" : "EBHC", | |
"body" : "EBHC_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERCLOSESTATES ()" | |
}, | |
"EBHC_NORMAL": { | |
"prefix" : "EBHC", | |
"body" : "EBHC_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERCLOSESTATES ()" | |
}, | |
"EBHC_PRESSED": { | |
"prefix" : "EBHC", | |
"body" : "EBHC_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERCLOSESTATES ()" | |
}, | |
"EBHP_HOT": { | |
"prefix" : "EBHP", | |
"body" : "EBHP_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERPINSTATES ()" | |
}, | |
"EBHP_NORMAL": { | |
"prefix" : "EBHP", | |
"body" : "EBHP_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERPINSTATES ()" | |
}, | |
"EBHP_PRESSED": { | |
"prefix" : "EBHP", | |
"body" : "EBHP_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERPINSTATES ()" | |
}, | |
"EBHP_SELECTEDHOT": { | |
"prefix" : "EBHP", | |
"body" : "EBHP_SELECTEDHOT := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERPINSTATES ()" | |
}, | |
"EBHP_SELECTEDNORMAL": { | |
"prefix" : "EBHP", | |
"body" : "EBHP_SELECTEDNORMAL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERPINSTATES ()" | |
}, | |
"EBHP_SELECTEDPRESSED": { | |
"prefix" : "EBHP", | |
"body" : "EBHP_SELECTEDPRESSED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - HEADERPINSTATES ()" | |
}, | |
"EBM_HOT": { | |
"prefix" : "EBM", | |
"body" : "EBM_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - IEBARMENUSTATES ()" | |
}, | |
"EBM_NORMAL": { | |
"prefix" : "EBM", | |
"body" : "EBM_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - IEBARMENUSTATES ()" | |
}, | |
"EBM_PRESSED": { | |
"prefix" : "EBM", | |
"body" : "EBM_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - IEBARMENUSTATES ()" | |
}, | |
"EBNGC_HOT": { | |
"prefix" : "EBNGC", | |
"body" : "EBNGC_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - NORMALGROUPCOLLAPSESTATES ()" | |
}, | |
"EBNGC_NORMAL": { | |
"prefix" : "EBNGC", | |
"body" : "EBNGC_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - NORMALGROUPCOLLAPSESTATES ()" | |
}, | |
"EBNGC_PRESSED": { | |
"prefix" : "EBNGC", | |
"body" : "EBNGC_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - NORMALGROUPCOLLAPSESTATES ()" | |
}, | |
"EBNGE_HOT": { | |
"prefix" : "EBNGE", | |
"body" : "EBNGE_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - NORMALGROUPEXPANDSTATES ()" | |
}, | |
"EBNGE_NORMAL": { | |
"prefix" : "EBNGE", | |
"body" : "EBNGE_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - NORMALGROUPEXPANDSTATES ()" | |
}, | |
"EBNGE_PRESSED": { | |
"prefix" : "EBNGE", | |
"body" : "EBNGE_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - NORMALGROUPEXPANDSTATES ()" | |
}, | |
"EBSGC_HOT": { | |
"prefix" : "EBSGC", | |
"body" : "EBSGC_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - SPECIALGROUPCOLLAPSESTATES ()" | |
}, | |
"EBSGC_NORMAL": { | |
"prefix" : "EBSGC", | |
"body" : "EBSGC_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - SPECIALGROUPCOLLAPSESTATES ()" | |
}, | |
"EBSGC_PRESSED": { | |
"prefix" : "EBSGC", | |
"body" : "EBSGC_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - SPECIALGROUPCOLLAPSESTATES ()" | |
}, | |
"EBSGE_HOT": { | |
"prefix" : "EBSGE", | |
"body" : "EBSGE_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - SPECIALGROUPEXPANDSTATES ()" | |
}, | |
"EBSGE_NORMAL": { | |
"prefix" : "EBSGE", | |
"body" : "EBSGE_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - SPECIALGROUPEXPANDSTATES ()" | |
}, | |
"EBSGE_PRESSED": { | |
"prefix" : "EBSGE", | |
"body" : "EBSGE_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Explorer Bar - SPECIALGROUPEXPANDSTATES ()" | |
}, | |
"FBS_EMPHASIZED": { | |
"prefix" : "FBS", | |
"body" : "FBS_EMPHASIZED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - BODYSTATES ()" | |
}, | |
"FBS_NORMAL": { | |
"prefix" : "FBS", | |
"body" : "FBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - BODYSTATES ()" | |
}, | |
"FLYOUT_BODY": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_BODY := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_DIVIDER": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_DIVIDER := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_HEADER": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_HEADER := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_LABEL": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_LABEL := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_LINK": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_LINK := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_LINKAREA": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_LINKAREA := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_LINKHEADER": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_LINKHEADER := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLYOUT_WINDOW": { | |
"prefix" : "FLYOUT", | |
"body" : "FLYOUT_WINDOW := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - FLYOUTPARTS ()" | |
}, | |
"FLS_DISABLED": { | |
"prefix" : "FLS", | |
"body" : "FLS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LABELSTATES ()" | |
}, | |
"FLS_EMPHASIZED": { | |
"prefix" : "FLS", | |
"body" : "FLS_EMPHASIZED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LABELSTATES ()" | |
}, | |
"FLS_NORMAL": { | |
"prefix" : "FLS", | |
"body" : "FLS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LABELSTATES ()" | |
}, | |
"FLS_SELECTED": { | |
"prefix" : "FLS", | |
"body" : "FLS_SELECTED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LABELSTATES ()" | |
}, | |
"FLH_HOVER": { | |
"prefix" : "FLH", | |
"body" : "FLH_HOVER := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LINKHEADERSTATES ()" | |
}, | |
"FLH_NORMAL": { | |
"prefix" : "FLH", | |
"body" : "FLH_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LINKHEADERSTATES ()" | |
}, | |
"FLYOUTLINK_HOVER": { | |
"prefix" : "FLYOUTLINK", | |
"body" : "FLYOUTLINK_HOVER := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LINKSTATES ()" | |
}, | |
"FLYOUTLINK_NORMAL": { | |
"prefix" : "FLYOUTLINK", | |
"body" : "FLYOUTLINK_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Flyout - LINKSTATES ()" | |
}, | |
"HDDFS_HOT": { | |
"prefix" : "HDDFS", | |
"body" : "HDDFS_HOT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERDROPDOWNFILTERSTATES ()" | |
}, | |
"HDDFS_NORMAL": { | |
"prefix" : "HDDFS", | |
"body" : "HDDFS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERDROPDOWNFILTERSTATES ()" | |
}, | |
"HDDFS_SOFTHOT": { | |
"prefix" : "HDDFS", | |
"body" : "HDDFS_SOFTHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERDROPDOWNFILTERSTATES ()" | |
}, | |
"HDDS_HOT": { | |
"prefix" : "HDDS", | |
"body" : "HDDS_HOT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERDROPDOWNSTATES ()" | |
}, | |
"HDDS_NORMAL": { | |
"prefix" : "HDDS", | |
"body" : "HDDS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERDROPDOWNSTATES ()" | |
}, | |
"HDDS_SOFTHOT": { | |
"prefix" : "HDDS", | |
"body" : "HDDS_SOFTHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERDROPDOWNSTATES ()" | |
}, | |
"HILS_HOT": { | |
"prefix" : "HILS", | |
"body" : "HILS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMLEFTSTATES ()" | |
}, | |
"HILS_NORMAL": { | |
"prefix" : "HILS", | |
"body" : "HILS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMLEFTSTATES ()" | |
}, | |
"HILS_PRESSED": { | |
"prefix" : "HILS", | |
"body" : "HILS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMLEFTSTATES ()" | |
}, | |
"HIRS_HOT": { | |
"prefix" : "HIRS", | |
"body" : "HIRS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMRIGHTSTATES ()" | |
}, | |
"HIRS_NORMAL": { | |
"prefix" : "HIRS", | |
"body" : "HIRS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMRIGHTSTATES ()" | |
}, | |
"HIRS_PRESSED": { | |
"prefix" : "HIRS", | |
"body" : "HIRS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMRIGHTSTATES ()" | |
}, | |
"HIS_HOT": { | |
"prefix" : "HIS", | |
"body" : "HIS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_ICONHOT": { | |
"prefix" : "HIS", | |
"body" : "HIS_ICONHOT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_ICONNORMAL": { | |
"prefix" : "HIS", | |
"body" : "HIS_ICONNORMAL := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_ICONPRESSED": { | |
"prefix" : "HIS", | |
"body" : "HIS_ICONPRESSED := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_ICONSORTEDHOT": { | |
"prefix" : "HIS", | |
"body" : "HIS_ICONSORTEDHOT := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_ICONSORTEDNORMAL": { | |
"prefix" : "HIS", | |
"body" : "HIS_ICONSORTEDNORMAL := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_ICONSORTEDPRESSED": { | |
"prefix" : "HIS", | |
"body" : "HIS_ICONSORTEDPRESSED := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_NORMAL": { | |
"prefix" : "HIS", | |
"body" : "HIS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_PRESSED": { | |
"prefix" : "HIS", | |
"body" : "HIS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_SORTEDHOT": { | |
"prefix" : "HIS", | |
"body" : "HIS_SORTEDHOT := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_SORTEDNORMAL": { | |
"prefix" : "HIS", | |
"body" : "HIS_SORTEDNORMAL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HIS_SORTEDPRESSED": { | |
"prefix" : "HIS", | |
"body" : "HIS_SORTEDPRESSED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERITEMSTATES ()" | |
}, | |
"HOFS_HOT": { | |
"prefix" : "HOFS", | |
"body" : "HOFS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADEROVERFLOWSTATES ()" | |
}, | |
"HOFS_NORMAL": { | |
"prefix" : "HOFS", | |
"body" : "HOFS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADEROVERFLOWSTATES ()" | |
}, | |
"HP_HEADERDROPDOWN": { | |
"prefix" : "HP", | |
"body" : "HP_HEADERDROPDOWN := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HP_HEADERDROPDOWNFILTER": { | |
"prefix" : "HP", | |
"body" : "HP_HEADERDROPDOWNFILTER := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HP_HEADERITEM": { | |
"prefix" : "HP", | |
"body" : "HP_HEADERITEM := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HP_HEADERITEMLEFT": { | |
"prefix" : "HP", | |
"body" : "HP_HEADERITEMLEFT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HP_HEADERITEMRIGHT": { | |
"prefix" : "HP", | |
"body" : "HP_HEADERITEMRIGHT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HP_HEADEROVERFLOW": { | |
"prefix" : "HP", | |
"body" : "HP_HEADEROVERFLOW := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HP_HEADERSORTARROW": { | |
"prefix" : "HP", | |
"body" : "HP_HEADERSORTARROW := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERPARTS ()" | |
}, | |
"HSAS_SORTEDDOWN": { | |
"prefix" : "HSAS", | |
"body" : "HSAS_SORTEDDOWN := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERSORTARROWSTATES ()" | |
}, | |
"HSAS_SORTEDUP": { | |
"prefix" : "HSAS", | |
"body" : "HSAS_SORTEDUP := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERSORTARROWSTATES ()" | |
}, | |
"HBG_DETAILS": { | |
"prefix" : "HBG", | |
"body" : "HBG_DETAILS := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERSTYLESTATES ()" | |
}, | |
"HBG_ICON": { | |
"prefix" : "HBG", | |
"body" : "HBG_ICON := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Header - HEADERSTYLESTATES ()" | |
}, | |
"LBPSH_DISABLED": { | |
"prefix" : "LBPSH", | |
"body" : "LBPSH_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HSCROLLSTATES ()" | |
}, | |
"LBPSH_FOCUSED": { | |
"prefix" : "LBPSH", | |
"body" : "LBPSH_FOCUSED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HSCROLLSTATES ()" | |
}, | |
"LBPSH_HOT": { | |
"prefix" : "LBPSH", | |
"body" : "LBPSH_HOT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HSCROLLSTATES ()" | |
}, | |
"LBPSH_NORMAL": { | |
"prefix" : "LBPSH", | |
"body" : "LBPSH_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HSCROLLSTATES ()" | |
}, | |
"LBPSHV_DISABLED": { | |
"prefix" : "LBPSHV", | |
"body" : "LBPSHV_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HVSCROLLSTATES ()" | |
}, | |
"LBPSHV_FOCUSED": { | |
"prefix" : "LBPSHV", | |
"body" : "LBPSHV_FOCUSED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HVSCROLLSTATES ()" | |
}, | |
"LBPSHV_HOT": { | |
"prefix" : "LBPSHV", | |
"body" : "LBPSHV_HOT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HVSCROLLSTATES ()" | |
}, | |
"LBPSHV_NORMAL": { | |
"prefix" : "LBPSHV", | |
"body" : "LBPSHV_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_HVSCROLLSTATES ()" | |
}, | |
"LBPSN_DISABLED": { | |
"prefix" : "LBPSN", | |
"body" : "LBPSN_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_NOSCROLLSTATES ()" | |
}, | |
"LBPSN_FOCUSED": { | |
"prefix" : "LBPSN", | |
"body" : "LBPSN_FOCUSED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_NOSCROLLSTATES ()" | |
}, | |
"LBPSN_HOT": { | |
"prefix" : "LBPSN", | |
"body" : "LBPSN_HOT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_NOSCROLLSTATES ()" | |
}, | |
"LBPSN_NORMAL": { | |
"prefix" : "LBPSN", | |
"body" : "LBPSN_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_NOSCROLLSTATES ()" | |
}, | |
"LBPSV_DISABLED": { | |
"prefix" : "LBPSV", | |
"body" : "LBPSV_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_VSCROLLSTATES ()" | |
}, | |
"LBPSV_FOCUSED": { | |
"prefix" : "LBPSV", | |
"body" : "LBPSV_FOCUSED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_VSCROLLSTATES ()" | |
}, | |
"LBPSV_HOT": { | |
"prefix" : "LBPSV", | |
"body" : "LBPSV_HOT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_VSCROLLSTATES ()" | |
}, | |
"LBPSV_NORMAL": { | |
"prefix" : "LBPSV", | |
"body" : "LBPSV_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - BORDER_VSCROLLSTATES ()" | |
}, | |
"LBPSI_HOT": { | |
"prefix" : "LBPSI", | |
"body" : "LBPSI_HOT := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - ITEMSTATES ()" | |
}, | |
"LBPSI_HOTSELECTED": { | |
"prefix" : "LBPSI", | |
"body" : "LBPSI_HOTSELECTED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - ITEMSTATES ()" | |
}, | |
"LBPSI_SELECTED": { | |
"prefix" : "LBPSI", | |
"body" : "LBPSI_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - ITEMSTATES ()" | |
}, | |
"LBPSI_SELECTEDNOTFOCUS": { | |
"prefix" : "LBPSI", | |
"body" : "LBPSI_SELECTEDNOTFOCUS := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - ITEMSTATES ()" | |
}, | |
"LBCP_BORDER_HSCROLL": { | |
"prefix" : "LBCP", | |
"body" : "LBCP_BORDER_HSCROLL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - LISTBOXPARTS ()" | |
}, | |
"LBCP_BORDER_HVSCROLL": { | |
"prefix" : "LBCP", | |
"body" : "LBCP_BORDER_HVSCROLL := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - LISTBOXPARTS ()" | |
}, | |
"LBCP_BORDER_NOSCROLL": { | |
"prefix" : "LBCP", | |
"body" : "LBCP_BORDER_NOSCROLL := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - LISTBOXPARTS ()" | |
}, | |
"LBCP_BORDER_VSCROLL": { | |
"prefix" : "LBCP", | |
"body" : "LBCP_BORDER_VSCROLL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - LISTBOXPARTS ()" | |
}, | |
"LBCP_ITEM": { | |
"prefix" : "LBCP", | |
"body" : "LBCP_ITEM := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListBox - LISTBOXPARTS ()" | |
}, | |
"LVCB_HOVER": { | |
"prefix" : "LVCB", | |
"body" : "LVCB_HOVER := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - COLLAPSEBUTTONSTATES ()" | |
}, | |
"LVCB_NORMAL": { | |
"prefix" : "LVCB", | |
"body" : "LVCB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - COLLAPSEBUTTONSTATES ()" | |
}, | |
"LVCB_PUSHED": { | |
"prefix" : "LVCB", | |
"body" : "LVCB_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - COLLAPSEBUTTONSTATES ()" | |
}, | |
"LVEB_HOVER": { | |
"prefix" : "LVEB", | |
"body" : "LVEB_HOVER := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - EXPANDBUTTONSTATES ()" | |
}, | |
"LVEB_NORMAL": { | |
"prefix" : "LVEB", | |
"body" : "LVEB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - EXPANDBUTTONSTATES ()" | |
}, | |
"LVEB_PUSHED": { | |
"prefix" : "LVEB", | |
"body" : "LVEB_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - EXPANDBUTTONSTATES ()" | |
}, | |
"LVGHL_CLOSE": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSE := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSEHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSEHOT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSEMIXEDSELECTION": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSEMIXEDSELECTION := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSEMIXEDSELECTIONHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSEMIXEDSELECTIONHOT := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSESELECTED": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSESELECTED := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSESELECTEDHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSESELECTEDHOT := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSESELECTEDNOTFOCUSED": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSESELECTEDNOTFOCUSED := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_CLOSESELECTEDNOTFOCUSEDHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_CLOSESELECTEDNOTFOCUSEDHOT := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPEN": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPEN := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENMIXEDSELECTION": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENMIXEDSELECTION := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENMIXEDSELECTIONHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENMIXEDSELECTIONHOT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENSELECTED": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENSELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENSELECTEDHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENSELECTEDHOT := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENSELECTEDNOTFOCUSED": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENSELECTEDNOTFOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGHL_OPENSELECTEDNOTFOCUSEDHOT": { | |
"prefix" : "LVGHL", | |
"body" : "LVGHL_OPENSELECTEDNOTFOCUSEDHOT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERLINESTATES ()" | |
}, | |
"LVGH_CLOSE": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSE := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSEHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSEHOT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSEMIXEDSELECTION": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSEMIXEDSELECTION := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSEMIXEDSELECTIONHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSEMIXEDSELECTIONHOT := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSESELECTED": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSESELECTED := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSESELECTEDHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSESELECTEDHOT := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSESELECTEDNOTFOCUSED": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSESELECTEDNOTFOCUSED := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_CLOSESELECTEDNOTFOCUSEDHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_CLOSESELECTEDNOTFOCUSEDHOT := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPEN": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPEN := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENMIXEDSELECTION": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENMIXEDSELECTION := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENMIXEDSELECTIONHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENMIXEDSELECTIONHOT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENSELECTED": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENSELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENSELECTEDHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENSELECTEDHOT := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENSELECTEDNOTFOCUSED": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENSELECTEDNOTFOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LVGH_OPENSELECTEDNOTFOCUSEDHOT": { | |
"prefix" : "LVGH", | |
"body" : "LVGH_OPENSELECTEDNOTFOCUSEDHOT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - GROUPHEADERSTATES ()" | |
}, | |
"LISS_DISABLED": { | |
"prefix" : "LISS", | |
"body" : "LISS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTITEMSTATES ()" | |
}, | |
"LISS_HOT": { | |
"prefix" : "LISS", | |
"body" : "LISS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTITEMSTATES ()" | |
}, | |
"LISS_HOTSELECTED": { | |
"prefix" : "LISS", | |
"body" : "LISS_HOTSELECTED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTITEMSTATES ()" | |
}, | |
"LISS_NORMAL": { | |
"prefix" : "LISS", | |
"body" : "LISS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTITEMSTATES ()" | |
}, | |
"LISS_SELECTED": { | |
"prefix" : "LISS", | |
"body" : "LISS_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTITEMSTATES ()" | |
}, | |
"LISS_SELECTEDNOTFOCUS": { | |
"prefix" : "LISS", | |
"body" : "LISS_SELECTEDNOTFOCUS := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTITEMSTATES ()" | |
}, | |
"LVP_COLLAPSEBUTTON": { | |
"prefix" : "LVP", | |
"body" : "LVP_COLLAPSEBUTTON := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_COLUMNDETAIL": { | |
"prefix" : "LVP", | |
"body" : "LVP_COLUMNDETAIL := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_EMPTYTEXT": { | |
"prefix" : "LVP", | |
"body" : "LVP_EMPTYTEXT := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_EXPANDBUTTON": { | |
"prefix" : "LVP", | |
"body" : "LVP_EXPANDBUTTON := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_GROUPHEADER": { | |
"prefix" : "LVP", | |
"body" : "LVP_GROUPHEADER := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_GROUPHEADERLINE": { | |
"prefix" : "LVP", | |
"body" : "LVP_GROUPHEADERLINE := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_LISTDETAIL": { | |
"prefix" : "LVP", | |
"body" : "LVP_LISTDETAIL := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_LISTGROUP": { | |
"prefix" : "LVP", | |
"body" : "LVP_LISTGROUP := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_LISTITEM": { | |
"prefix" : "LVP", | |
"body" : "LVP_LISTITEM := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"LVP_LISTSORTEDDETAIL": { | |
"prefix" : "LVP", | |
"body" : "LVP_LISTSORTEDDETAIL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ListView - LISTVIEWPARTS ()" | |
}, | |
"MB_ACTIVE": { | |
"prefix" : "MB", | |
"body" : "MB_ACTIVE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARBACKGROUNDSTATES ()" | |
}, | |
"MB_INACTIVE": { | |
"prefix" : "MB", | |
"body" : "MB_INACTIVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARBACKGROUNDSTATES ()" | |
}, | |
"MBI_DISABLED": { | |
"prefix" : "MBI", | |
"body" : "MBI_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARITEMSTATES ()" | |
}, | |
"MBI_DISABLEDHOT": { | |
"prefix" : "MBI", | |
"body" : "MBI_DISABLEDHOT := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARITEMSTATES ()" | |
}, | |
"MBI_DISABLEDPUSHED": { | |
"prefix" : "MBI", | |
"body" : "MBI_DISABLEDPUSHED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARITEMSTATES ()" | |
}, | |
"MBI_HOT": { | |
"prefix" : "MBI", | |
"body" : "MBI_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARITEMSTATES ()" | |
}, | |
"MBI_NORMAL": { | |
"prefix" : "MBI", | |
"body" : "MBI_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARITEMSTATES ()" | |
}, | |
"MBI_PUSHED": { | |
"prefix" : "MBI", | |
"body" : "MBI_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - BARITEMSTATES ()" | |
}, | |
"MENU_BARBACKGROUND": { | |
"prefix" : "MENU", | |
"body" : "MENU_BARBACKGROUND := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_BARITEM": { | |
"prefix" : "MENU", | |
"body" : "MENU_BARITEM := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_CHEVRON_TMSCHEMA": { | |
"prefix" : "MENU", | |
"body" : "MENU_CHEVRON_TMSCHEMA := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_MENUBARDROPDOWN_TMSCHEMA": { | |
"prefix" : "MENU", | |
"body" : "MENU_MENUBARDROPDOWN_TMSCHEMA := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_MENUBARITEM_TMSCHEMA": { | |
"prefix" : "MENU", | |
"body" : "MENU_MENUBARITEM_TMSCHEMA := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_MENUDROPDOWN_TMSCHEMA": { | |
"prefix" : "MENU", | |
"body" : "MENU_MENUDROPDOWN_TMSCHEMA := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_MENUITEM_TMSCHEMA": { | |
"prefix" : "MENU", | |
"body" : "MENU_MENUITEM_TMSCHEMA := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPBACKGROUND": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPBACKGROUND := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPBORDERS": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPBORDERS := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPCHECK": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPCHECK := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPCHECKBACKGROUND": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPCHECKBACKGROUND := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPGUTTER": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPGUTTER := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPITEM": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPITEM := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPSEPARATOR": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPSEPARATOR := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_POPUPSUBMENU": { | |
"prefix" : "MENU", | |
"body" : "MENU_POPUPSUBMENU := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_SEPARATOR_TMSCHEMA": { | |
"prefix" : "MENU", | |
"body" : "MENU_SEPARATOR_TMSCHEMA := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_SYSTEMCLOSE": { | |
"prefix" : "MENU", | |
"body" : "MENU_SYSTEMCLOSE := 17", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_SYSTEMMAXIMIZE": { | |
"prefix" : "MENU", | |
"body" : "MENU_SYSTEMMAXIMIZE := 18", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_SYSTEMMINIMIZE": { | |
"prefix" : "MENU", | |
"body" : "MENU_SYSTEMMINIMIZE := 19", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MENU_SYSTEMRESTORE": { | |
"prefix" : "MENU", | |
"body" : "MENU_SYSTEMRESTORE := 20", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - MENUPARTS ()" | |
}, | |
"MCB_BITMAP": { | |
"prefix" : "MCB", | |
"body" : "MCB_BITMAP := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKBACKGROUNDSTATES ()" | |
}, | |
"MCB_DISABLED": { | |
"prefix" : "MCB", | |
"body" : "MCB_DISABLED := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKBACKGROUNDSTATES ()" | |
}, | |
"MCB_NORMAL": { | |
"prefix" : "MCB", | |
"body" : "MCB_NORMAL := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKBACKGROUNDSTATES ()" | |
}, | |
"MC_BULLETDISABLED": { | |
"prefix" : "MC", | |
"body" : "MC_BULLETDISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKSTATES ()" | |
}, | |
"MC_BULLETNORMAL": { | |
"prefix" : "MC", | |
"body" : "MC_BULLETNORMAL := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKSTATES ()" | |
}, | |
"MC_CHECKMARKDISABLED": { | |
"prefix" : "MC", | |
"body" : "MC_CHECKMARKDISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKSTATES ()" | |
}, | |
"MC_CHECKMARKNORMAL": { | |
"prefix" : "MC", | |
"body" : "MC_CHECKMARKNORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPCHECKSTATES ()" | |
}, | |
"MPI_DISABLED": { | |
"prefix" : "MPI", | |
"body" : "MPI_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPITEMSTATES ()" | |
}, | |
"MPI_DISABLEDHOT": { | |
"prefix" : "MPI", | |
"body" : "MPI_DISABLEDHOT := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPITEMSTATES ()" | |
}, | |
"MPI_HOT": { | |
"prefix" : "MPI", | |
"body" : "MPI_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPITEMSTATES ()" | |
}, | |
"MPI_NORMAL": { | |
"prefix" : "MPI", | |
"body" : "MPI_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPITEMSTATES ()" | |
}, | |
"MSM_DISABLED": { | |
"prefix" : "MSM", | |
"body" : "MSM_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPSUBMENUSTATES ()" | |
}, | |
"MSM_NORMAL": { | |
"prefix" : "MSM", | |
"body" : "MSM_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - POPUPSUBMENUSTATES ()" | |
}, | |
"MSYSC_DISABLED": { | |
"prefix" : "MSYSC", | |
"body" : "MSYSC_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMCLOSESTATES ()" | |
}, | |
"MSYSC_NORMAL": { | |
"prefix" : "MSYSC", | |
"body" : "MSYSC_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMCLOSESTATES ()" | |
}, | |
"MSYSMX_DISABLED": { | |
"prefix" : "MSYSMX", | |
"body" : "MSYSMX_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMMAXIMIZESTATES ()" | |
}, | |
"MSYSMX_NORMAL": { | |
"prefix" : "MSYSMX", | |
"body" : "MSYSMX_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMMAXIMIZESTATES ()" | |
}, | |
"MSYSMN_DISABLED": { | |
"prefix" : "MSYSMN", | |
"body" : "MSYSMN_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMMINIMIZESTATES ()" | |
}, | |
"MSYSMN_NORMAL": { | |
"prefix" : "MSYSMN", | |
"body" : "MSYSMN_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMMINIMIZESTATES ()" | |
}, | |
"MSYSR_DISABLED": { | |
"prefix" : "MSYSR", | |
"body" : "MSYSR_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMRESTORESTATES ()" | |
}, | |
"MSYSR_NORMAL": { | |
"prefix" : "MSYSR", | |
"body" : "MSYSR_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Menu - SYSTEMRESTORESTATES ()" | |
}, | |
"NAV_BB_DISABLED": { | |
"prefix" : "NAV", | |
"body" : "NAV_BB_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_BACKBUTTONSTATES ()" | |
}, | |
"NAV_BB_HOT": { | |
"prefix" : "NAV", | |
"body" : "NAV_BB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_BACKBUTTONSTATES ()" | |
}, | |
"NAV_BB_NORMAL": { | |
"prefix" : "NAV", | |
"body" : "NAV_BB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_BACKBUTTONSTATES ()" | |
}, | |
"NAV_BB_PRESSED": { | |
"prefix" : "NAV", | |
"body" : "NAV_BB_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_BACKBUTTONSTATES ()" | |
}, | |
"NAV_FB_DISABLED": { | |
"prefix" : "NAV", | |
"body" : "NAV_FB_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_FORWARDBUTTONSTATES ()" | |
}, | |
"NAV_FB_HOT": { | |
"prefix" : "NAV", | |
"body" : "NAV_FB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_FORWARDBUTTONSTATES ()" | |
}, | |
"NAV_FB_NORMAL": { | |
"prefix" : "NAV", | |
"body" : "NAV_FB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_FORWARDBUTTONSTATES ()" | |
}, | |
"NAV_FB_PRESSED": { | |
"prefix" : "NAV", | |
"body" : "NAV_FB_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_FORWARDBUTTONSTATES ()" | |
}, | |
"NAV_MB_DISABLED": { | |
"prefix" : "NAV", | |
"body" : "NAV_MB_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_MENUBUTTONSTATES ()" | |
}, | |
"NAV_MB_HOT": { | |
"prefix" : "NAV", | |
"body" : "NAV_MB_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_MENUBUTTONSTATES ()" | |
}, | |
"NAV_MB_NORMAL": { | |
"prefix" : "NAV", | |
"body" : "NAV_MB_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_MENUBUTTONSTATES ()" | |
}, | |
"NAV_MB_PRESSED": { | |
"prefix" : "NAV", | |
"body" : "NAV_MB_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAV_MENUBUTTONSTATES ()" | |
}, | |
"NAV_BACKBUTTON": { | |
"prefix" : "NAV", | |
"body" : "NAV_BACKBUTTON := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAVIGATIONPARTS ()" | |
}, | |
"NAV_FORWARDBUTTON": { | |
"prefix" : "NAV", | |
"body" : "NAV_FORWARDBUTTON := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAVIGATIONPARTS ()" | |
}, | |
"NAV_MENUBUTTON": { | |
"prefix" : "NAV", | |
"body" : "NAV_MENUBUTTON := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Navigation - NAVIGATIONPARTS ()" | |
}, | |
"PBFS_ERROR": { | |
"prefix" : "PBFS", | |
"body" : "PBFS_ERROR := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLSTATES ()" | |
}, | |
"PBFS_NORMAL": { | |
"prefix" : "PBFS", | |
"body" : "PBFS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLSTATES ()" | |
}, | |
"PBFS_PARTIAL": { | |
"prefix" : "PBFS", | |
"body" : "PBFS_PARTIAL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLSTATES ()" | |
}, | |
"PBFS_PAUSED": { | |
"prefix" : "PBFS", | |
"body" : "PBFS_PAUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLSTATES ()" | |
}, | |
"PBFVS_ERROR": { | |
"prefix" : "PBFVS", | |
"body" : "PBFVS_ERROR := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLVERTSTATES ()" | |
}, | |
"PBFVS_NORMAL": { | |
"prefix" : "PBFVS", | |
"body" : "PBFVS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLVERTSTATES ()" | |
}, | |
"PBFVS_PARTIAL": { | |
"prefix" : "PBFVS", | |
"body" : "PBFVS_PARTIAL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLVERTSTATES ()" | |
}, | |
"PBFVS_PAUSED": { | |
"prefix" : "PBFVS", | |
"body" : "PBFVS_PAUSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - FILLVERTSTATES ()" | |
}, | |
"PP_BAR": { | |
"prefix" : "PP", | |
"body" : "PP_BAR := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_BARVERT": { | |
"prefix" : "PP", | |
"body" : "PP_BARVERT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_CHUNK": { | |
"prefix" : "PP", | |
"body" : "PP_CHUNK := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_CHUNKVERT": { | |
"prefix" : "PP", | |
"body" : "PP_CHUNKVERT := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_FILL": { | |
"prefix" : "PP", | |
"body" : "PP_FILL := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_FILLVERT": { | |
"prefix" : "PP", | |
"body" : "PP_FILLVERT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_MOVEOVERLAY": { | |
"prefix" : "PP", | |
"body" : "PP_MOVEOVERLAY := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_MOVEOVERLAYVERT": { | |
"prefix" : "PP", | |
"body" : "PP_MOVEOVERLAYVERT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_PULSEOVERLAY": { | |
"prefix" : "PP", | |
"body" : "PP_PULSEOVERLAY := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_PULSEOVERLAYVERT": { | |
"prefix" : "PP", | |
"body" : "PP_PULSEOVERLAYVERT := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_TRANSPARENTBAR": { | |
"prefix" : "PP", | |
"body" : "PP_TRANSPARENTBAR := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PP_TRANSPARENTBARVERT": { | |
"prefix" : "PP", | |
"body" : "PP_TRANSPARENTBARVERT := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - PROGRESSPARTS ()" | |
}, | |
"PBBS_NORMAL": { | |
"prefix" : "PBBS", | |
"body" : "PBBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - TRANSPARENTBARSTATES ()" | |
}, | |
"PBBS_PARTIAL": { | |
"prefix" : "PBBS", | |
"body" : "PBBS_PARTIAL := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - TRANSPARENTBARSTATES ()" | |
}, | |
"PBBVS_NORMAL": { | |
"prefix" : "PBBVS", | |
"body" : "PBBVS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - TRANSPARENTBARVERTSTATES ()" | |
}, | |
"PBBVS_PARTIAL": { | |
"prefix" : "PBBVS", | |
"body" : "PBBVS_PARTIAL := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Progress - TRANSPARENTBARVERTSTATES ()" | |
}, | |
"CHEVS_HOT": { | |
"prefix" : "CHEVS", | |
"body" : "CHEVS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - CHEVRONSTATES ()" | |
}, | |
"CHEVS_NORMAL": { | |
"prefix" : "CHEVS", | |
"body" : "CHEVS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - CHEVRONSTATES ()" | |
}, | |
"CHEVS_PRESSED": { | |
"prefix" : "CHEVS", | |
"body" : "CHEVS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - CHEVRONSTATES ()" | |
}, | |
"CHEVSV_HOT": { | |
"prefix" : "CHEVSV", | |
"body" : "CHEVSV_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - CHEVRONVERTSTATES ()" | |
}, | |
"CHEVSV_NORMAL": { | |
"prefix" : "CHEVSV", | |
"body" : "CHEVSV_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - CHEVRONVERTSTATES ()" | |
}, | |
"CHEVSV_PRESSED": { | |
"prefix" : "CHEVSV", | |
"body" : "CHEVSV_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - CHEVRONVERTSTATES ()" | |
}, | |
"RP_BACKGROUND": { | |
"prefix" : "RP", | |
"body" : "RP_BACKGROUND := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_BAND": { | |
"prefix" : "RP", | |
"body" : "RP_BAND := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_CHEVRON": { | |
"prefix" : "RP", | |
"body" : "RP_CHEVRON := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_CHEVRONVERT": { | |
"prefix" : "RP", | |
"body" : "RP_CHEVRONVERT := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_GRIPPER": { | |
"prefix" : "RP", | |
"body" : "RP_GRIPPER := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_GRIPPERVERT": { | |
"prefix" : "RP", | |
"body" : "RP_GRIPPERVERT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_SPLITTER": { | |
"prefix" : "RP", | |
"body" : "RP_SPLITTER := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"RP_SPLITTERVERT": { | |
"prefix" : "RP", | |
"body" : "RP_SPLITTERVERT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - REBARPARTS ()" | |
}, | |
"SPLITS_HOT": { | |
"prefix" : "SPLITS", | |
"body" : "SPLITS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - SPLITTERSTATES ()" | |
}, | |
"SPLITS_NORMAL": { | |
"prefix" : "SPLITS", | |
"body" : "SPLITS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - SPLITTERSTATES ()" | |
}, | |
"SPLITS_PRESSED": { | |
"prefix" : "SPLITS", | |
"body" : "SPLITS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - SPLITTERSTATES ()" | |
}, | |
"SPLITSV_HOT": { | |
"prefix" : "SPLITSV", | |
"body" : "SPLITSV_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - SPLITTERVERTSTATES ()" | |
}, | |
"SPLITSV_NORMAL": { | |
"prefix" : "SPLITSV", | |
"body" : "SPLITSV_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - SPLITTERVERTSTATES ()" | |
}, | |
"SPLITSV_PRESSED": { | |
"prefix" : "SPLITSV", | |
"body" : "SPLITSV_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ReBar - SPLITTERVERTSTATES ()" | |
}, | |
"ABS_DOWNDISABLED": { | |
"prefix" : "ABS", | |
"body" : "ABS_DOWNDISABLED := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_DOWNHOT": { | |
"prefix" : "ABS", | |
"body" : "ABS_DOWNHOT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_DOWNHOVER": { | |
"prefix" : "ABS", | |
"body" : "ABS_DOWNHOVER := 18", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_DOWNNORMAL": { | |
"prefix" : "ABS", | |
"body" : "ABS_DOWNNORMAL := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_DOWNPRESSED": { | |
"prefix" : "ABS", | |
"body" : "ABS_DOWNPRESSED := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_LEFTDISABLED": { | |
"prefix" : "ABS", | |
"body" : "ABS_LEFTDISABLED := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_LEFTHOT": { | |
"prefix" : "ABS", | |
"body" : "ABS_LEFTHOT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_LEFTHOVER": { | |
"prefix" : "ABS", | |
"body" : "ABS_LEFTHOVER := 19", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_LEFTNORMAL": { | |
"prefix" : "ABS", | |
"body" : "ABS_LEFTNORMAL := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_LEFTPRESSED": { | |
"prefix" : "ABS", | |
"body" : "ABS_LEFTPRESSED := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_RIGHTDISABLED": { | |
"prefix" : "ABS", | |
"body" : "ABS_RIGHTDISABLED := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_RIGHTHOT": { | |
"prefix" : "ABS", | |
"body" : "ABS_RIGHTHOT := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_RIGHTHOVER": { | |
"prefix" : "ABS", | |
"body" : "ABS_RIGHTHOVER := 20", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_RIGHTNORMAL": { | |
"prefix" : "ABS", | |
"body" : "ABS_RIGHTNORMAL := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_RIGHTPRESSED": { | |
"prefix" : "ABS", | |
"body" : "ABS_RIGHTPRESSED := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_UPDISABLED": { | |
"prefix" : "ABS", | |
"body" : "ABS_UPDISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_UPHOT": { | |
"prefix" : "ABS", | |
"body" : "ABS_UPHOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_UPHOVER": { | |
"prefix" : "ABS", | |
"body" : "ABS_UPHOVER := 17", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_UPNORMAL": { | |
"prefix" : "ABS", | |
"body" : "ABS_UPNORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"ABS_UPPRESSED": { | |
"prefix" : "ABS", | |
"body" : "ABS_UPPRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - ARROWBTNSTATES ()" | |
}, | |
"SBP_ARROWBTN": { | |
"prefix" : "SBP", | |
"body" : "SBP_ARROWBTN := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_GRIPPERHORZ": { | |
"prefix" : "SBP", | |
"body" : "SBP_GRIPPERHORZ := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_GRIPPERVERT": { | |
"prefix" : "SBP", | |
"body" : "SBP_GRIPPERVERT := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_LOWERTRACKHORZ": { | |
"prefix" : "SBP", | |
"body" : "SBP_LOWERTRACKHORZ := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_LOWERTRACKVERT": { | |
"prefix" : "SBP", | |
"body" : "SBP_LOWERTRACKVERT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_SIZEBOX": { | |
"prefix" : "SBP", | |
"body" : "SBP_SIZEBOX := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_THUMBBTNHORZ": { | |
"prefix" : "SBP", | |
"body" : "SBP_THUMBBTNHORZ := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_THUMBBTNVERT": { | |
"prefix" : "SBP", | |
"body" : "SBP_THUMBBTNVERT := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_UPPERTRACKHORZ": { | |
"prefix" : "SBP", | |
"body" : "SBP_UPPERTRACKHORZ := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SBP_UPPERTRACKVERT": { | |
"prefix" : "SBP", | |
"body" : "SBP_UPPERTRACKVERT := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARPARTS ()" | |
}, | |
"SCRBS_DISABLED": { | |
"prefix" : "SCRBS", | |
"body" : "SCRBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARSTYLESTATES ()" | |
}, | |
"SCRBS_HOT": { | |
"prefix" : "SCRBS", | |
"body" : "SCRBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARSTYLESTATES ()" | |
}, | |
"SCRBS_HOVER": { | |
"prefix" : "SCRBS", | |
"body" : "SCRBS_HOVER := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARSTYLESTATES ()" | |
}, | |
"SCRBS_NORMAL": { | |
"prefix" : "SCRBS", | |
"body" : "SCRBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARSTYLESTATES ()" | |
}, | |
"SCRBS_PRESSED": { | |
"prefix" : "SCRBS", | |
"body" : "SCRBS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SCROLLBARSTYLESTATES ()" | |
}, | |
"SZB_HALFBOTTOMLEFTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_HALFBOTTOMLEFTALIGN := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_HALFBOTTOMRIGHTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_HALFBOTTOMRIGHTALIGN := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_HALFTOPLEFTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_HALFTOPLEFTALIGN := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_HALFTOPRIGHTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_HALFTOPRIGHTALIGN := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_LEFTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_LEFTALIGN := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_RIGHTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_RIGHTALIGN := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_TOPLEFTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_TOPLEFTALIGN := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"SZB_TOPRIGHTALIGN": { | |
"prefix" : "SZB", | |
"body" : "SZB_TOPRIGHTALIGN := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ScrollBar - SIZEBOXSTATES ()" | |
}, | |
"TUBS_DISABLED": { | |
"prefix" : "TUBS", | |
"body" : "TUBS_DISABLED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBBOTTOMSTATES ()" | |
}, | |
"TUBS_FOCUSED": { | |
"prefix" : "TUBS", | |
"body" : "TUBS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBBOTTOMSTATES ()" | |
}, | |
"TUBS_HOT": { | |
"prefix" : "TUBS", | |
"body" : "TUBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBBOTTOMSTATES ()" | |
}, | |
"TUBS_NORMAL": { | |
"prefix" : "TUBS", | |
"body" : "TUBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBBOTTOMSTATES ()" | |
}, | |
"TUBS_PRESSED": { | |
"prefix" : "TUBS", | |
"body" : "TUBS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBBOTTOMSTATES ()" | |
}, | |
"TUVLS_DISABLED": { | |
"prefix" : "TUVLS", | |
"body" : "TUVLS_DISABLED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBLEFTSTATES ()" | |
}, | |
"TUVLS_FOCUSED": { | |
"prefix" : "TUVLS", | |
"body" : "TUVLS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBLEFTSTATES ()" | |
}, | |
"TUVLS_HOT": { | |
"prefix" : "TUVLS", | |
"body" : "TUVLS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBLEFTSTATES ()" | |
}, | |
"TUVLS_NORMAL": { | |
"prefix" : "TUVLS", | |
"body" : "TUVLS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBLEFTSTATES ()" | |
}, | |
"TUVLS_PRESSED": { | |
"prefix" : "TUVLS", | |
"body" : "TUVLS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBLEFTSTATES ()" | |
}, | |
"TUVRS_DISABLED": { | |
"prefix" : "TUVRS", | |
"body" : "TUVRS_DISABLED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBRIGHTSTATES ()" | |
}, | |
"TUVRS_FOCUSED": { | |
"prefix" : "TUVRS", | |
"body" : "TUVRS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBRIGHTSTATES ()" | |
}, | |
"TUVRS_HOT": { | |
"prefix" : "TUVRS", | |
"body" : "TUVRS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBRIGHTSTATES ()" | |
}, | |
"TUVRS_NORMAL": { | |
"prefix" : "TUVRS", | |
"body" : "TUVRS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBRIGHTSTATES ()" | |
}, | |
"TUVRS_PRESSED": { | |
"prefix" : "TUVRS", | |
"body" : "TUVRS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBRIGHTSTATES ()" | |
}, | |
"TUS_DISABLED": { | |
"prefix" : "TUS", | |
"body" : "TUS_DISABLED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBSTATES ()" | |
}, | |
"TUS_FOCUSED": { | |
"prefix" : "TUS", | |
"body" : "TUS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBSTATES ()" | |
}, | |
"TUS_HOT": { | |
"prefix" : "TUS", | |
"body" : "TUS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBSTATES ()" | |
}, | |
"TUS_NORMAL": { | |
"prefix" : "TUS", | |
"body" : "TUS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBSTATES ()" | |
}, | |
"TUS_PRESSED": { | |
"prefix" : "TUS", | |
"body" : "TUS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBSTATES ()" | |
}, | |
"TUTS_DISABLED": { | |
"prefix" : "TUTS", | |
"body" : "TUTS_DISABLED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBTOPSTATES ()" | |
}, | |
"TUTS_FOCUSED": { | |
"prefix" : "TUTS", | |
"body" : "TUTS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBTOPSTATES ()" | |
}, | |
"TUTS_HOT": { | |
"prefix" : "TUTS", | |
"body" : "TUTS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBTOPSTATES ()" | |
}, | |
"TUTS_NORMAL": { | |
"prefix" : "TUTS", | |
"body" : "TUTS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBTOPSTATES ()" | |
}, | |
"TUTS_PRESSED": { | |
"prefix" : "TUTS", | |
"body" : "TUTS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBTOPSTATES ()" | |
}, | |
"TUVS_DISABLED": { | |
"prefix" : "TUVS", | |
"body" : "TUVS_DISABLED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBVERTSTATES ()" | |
}, | |
"TUVS_FOCUSED": { | |
"prefix" : "TUVS", | |
"body" : "TUVS_FOCUSED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBVERTSTATES ()" | |
}, | |
"TUVS_HOT": { | |
"prefix" : "TUVS", | |
"body" : "TUVS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBVERTSTATES ()" | |
}, | |
"TUVS_NORMAL": { | |
"prefix" : "TUVS", | |
"body" : "TUVS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBVERTSTATES ()" | |
}, | |
"TUVS_PRESSED": { | |
"prefix" : "TUVS", | |
"body" : "TUVS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - THUMBVERTSTATES ()" | |
}, | |
"TSS_NORMAL": { | |
"prefix" : "TSS", | |
"body" : "TSS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TICSSTATES ()" | |
}, | |
"TSVS_NORMAL": { | |
"prefix" : "TSVS", | |
"body" : "TSVS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TICSVERTSTATES ()" | |
}, | |
"TKP_THUMB": { | |
"prefix" : "TKP", | |
"body" : "TKP_THUMB := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_THUMBBOTTOM": { | |
"prefix" : "TKP", | |
"body" : "TKP_THUMBBOTTOM := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_THUMBLEFT": { | |
"prefix" : "TKP", | |
"body" : "TKP_THUMBLEFT := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_THUMBRIGHT": { | |
"prefix" : "TKP", | |
"body" : "TKP_THUMBRIGHT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_THUMBTOP": { | |
"prefix" : "TKP", | |
"body" : "TKP_THUMBTOP := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_THUMBVERT": { | |
"prefix" : "TKP", | |
"body" : "TKP_THUMBVERT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_TICS": { | |
"prefix" : "TKP", | |
"body" : "TKP_TICS := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_TICSVERT": { | |
"prefix" : "TKP", | |
"body" : "TKP_TICSVERT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_TRACK": { | |
"prefix" : "TKP", | |
"body" : "TKP_TRACK := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKP_TRACKVERT": { | |
"prefix" : "TKP", | |
"body" : "TKP_TRACKVERT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARPARTS ()" | |
}, | |
"TKS_NORMAL": { | |
"prefix" : "TKS", | |
"body" : "TKS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKBARSTYLESTATES ()" | |
}, | |
"TRS_NORMAL": { | |
"prefix" : "TRS", | |
"body" : "TRS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKSTATES ()" | |
}, | |
"TRVS_NORMAL": { | |
"prefix" : "TRVS", | |
"body" : "TRVS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Slider - TRACKVERTSTATES ()" | |
}, | |
"SP_GRIPPER": { | |
"prefix" : "SP", | |
"body" : "SP_GRIPPER := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - StatusBar - STATUSPARTS ()" | |
}, | |
"SP_GRIPPERPANE": { | |
"prefix" : "SP", | |
"body" : "SP_GRIPPERPANE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - StatusBar - STATUSPARTS ()" | |
}, | |
"SP_PANE": { | |
"prefix" : "SP", | |
"body" : "SP_PANE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - StatusBar - STATUSPARTS ()" | |
}, | |
"TIBES_DISABLED": { | |
"prefix" : "TIBES", | |
"body" : "TIBES_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMBOTHEDGESTATES ()" | |
}, | |
"TIBES_FOCUSED": { | |
"prefix" : "TIBES", | |
"body" : "TIBES_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMBOTHEDGESTATES ()" | |
}, | |
"TIBES_HOT": { | |
"prefix" : "TIBES", | |
"body" : "TIBES_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMBOTHEDGESTATES ()" | |
}, | |
"TIBES_NORMAL": { | |
"prefix" : "TIBES", | |
"body" : "TIBES_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMBOTHEDGESTATES ()" | |
}, | |
"TIBES_SELECTED": { | |
"prefix" : "TIBES", | |
"body" : "TIBES_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMBOTHEDGESTATES ()" | |
}, | |
"TILES_DISABLED": { | |
"prefix" : "TILES", | |
"body" : "TILES_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMLEFTEDGESTATES ()" | |
}, | |
"TILES_FOCUSED": { | |
"prefix" : "TILES", | |
"body" : "TILES_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMLEFTEDGESTATES ()" | |
}, | |
"TILES_HOT": { | |
"prefix" : "TILES", | |
"body" : "TILES_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMLEFTEDGESTATES ()" | |
}, | |
"TILES_NORMAL": { | |
"prefix" : "TILES", | |
"body" : "TILES_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMLEFTEDGESTATES ()" | |
}, | |
"TILES_SELECTED": { | |
"prefix" : "TILES", | |
"body" : "TILES_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMLEFTEDGESTATES ()" | |
}, | |
"TIRES_DISABLED": { | |
"prefix" : "TIRES", | |
"body" : "TIRES_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMRIGHTEDGESTATES ()" | |
}, | |
"TIRES_FOCUSED": { | |
"prefix" : "TIRES", | |
"body" : "TIRES_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMRIGHTEDGESTATES ()" | |
}, | |
"TIRES_HOT": { | |
"prefix" : "TIRES", | |
"body" : "TIRES_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMRIGHTEDGESTATES ()" | |
}, | |
"TIRES_NORMAL": { | |
"prefix" : "TIRES", | |
"body" : "TIRES_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMRIGHTEDGESTATES ()" | |
}, | |
"TIRES_SELECTED": { | |
"prefix" : "TIRES", | |
"body" : "TIRES_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMRIGHTEDGESTATES ()" | |
}, | |
"TIS_DISABLED": { | |
"prefix" : "TIS", | |
"body" : "TIS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMSTATES ()" | |
}, | |
"TIS_FOCUSED": { | |
"prefix" : "TIS", | |
"body" : "TIS_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMSTATES ()" | |
}, | |
"TIS_HOT": { | |
"prefix" : "TIS", | |
"body" : "TIS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMSTATES ()" | |
}, | |
"TIS_NORMAL": { | |
"prefix" : "TIS", | |
"body" : "TIS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMSTATES ()" | |
}, | |
"TIS_SELECTED": { | |
"prefix" : "TIS", | |
"body" : "TIS_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABITEMSTATES ()" | |
}, | |
"TABP_AEROWIZARDBODY": { | |
"prefix" : "TABP", | |
"body" : "TABP_AEROWIZARDBODY := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_BODY": { | |
"prefix" : "TABP", | |
"body" : "TABP_BODY := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_PANE": { | |
"prefix" : "TABP", | |
"body" : "TABP_PANE := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TABITEM": { | |
"prefix" : "TABP", | |
"body" : "TABP_TABITEM := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TABITEMBOTHEDGE": { | |
"prefix" : "TABP", | |
"body" : "TABP_TABITEMBOTHEDGE := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TABITEMLEFTEDGE": { | |
"prefix" : "TABP", | |
"body" : "TABP_TABITEMLEFTEDGE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TABITEMRIGHTEDGE": { | |
"prefix" : "TABP", | |
"body" : "TABP_TABITEMRIGHTEDGE := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TOPTABITEM": { | |
"prefix" : "TABP", | |
"body" : "TABP_TOPTABITEM := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TOPTABITEMBOTHEDGE": { | |
"prefix" : "TABP", | |
"body" : "TABP_TOPTABITEMBOTHEDGE := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TOPTABITEMLEFTEDGE": { | |
"prefix" : "TABP", | |
"body" : "TABP_TOPTABITEMLEFTEDGE := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TABP_TOPTABITEMRIGHTEDGE": { | |
"prefix" : "TABP", | |
"body" : "TABP_TOPTABITEMRIGHTEDGE := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TABPARTS ()" | |
}, | |
"TTIBES_DISABLED": { | |
"prefix" : "TTIBES", | |
"body" : "TTIBES_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMBOTHEDGESTATES ()" | |
}, | |
"TTIBES_FOCUSED": { | |
"prefix" : "TTIBES", | |
"body" : "TTIBES_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMBOTHEDGESTATES ()" | |
}, | |
"TTIBES_HOT": { | |
"prefix" : "TTIBES", | |
"body" : "TTIBES_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMBOTHEDGESTATES ()" | |
}, | |
"TTIBES_NORMAL": { | |
"prefix" : "TTIBES", | |
"body" : "TTIBES_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMBOTHEDGESTATES ()" | |
}, | |
"TTIBES_SELECTED": { | |
"prefix" : "TTIBES", | |
"body" : "TTIBES_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMBOTHEDGESTATES ()" | |
}, | |
"TTILES_DISABLED": { | |
"prefix" : "TTILES", | |
"body" : "TTILES_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMLEFTEDGESTATES ()" | |
}, | |
"TTILES_FOCUSED": { | |
"prefix" : "TTILES", | |
"body" : "TTILES_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMLEFTEDGESTATES ()" | |
}, | |
"TTILES_HOT": { | |
"prefix" : "TTILES", | |
"body" : "TTILES_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMLEFTEDGESTATES ()" | |
}, | |
"TTILES_NORMAL": { | |
"prefix" : "TTILES", | |
"body" : "TTILES_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMLEFTEDGESTATES ()" | |
}, | |
"TTILES_SELECTED": { | |
"prefix" : "TTILES", | |
"body" : "TTILES_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMLEFTEDGESTATES ()" | |
}, | |
"TTIRES_DISABLED": { | |
"prefix" : "TTIRES", | |
"body" : "TTIRES_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMRIGHTEDGESTATES ()" | |
}, | |
"TTIRES_FOCUSED": { | |
"prefix" : "TTIRES", | |
"body" : "TTIRES_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMRIGHTEDGESTATES ()" | |
}, | |
"TTIRES_HOT": { | |
"prefix" : "TTIRES", | |
"body" : "TTIRES_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMRIGHTEDGESTATES ()" | |
}, | |
"TTIRES_NORMAL": { | |
"prefix" : "TTIRES", | |
"body" : "TTIRES_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMRIGHTEDGESTATES ()" | |
}, | |
"TTIRES_SELECTED": { | |
"prefix" : "TTIRES", | |
"body" : "TTIRES_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMRIGHTEDGESTATES ()" | |
}, | |
"TTIS_DISABLED": { | |
"prefix" : "TTIS", | |
"body" : "TTIS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMSTATES ()" | |
}, | |
"TTIS_FOCUSED": { | |
"prefix" : "TTIS", | |
"body" : "TTIS_FOCUSED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMSTATES ()" | |
}, | |
"TTIS_HOT": { | |
"prefix" : "TTIS", | |
"body" : "TTIS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMSTATES ()" | |
}, | |
"TTIS_NORMAL": { | |
"prefix" : "TTIS", | |
"body" : "TTIS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMSTATES ()" | |
}, | |
"TTIS_SELECTED": { | |
"prefix" : "TTIS", | |
"body" : "TTIS_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Tab - TOPTABITEMSTATES ()" | |
}, | |
"TDLGCPS_STANDALONE": { | |
"prefix" : "TDLGCPS", | |
"body" : "TDLGCPS_STANDALONE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - CONTENTPANESTATES ()" | |
}, | |
"TS_CONTROLLABEL_DISABLED": { | |
"prefix" : "TS", | |
"body" : "TS_CONTROLLABEL_DISABLED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - CONTROLLABELSTATES ()" | |
}, | |
"TS_CONTROLLABEL_NORMAL": { | |
"prefix" : "TS", | |
"body" : "TS_CONTROLLABEL_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - CONTROLLABELSTATES ()" | |
}, | |
"TDLGEBS_EXPANDEDHOVER": { | |
"prefix" : "TDLGEBS", | |
"body" : "TDLGEBS_EXPANDEDHOVER := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - EXPANDOBUTTONSTATES ()" | |
}, | |
"TDLGEBS_EXPANDEDNORMAL": { | |
"prefix" : "TDLGEBS", | |
"body" : "TDLGEBS_EXPANDEDNORMAL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - EXPANDOBUTTONSTATES ()" | |
}, | |
"TDLGEBS_EXPANDEDPRESSED": { | |
"prefix" : "TDLGEBS", | |
"body" : "TDLGEBS_EXPANDEDPRESSED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - EXPANDOBUTTONSTATES ()" | |
}, | |
"TDLGEBS_HOVER": { | |
"prefix" : "TDLGEBS", | |
"body" : "TDLGEBS_HOVER := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - EXPANDOBUTTONSTATES ()" | |
}, | |
"TDLGEBS_NORMAL": { | |
"prefix" : "TDLGEBS", | |
"body" : "TDLGEBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - EXPANDOBUTTONSTATES ()" | |
}, | |
"TDLGEBS_PRESSED": { | |
"prefix" : "TDLGEBS", | |
"body" : "TDLGEBS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - EXPANDOBUTTONSTATES ()" | |
}, | |
"TS_HYPERLINK_DISABLED": { | |
"prefix" : "TS", | |
"body" : "TS_HYPERLINK_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - HYPERLINKTEXTSTATES ()" | |
}, | |
"TS_HYPERLINK_HOT": { | |
"prefix" : "TS", | |
"body" : "TS_HYPERLINK_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - HYPERLINKTEXTSTATES ()" | |
}, | |
"TS_HYPERLINK_NORMAL": { | |
"prefix" : "TS", | |
"body" : "TS_HYPERLINK_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - HYPERLINKTEXTSTATES ()" | |
}, | |
"TS_HYPERLINK_PRESSED": { | |
"prefix" : "TS", | |
"body" : "TS_HYPERLINK_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - HYPERLINKTEXTSTATES ()" | |
}, | |
"TDLG_BUTTONSECTION": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_BUTTONSECTION := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_BUTTONWRAPPER": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_BUTTONWRAPPER := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_COMMANDLINKPANE": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_COMMANDLINKPANE := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_CONTENTICON": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_CONTENTICON := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_CONTENTPANE": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_CONTENTPANE := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_CONTROLPANE": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_CONTROLPANE := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_EXPANDEDCONTENT": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_EXPANDEDCONTENT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_EXPANDEDFOOTERAREA": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_EXPANDEDFOOTERAREA := 18", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_EXPANDOBUTTON": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_EXPANDOBUTTON := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_EXPANDOTEXT": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_EXPANDOTEXT := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_FOOTNOTEAREA": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_FOOTNOTEAREA := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_FOOTNOTEPANE": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_FOOTNOTEPANE := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_FOOTNOTESEPARATOR": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_FOOTNOTESEPARATOR := 17", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_IMAGEALIGNMENT": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_IMAGEALIGNMENT := 20", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_MAINICON": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_MAINICON := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_MAININSTRUCTIONPANE": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_MAININSTRUCTIONPANE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_PRIMARYPANEL": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_PRIMARYPANEL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_PROGRESSBAR": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_PROGRESSBAR := 19", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_RADIOBUTTONPANE": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_RADIOBUTTONPANE := 21", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_SECONDARYPANEL": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_SECONDARYPANEL := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TDLG_VERIFICATIONTEXT": { | |
"prefix" : "TDLG", | |
"body" : "TDLG_VERIFICATIONTEXT := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TASKDIALOGPARTS ()" | |
}, | |
"TEXT_BODYTEXT": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_BODYTEXT := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_BODYTITLE": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_BODYTITLE := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_CONTROLLABEL": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_CONTROLLABEL := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_EXPANDED": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_EXPANDED := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_HYPERLINKTEXT": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_HYPERLINKTEXT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_INSTRUCTION": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_INSTRUCTION := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_LABEL": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_LABEL := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_MAININSTRUCTION": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_MAININSTRUCTION := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TEXT_SECONDARYTEXT": { | |
"prefix" : "TEXT", | |
"body" : "TEXT_SECONDARYTEXT := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TaskDialog - TEXTSTYLEPARTS ()" | |
}, | |
"TP_BUTTON": { | |
"prefix" : "TP", | |
"body" : "TP_BUTTON := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TP_DROPDOWNBUTTON": { | |
"prefix" : "TP", | |
"body" : "TP_DROPDOWNBUTTON := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TP_DROPDOWNBUTTONGLYPH": { | |
"prefix" : "TP", | |
"body" : "TP_DROPDOWNBUTTONGLYPH := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TP_SEPARATOR": { | |
"prefix" : "TP", | |
"body" : "TP_SEPARATOR := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TP_SEPARATORVERT": { | |
"prefix" : "TP", | |
"body" : "TP_SEPARATORVERT := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TP_SPLITBUTTON": { | |
"prefix" : "TP", | |
"body" : "TP_SPLITBUTTON := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TP_SPLITBUTTONDROPDOWN": { | |
"prefix" : "TP", | |
"body" : "TP_SPLITBUTTONDROPDOWN := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARPARTS ()" | |
}, | |
"TS_CHECKED": { | |
"prefix" : "TS", | |
"body" : "TS_CHECKED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_DISABLED": { | |
"prefix" : "TS", | |
"body" : "TS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_HOT": { | |
"prefix" : "TS", | |
"body" : "TS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_HOTCHECKED": { | |
"prefix" : "TS", | |
"body" : "TS_HOTCHECKED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_NEARHOT": { | |
"prefix" : "TS", | |
"body" : "TS_NEARHOT := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_NORMAL": { | |
"prefix" : "TS", | |
"body" : "TS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_OTHERSIDEHOT": { | |
"prefix" : "TS", | |
"body" : "TS_OTHERSIDEHOT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TS_PRESSED": { | |
"prefix" : "TS", | |
"body" : "TS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Toolbar - TOOLBARSTYLESTATES ()" | |
}, | |
"TTBS_LINK": { | |
"prefix" : "TTBS", | |
"body" : "TTBS_LINK := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTATES ()" | |
}, | |
"TTBS_NORMAL": { | |
"prefix" : "TTBS", | |
"body" : "TTBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTATES ()" | |
}, | |
"TTBSS_POINTINGDOWNCENTERED": { | |
"prefix" : "TTBSS", | |
"body" : "TTBSS_POINTINGDOWNCENTERED := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTEMSTATES ()" | |
}, | |
"TTBSS_POINTINGDOWNLEFTWALL": { | |
"prefix" : "TTBSS", | |
"body" : "TTBSS_POINTINGDOWNLEFTWALL := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTEMSTATES ()" | |
}, | |
"TTBSS_POINTINGDOWNRIGHTWALL": { | |
"prefix" : "TTBSS", | |
"body" : "TTBSS_POINTINGDOWNRIGHTWALL := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTEMSTATES ()" | |
}, | |
"TTBSS_POINTINGUPCENTERED": { | |
"prefix" : "TTBSS", | |
"body" : "TTBSS_POINTINGUPCENTERED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTEMSTATES ()" | |
}, | |
"TTBSS_POINTINGUPLEFTWALL": { | |
"prefix" : "TTBSS", | |
"body" : "TTBSS_POINTINGUPLEFTWALL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTEMSTATES ()" | |
}, | |
"TTBSS_POINTINGUPRIGHTWALL": { | |
"prefix" : "TTBSS", | |
"body" : "TTBSS_POINTINGUPRIGHTWALL := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - BALLOONSTEMSTATES ()" | |
}, | |
"TTCS_HOT": { | |
"prefix" : "TTCS", | |
"body" : "TTCS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - CLOSESTATES ()" | |
}, | |
"TTCS_NORMAL": { | |
"prefix" : "TTCS", | |
"body" : "TTCS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - CLOSESTATES ()" | |
}, | |
"TTCS_PRESSED": { | |
"prefix" : "TTCS", | |
"body" : "TTCS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - CLOSESTATES ()" | |
}, | |
"TTSS_LINK": { | |
"prefix" : "TTSS", | |
"body" : "TTSS_LINK := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - STANDARDSTATES ()" | |
}, | |
"TTSS_NORMAL": { | |
"prefix" : "TTSS", | |
"body" : "TTSS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - STANDARDSTATES ()" | |
}, | |
"TTP_BALLOON": { | |
"prefix" : "TTP", | |
"body" : "TTP_BALLOON := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTP_BALLOONSTEM": { | |
"prefix" : "TTP", | |
"body" : "TTP_BALLOONSTEM := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTP_BALLOONTITLE": { | |
"prefix" : "TTP", | |
"body" : "TTP_BALLOONTITLE := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTP_CLOSE": { | |
"prefix" : "TTP", | |
"body" : "TTP_CLOSE := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTP_STANDARD": { | |
"prefix" : "TTP", | |
"body" : "TTP_STANDARD := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTP_STANDARDTITLE": { | |
"prefix" : "TTP", | |
"body" : "TTP_STANDARDTITLE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTP_WRENCH": { | |
"prefix" : "TTP", | |
"body" : "TTP_WRENCH := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - TOOLTIPPARTS ()" | |
}, | |
"TTWS_HOT": { | |
"prefix" : "TTWS", | |
"body" : "TTWS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - WRENCHSTATES ()" | |
}, | |
"TTWS_NORMAL": { | |
"prefix" : "TTWS", | |
"body" : "TTWS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - WRENCHSTATES ()" | |
}, | |
"TTWS_PRESSED": { | |
"prefix" : "TTWS", | |
"body" : "TTWS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - ToolTip - WRENCHSTATES ()" | |
}, | |
"GLPS_CLOSED": { | |
"prefix" : "GLPS", | |
"body" : "GLPS_CLOSED := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - GLYPHSTATES ()" | |
}, | |
"GLPS_OPENED": { | |
"prefix" : "GLPS", | |
"body" : "GLPS_OPENED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - GLYPHSTATES ()" | |
}, | |
"HGLPS_CLOSED": { | |
"prefix" : "HGLPS", | |
"body" : "HGLPS_CLOSED := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - HOTGLYPHSTATES ()" | |
}, | |
"HGLPS_OPENED": { | |
"prefix" : "HGLPS", | |
"body" : "HGLPS_OPENED := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - HOTGLYPHSTATES ()" | |
}, | |
"TREIS_DISABLED": { | |
"prefix" : "TREIS", | |
"body" : "TREIS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEITEMSTATES ()" | |
}, | |
"TREIS_HOT": { | |
"prefix" : "TREIS", | |
"body" : "TREIS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEITEMSTATES ()" | |
}, | |
"TREIS_HOTSELECTED": { | |
"prefix" : "TREIS", | |
"body" : "TREIS_HOTSELECTED := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEITEMSTATES ()" | |
}, | |
"TREIS_NORMAL": { | |
"prefix" : "TREIS", | |
"body" : "TREIS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEITEMSTATES ()" | |
}, | |
"TREIS_SELECTED": { | |
"prefix" : "TREIS", | |
"body" : "TREIS_SELECTED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEITEMSTATES ()" | |
}, | |
"TREIS_SELECTEDNOTFOCUS": { | |
"prefix" : "TREIS", | |
"body" : "TREIS_SELECTEDNOTFOCUS := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEITEMSTATES ()" | |
}, | |
"TVP_BRANCH": { | |
"prefix" : "TVP", | |
"body" : "TVP_BRANCH := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEVIEWPARTS ()" | |
}, | |
"TVP_GLYPH": { | |
"prefix" : "TVP", | |
"body" : "TVP_GLYPH := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEVIEWPARTS ()" | |
}, | |
"TVP_HOTGLYPH": { | |
"prefix" : "TVP", | |
"body" : "TVP_HOTGLYPH := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEVIEWPARTS ()" | |
}, | |
"TVP_TREEITEM": { | |
"prefix" : "TVP", | |
"body" : "TVP_TREEITEM := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - TreeView - TREEVIEWPARTS ()" | |
}, | |
"DNHZS_DISABLED": { | |
"prefix" : "DNHZS", | |
"body" : "DNHZS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNHORZSTATES ()" | |
}, | |
"DNHZS_HOT": { | |
"prefix" : "DNHZS", | |
"body" : "DNHZS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNHORZSTATES ()" | |
}, | |
"DNHZS_NORMAL": { | |
"prefix" : "DNHZS", | |
"body" : "DNHZS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNHORZSTATES ()" | |
}, | |
"DNHZS_PRESSED": { | |
"prefix" : "DNHZS", | |
"body" : "DNHZS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNHORZSTATES ()" | |
}, | |
"DNS_DISABLED": { | |
"prefix" : "DNS", | |
"body" : "DNS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNSTATES ()" | |
}, | |
"DNS_HOT": { | |
"prefix" : "DNS", | |
"body" : "DNS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNSTATES ()" | |
}, | |
"DNS_NORMAL": { | |
"prefix" : "DNS", | |
"body" : "DNS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNSTATES ()" | |
}, | |
"DNS_PRESSED": { | |
"prefix" : "DNS", | |
"body" : "DNS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - DOWNSTATES ()" | |
}, | |
"SPNP_DOWN": { | |
"prefix" : "SPNP", | |
"body" : "SPNP_DOWN := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - SPINPARTS ()" | |
}, | |
"SPNP_DOWNHORZ": { | |
"prefix" : "SPNP", | |
"body" : "SPNP_DOWNHORZ := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - SPINPARTS ()" | |
}, | |
"SPNP_UP": { | |
"prefix" : "SPNP", | |
"body" : "SPNP_UP := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - SPINPARTS ()" | |
}, | |
"SPNP_UPHORZ": { | |
"prefix" : "SPNP", | |
"body" : "SPNP_UPHORZ := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - SPINPARTS ()" | |
}, | |
"UPHZS_DISABLED": { | |
"prefix" : "UPHZS", | |
"body" : "UPHZS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPHORZSTATES ()" | |
}, | |
"UPHZS_HOT": { | |
"prefix" : "UPHZS", | |
"body" : "UPHZS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPHORZSTATES ()" | |
}, | |
"UPHZS_NORMAL": { | |
"prefix" : "UPHZS", | |
"body" : "UPHZS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPHORZSTATES ()" | |
}, | |
"UPHZS_PRESSED": { | |
"prefix" : "UPHZS", | |
"body" : "UPHZS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPHORZSTATES ()" | |
}, | |
"UPS_DISABLED": { | |
"prefix" : "UPS", | |
"body" : "UPS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPSTATES ()" | |
}, | |
"UPS_HOT": { | |
"prefix" : "UPS", | |
"body" : "UPS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPSTATES ()" | |
}, | |
"UPS_NORMAL": { | |
"prefix" : "UPS", | |
"body" : "UPS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPSTATES ()" | |
}, | |
"UPS_PRESSED": { | |
"prefix" : "UPS", | |
"body" : "UPS_PRESSED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - UpDown - UPSTATES ()" | |
}, | |
"CS_ACTIVE": { | |
"prefix" : "CS", | |
"body" : "CS_ACTIVE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CAPTIONSTATES ()" | |
}, | |
"CS_DISABLED": { | |
"prefix" : "CS", | |
"body" : "CS_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CAPTIONSTATES ()" | |
}, | |
"CS_INACTIVE": { | |
"prefix" : "CS", | |
"body" : "CS_INACTIVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CAPTIONSTATES ()" | |
}, | |
"CBS_DISABLED": { | |
"prefix" : "CBS", | |
"body" : "CBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CLOSEBUTTONSTATES ()" | |
}, | |
"CBS_HOT": { | |
"prefix" : "CBS", | |
"body" : "CBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CLOSEBUTTONSTATES ()" | |
}, | |
"CBS_NORMAL": { | |
"prefix" : "CBS", | |
"body" : "CBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CLOSEBUTTONSTATES ()" | |
}, | |
"CBS_PUSHED": { | |
"prefix" : "CBS", | |
"body" : "CBS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - CLOSEBUTTONSTATES ()" | |
}, | |
"FS_ACTIVE": { | |
"prefix" : "FS", | |
"body" : "FS_ACTIVE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - FRAMESTATES ()" | |
}, | |
"FS_INACTIVE": { | |
"prefix" : "FS", | |
"body" : "FS_INACTIVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - FRAMESTATES ()" | |
}, | |
"HBS_DISABLED": { | |
"prefix" : "HBS", | |
"body" : "HBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HELPBUTTONSTATES ()" | |
}, | |
"HBS_HOT": { | |
"prefix" : "HBS", | |
"body" : "HBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HELPBUTTONSTATES ()" | |
}, | |
"HBS_NORMAL": { | |
"prefix" : "HBS", | |
"body" : "HBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HELPBUTTONSTATES ()" | |
}, | |
"HBS_PUSHED": { | |
"prefix" : "HBS", | |
"body" : "HBS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HELPBUTTONSTATES ()" | |
}, | |
"HSS_DISABLED": { | |
"prefix" : "HSS", | |
"body" : "HSS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZSCROLLSTATES ()" | |
}, | |
"HSS_HOT": { | |
"prefix" : "HSS", | |
"body" : "HSS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZSCROLLSTATES ()" | |
}, | |
"HSS_NORMAL": { | |
"prefix" : "HSS", | |
"body" : "HSS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZSCROLLSTATES ()" | |
}, | |
"HSS_PUSHED": { | |
"prefix" : "HSS", | |
"body" : "HSS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZSCROLLSTATES ()" | |
}, | |
"HTS_DISABLED": { | |
"prefix" : "HTS", | |
"body" : "HTS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZTHUMBSTATES ()" | |
}, | |
"HTS_HOT": { | |
"prefix" : "HTS", | |
"body" : "HTS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZTHUMBSTATES ()" | |
}, | |
"HTS_NORMAL": { | |
"prefix" : "HTS", | |
"body" : "HTS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZTHUMBSTATES ()" | |
}, | |
"HTS_PUSHED": { | |
"prefix" : "HTS", | |
"body" : "HTS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - HORZTHUMBSTATES ()" | |
}, | |
"MAXBS_DISABLED": { | |
"prefix" : "MAXBS", | |
"body" : "MAXBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXBUTTONSTATES ()" | |
}, | |
"MAXBS_HOT": { | |
"prefix" : "MAXBS", | |
"body" : "MAXBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXBUTTONSTATES ()" | |
}, | |
"MAXBS_NORMAL": { | |
"prefix" : "MAXBS", | |
"body" : "MAXBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXBUTTONSTATES ()" | |
}, | |
"MAXBS_PUSHED": { | |
"prefix" : "MAXBS", | |
"body" : "MAXBS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXBUTTONSTATES ()" | |
}, | |
"MXCS_ACTIVE": { | |
"prefix" : "MXCS", | |
"body" : "MXCS_ACTIVE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXCAPTIONSTATES ()" | |
}, | |
"MXCS_DISABLED": { | |
"prefix" : "MXCS", | |
"body" : "MXCS_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXCAPTIONSTATES ()" | |
}, | |
"MXCS_INACTIVE": { | |
"prefix" : "MXCS", | |
"body" : "MXCS_INACTIVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MAXCAPTIONSTATES ()" | |
}, | |
"MINBS_DISABLED": { | |
"prefix" : "MINBS", | |
"body" : "MINBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINBUTTONSTATES ()" | |
}, | |
"MINBS_HOT": { | |
"prefix" : "MINBS", | |
"body" : "MINBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINBUTTONSTATES ()" | |
}, | |
"MINBS_NORMAL": { | |
"prefix" : "MINBS", | |
"body" : "MINBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINBUTTONSTATES ()" | |
}, | |
"MINBS_PUSHED": { | |
"prefix" : "MINBS", | |
"body" : "MINBS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINBUTTONSTATES ()" | |
}, | |
"MNCS_ACTIVE": { | |
"prefix" : "MNCS", | |
"body" : "MNCS_ACTIVE := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINCAPTIONSTATES ()" | |
}, | |
"MNCS_DISABLED": { | |
"prefix" : "MNCS", | |
"body" : "MNCS_DISABLED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINCAPTIONSTATES ()" | |
}, | |
"MNCS_INACTIVE": { | |
"prefix" : "MNCS", | |
"body" : "MNCS_INACTIVE := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - MINCAPTIONSTATES ()" | |
}, | |
"RBS_DISABLED": { | |
"prefix" : "RBS", | |
"body" : "RBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - RESTOREBUTTONSTATES ()" | |
}, | |
"RBS_HOT": { | |
"prefix" : "RBS", | |
"body" : "RBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - RESTOREBUTTONSTATES ()" | |
}, | |
"RBS_NORMAL": { | |
"prefix" : "RBS", | |
"body" : "RBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - RESTOREBUTTONSTATES ()" | |
}, | |
"RBS_PUSHED": { | |
"prefix" : "RBS", | |
"body" : "RBS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - RESTOREBUTTONSTATES ()" | |
}, | |
"SBS_DISABLED": { | |
"prefix" : "SBS", | |
"body" : "SBS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - SYSBUTTONSTATES ()" | |
}, | |
"SBS_HOT": { | |
"prefix" : "SBS", | |
"body" : "SBS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - SYSBUTTONSTATES ()" | |
}, | |
"SBS_NORMAL": { | |
"prefix" : "SBS", | |
"body" : "SBS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - SYSBUTTONSTATES ()" | |
}, | |
"SBS_PUSHED": { | |
"prefix" : "SBS", | |
"body" : "SBS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - SYSBUTTONSTATES ()" | |
}, | |
"VSS_DISABLED": { | |
"prefix" : "VSS", | |
"body" : "VSS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTSCROLLSTATES ()" | |
}, | |
"VSS_HOT": { | |
"prefix" : "VSS", | |
"body" : "VSS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTSCROLLSTATES ()" | |
}, | |
"VSS_NORMAL": { | |
"prefix" : "VSS", | |
"body" : "VSS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTSCROLLSTATES ()" | |
}, | |
"VSS_PUSHED": { | |
"prefix" : "VSS", | |
"body" : "VSS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTSCROLLSTATES ()" | |
}, | |
"VTS_DISABLED": { | |
"prefix" : "VTS", | |
"body" : "VTS_DISABLED := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTTHUMBSTATES ()" | |
}, | |
"VTS_HOT": { | |
"prefix" : "VTS", | |
"body" : "VTS_HOT := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTTHUMBSTATES ()" | |
}, | |
"VTS_NORMAL": { | |
"prefix" : "VTS", | |
"body" : "VTS_NORMAL := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTTHUMBSTATES ()" | |
}, | |
"VTS_PUSHED": { | |
"prefix" : "VTS", | |
"body" : "VTS_PUSHED := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - VERTTHUMBSTATES ()" | |
}, | |
"WP_CAPTION": { | |
"prefix" : "WP", | |
"body" : "WP_CAPTION := 1", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_CAPTIONSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_CAPTIONSIZINGTEMPLATE := 30", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_CLOSEBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_CLOSEBUTTON := 18", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_DIALOG": { | |
"prefix" : "WP", | |
"body" : "WP_DIALOG := 29", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAME": { | |
"prefix" : "WP", | |
"body" : "WP_FRAME := 38", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAMEBOTTOM": { | |
"prefix" : "WP", | |
"body" : "WP_FRAMEBOTTOM := 9", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAMEBOTTOMSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_FRAMEBOTTOMSIZINGTEMPLATE := 36", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAMELEFT": { | |
"prefix" : "WP", | |
"body" : "WP_FRAMELEFT := 7", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAMELEFTSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_FRAMELEFTSIZINGTEMPLATE := 32", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAMERIGHT": { | |
"prefix" : "WP", | |
"body" : "WP_FRAMERIGHT := 8", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_FRAMERIGHTSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_FRAMERIGHTSIZINGTEMPLATE := 34", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_HELPBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_HELPBUTTON := 23", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_HORZSCROLL": { | |
"prefix" : "WP", | |
"body" : "WP_HORZSCROLL := 25", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_HORZTHUMB": { | |
"prefix" : "WP", | |
"body" : "WP_HORZTHUMB := 26", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MAXBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MAXBUTTON := 17", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MAXCAPTION": { | |
"prefix" : "WP", | |
"body" : "WP_MAXCAPTION := 5", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MDICLOSEBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MDICLOSEBUTTON := 20", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MDIHELPBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MDIHELPBUTTON := 24", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MDIMINBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MDIMINBUTTON := 16", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MDIRESTOREBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MDIRESTOREBUTTON := 22", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MDISYSBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MDISYSBUTTON := 14", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MINBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_MINBUTTON := 15", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_MINCAPTION": { | |
"prefix" : "WP", | |
"body" : "WP_MINCAPTION := 3", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_RESTOREBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_RESTOREBUTTON := 21", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLCAPTION": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLCAPTION := 2", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLCAPTIONSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLCAPTIONSIZINGTEMPLATE := 31", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLCLOSEBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLCLOSEBUTTON := 19", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLFRAMEBOTTOM": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLFRAMEBOTTOM := 12", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE := 37", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLFRAMELEFT": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLFRAMELEFT := 10", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLFRAMELEFTSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLFRAMELEFTSIZINGTEMPLATE := 33", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLFRAMERIGHT": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLFRAMERIGHT := 11", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLFRAMERIGHTSIZINGTEMPLATE": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLFRAMERIGHTSIZINGTEMPLATE := 35", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLMAXCAPTION": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLMAXCAPTION := 6", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SMALLMINCAPTION": { | |
"prefix" : "WP", | |
"body" : "WP_SMALLMINCAPTION := 4", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_SYSBUTTON": { | |
"prefix" : "WP", | |
"body" : "WP_SYSBUTTON := 13", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_VERTSCROLL": { | |
"prefix" : "WP", | |
"body" : "WP_VERTSCROLL := 27", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"WP_VERTTHUMB": { | |
"prefix" : "WP", | |
"body" : "WP_VERTTHUMB := 28", | |
"description": "Windows - GUI - Drawing - Visual Styles - Parts and States - Window - WINDOWPARTS ()" | |
}, | |
"IDC_APPSTARTING": { | |
"prefix" : "IDC", | |
"body" : "IDC_APPSTARTING := 32650", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_ARROW": { | |
"prefix" : "IDC", | |
"body" : "IDC_ARROW := 32512", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_CROSS": { | |
"prefix" : "IDC", | |
"body" : "IDC_CROSS := 32515", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_HAND": { | |
"prefix" : "IDC", | |
"body" : "IDC_HAND := 32649", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_HELP": { | |
"prefix" : "IDC", | |
"body" : "IDC_HELP := 32651", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_IBEAM": { | |
"prefix" : "IDC", | |
"body" : "IDC_IBEAM := 32513", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_NO": { | |
"prefix" : "IDC", | |
"body" : "IDC_NO := 32648", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_SIZEALL": { | |
"prefix" : "IDC", | |
"body" : "IDC_SIZEALL := 32646", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_SIZENESW": { | |
"prefix" : "IDC", | |
"body" : "IDC_SIZENESW := 32643", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_SIZENS": { | |
"prefix" : "IDC", | |
"body" : "IDC_SIZENS := 32645", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_SIZENWSE": { | |
"prefix" : "IDC", | |
"body" : "IDC_SIZENWSE := 32642", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_SIZEWE": { | |
"prefix" : "IDC", | |
"body" : "IDC_SIZEWE := 32644", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_UPARROW": { | |
"prefix" : "IDC", | |
"body" : "IDC_UPARROW := 32516", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"IDC_WAIT": { | |
"prefix" : "IDC", | |
"body" : "IDC_WAIT := 32514", | |
"description": "Windows - GUI - Resources - Cursors (Standard Cursor IDs)" | |
}, | |
"SHGFI_ADDOVERLAYS": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_ADDOVERLAYS := 0x20", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_ATTR_SPECIFIED": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_ATTR_SPECIFIED := 0x20000", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_ATTRIBUTES": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_ATTRIBUTES := 0x800", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_DISPLAYNAME": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_DISPLAYNAME := 0x200", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_EXETYPE": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_EXETYPE := 0x2000", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_ICON": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_ICON := 0x100", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_ICONLOCATION": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_ICONLOCATION := 0x1000", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_LARGEICON": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_LARGEICON := 0x0", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_LINKOVERLAY": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_LINKOVERLAY := 0x8000", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_OPENICON": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_OPENICON := 0x2", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_OVERLAYINDEX": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_OVERLAYINDEX := 0x40", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_PIDL": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_PIDL := 0x8", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_SELECTED": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_SELECTED := 0x10000", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_SHELLICONSIZE": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_SHELLICONSIZE := 0x4", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_SMALLICON": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_SMALLICON := 0x1", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_SYSICONINDEX": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_SYSICONINDEX := 0x4000", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_TYPENAME": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_TYPENAME := 0x400", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SHGFI_USEFILEATTRIBUTES": { | |
"prefix" : "SHGFI", | |
"body" : "SHGFI_USEFILEATTRIBUTES := 0x10", | |
"description": "Windows - GUI - Resources - Icons - SHGetFileInfo (SHGetFileInfo Flags)" | |
}, | |
"SIID_APPLICATION": { | |
"prefix" : "SIID", | |
"body" : "SIID_APPLICATION := 2", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_AUDIOFILES": { | |
"prefix" : "SIID", | |
"body" : "SIID_AUDIOFILES := 71", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_AUTOLIST": { | |
"prefix" : "SIID", | |
"body" : "SIID_AUTOLIST := 49", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_CLUSTEREDDRIVE": { | |
"prefix" : "SIID", | |
"body" : "SIID_CLUSTEREDDRIVE := 140", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DELETE": { | |
"prefix" : "SIID", | |
"body" : "SIID_DELETE := 84", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DESKTOPPC": { | |
"prefix" : "SIID", | |
"body" : "SIID_DESKTOPPC := 94", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DEVICEAUDIOPLAYER": { | |
"prefix" : "SIID", | |
"body" : "SIID_DEVICEAUDIOPLAYER := 102", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DEVICECAMERA": { | |
"prefix" : "SIID", | |
"body" : "SIID_DEVICECAMERA := 100", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DEVICECELLPHONE": { | |
"prefix" : "SIID", | |
"body" : "SIID_DEVICECELLPHONE := 99", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DEVICEVIDEOCAMERA": { | |
"prefix" : "SIID", | |
"body" : "SIID_DEVICEVIDEOCAMERA := 101", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DOCASSOC": { | |
"prefix" : "SIID", | |
"body" : "SIID_DOCASSOC := 1", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DOCNOASSOC": { | |
"prefix" : "SIID", | |
"body" : "SIID_DOCNOASSOC := 0", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVE35": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVE35 := 6", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVE525": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVE525 := 5", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVEBD": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVEBD := 133", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVECD": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVECD := 11", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVEDVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVEDVD := 59", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVEFIXED": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVEFIXED := 8", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVEHDDVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVEHDDVD := 132", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVENET": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVENET := 9", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVENETDISABLED": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVENETDISABLED := 10", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVERAM": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVERAM := 12", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVEREMOVE": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVEREMOVE := 7", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_DRIVEUNKNOWN": { | |
"prefix" : "SIID", | |
"body" : "SIID_DRIVEUNKNOWN := 58", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_ERROR": { | |
"prefix" : "SIID", | |
"body" : "SIID_ERROR := 80", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_FIND": { | |
"prefix" : "SIID", | |
"body" : "SIID_FIND := 22", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_FOLDER": { | |
"prefix" : "SIID", | |
"body" : "SIID_FOLDER := 3", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_FOLDERBACK": { | |
"prefix" : "SIID", | |
"body" : "SIID_FOLDERBACK := 75", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_FOLDERFRONT": { | |
"prefix" : "SIID", | |
"body" : "SIID_FOLDERFRONT := 76", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_FOLDEROPEN": { | |
"prefix" : "SIID", | |
"body" : "SIID_FOLDEROPEN := 4", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_HELP": { | |
"prefix" : "SIID", | |
"body" : "SIID_HELP := 23", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_IMAGEFILES": { | |
"prefix" : "SIID", | |
"body" : "SIID_IMAGEFILES := 72", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_INFO": { | |
"prefix" : "SIID", | |
"body" : "SIID_INFO := 79", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_INTERNET": { | |
"prefix" : "SIID", | |
"body" : "SIID_INTERNET := 104", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_INVALID": { | |
"prefix" : "SIID", | |
"body" : "SIID_INVALID := -1", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_KEY": { | |
"prefix" : "SIID", | |
"body" : "SIID_KEY := 81", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_LINK": { | |
"prefix" : "SIID", | |
"body" : "SIID_LINK := 29", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_LOCK": { | |
"prefix" : "SIID", | |
"body" : "SIID_LOCK := 47", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MAX_ICONS": { | |
"prefix" : "SIID", | |
"body" : "SIID_MAX_ICONS := 174", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAAUDIODVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAAUDIODVD := 85", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIABDR": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIABDR := 138", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIABDRE": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIABDRE := 139", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIABDROM": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIABDROM := 137", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIABLANKCD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIABLANKCD := 69", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIABLURAY": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIABLURAY := 90", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACDAUDIO": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACDAUDIO := 40", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACDAUDIOPLUS": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACDAUDIOPLUS := 65", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACDBURN": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACDBURN := 68", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACDR": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACDR := 67", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACDROM": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACDROM := 70", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACDRW": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACDRW := 66", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIACOMPACTFLASH": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIACOMPACTFLASH := 98", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVD := 60", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVDPLUSR": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVDPLUSR := 92", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVDPLUSRW": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVDPLUSRW := 93", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVDR": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVDR := 63", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVDRAM": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVDRAM := 61", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVDROM": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVDROM := 64", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIADVDRW": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIADVDRW := 62", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAENHANCEDCD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAENHANCEDCD := 87", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAENHANCEDDVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAENHANCEDDVD := 88", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAHDDVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAHDDVD := 89", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAHDDVDR": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAHDDVDR := 135", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAHDDVDRAM": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAHDDVDRAM := 136", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAHDDVDROM": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAHDDVDROM := 134", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAMOVIEDVD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAMOVIEDVD := 86", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIASMARTMEDIA": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIASMARTMEDIA := 97", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIASVCD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIASVCD := 56", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MEDIAVCD": { | |
"prefix" : "SIID", | |
"body" : "SIID_MEDIAVCD := 91", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MIXEDFILES": { | |
"prefix" : "SIID", | |
"body" : "SIID_MIXEDFILES := 74", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MOBILEPC": { | |
"prefix" : "SIID", | |
"body" : "SIID_MOBILEPC := 95", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_MYNETWORK": { | |
"prefix" : "SIID", | |
"body" : "SIID_MYNETWORK := 17", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_NETWORKCONNECT": { | |
"prefix" : "SIID", | |
"body" : "SIID_NETWORKCONNECT := 103", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_PRINTER": { | |
"prefix" : "SIID", | |
"body" : "SIID_PRINTER := 16", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_PRINTERFAX": { | |
"prefix" : "SIID", | |
"body" : "SIID_PRINTERFAX := 52", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_PRINTERFAXNET": { | |
"prefix" : "SIID", | |
"body" : "SIID_PRINTERFAXNET := 53", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_PRINTERFILE": { | |
"prefix" : "SIID", | |
"body" : "SIID_PRINTERFILE := 54", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_PRINTERNET": { | |
"prefix" : "SIID", | |
"body" : "SIID_PRINTERNET := 50", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_RECYCLER": { | |
"prefix" : "SIID", | |
"body" : "SIID_RECYCLER := 31", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_RECYCLERFULL": { | |
"prefix" : "SIID", | |
"body" : "SIID_RECYCLERFULL := 32", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_RENAME": { | |
"prefix" : "SIID", | |
"body" : "SIID_RENAME := 83", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SERVER": { | |
"prefix" : "SIID", | |
"body" : "SIID_SERVER := 15", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SERVERSHARE": { | |
"prefix" : "SIID", | |
"body" : "SIID_SERVERSHARE := 51", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SETTINGS": { | |
"prefix" : "SIID", | |
"body" : "SIID_SETTINGS := 106", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SHARE": { | |
"prefix" : "SIID", | |
"body" : "SIID_SHARE := 28", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SHIELD": { | |
"prefix" : "SIID", | |
"body" : "SIID_SHIELD := 77", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SLOWFILE": { | |
"prefix" : "SIID", | |
"body" : "SIID_SLOWFILE := 30", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_SOFTWARE": { | |
"prefix" : "SIID", | |
"body" : "SIID_SOFTWARE := 82", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_STACK": { | |
"prefix" : "SIID", | |
"body" : "SIID_STACK := 55", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_STUFFEDFOLDER": { | |
"prefix" : "SIID", | |
"body" : "SIID_STUFFEDFOLDER := 57", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_USERS": { | |
"prefix" : "SIID", | |
"body" : "SIID_USERS := 96", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_VIDEOFILES": { | |
"prefix" : "SIID", | |
"body" : "SIID_VIDEOFILES := 73", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_WARNING": { | |
"prefix" : "SIID", | |
"body" : "SIID_WARNING := 78", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_WORLD": { | |
"prefix" : "SIID", | |
"body" : "SIID_WORLD := 13", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"SIID_ZIPFILE": { | |
"prefix" : "SIID", | |
"body" : "SIID_ZIPFILE := 105", | |
"description": "Windows - GUI - Resources - Icons - SHStockIconID (SHSTOCKICONID Enumeration (used by SHGetStockIconInfo))" | |
}, | |
"IDI_APPLICATION": { | |
"prefix" : "IDI", | |
"body" : "IDI_APPLICATION := 32512", | |
"description": "Windows - GUI - Resources - Icons - Standard (Standard Icons)" | |
}, | |
"IDI_ERROR": { | |
"prefix" : "IDI", | |
"body" : "IDI_ERROR := 32513", | |
"description": "Windows - GUI - Resources - Icons - Standard (Standard Icons)" | |
}, | |
"IDI_INFORMATION": { | |
"prefix" : "IDI", | |
"body" : "IDI_INFORMATION := 32516", | |
"description": "Windows - GUI - Resources - Icons - Standard (Standard Icons)" | |
}, | |
"IDI_QUESTION": { | |
"prefix" : "IDI", | |
"body" : "IDI_QUESTION := 32514", | |
"description": "Windows - GUI - Resources - Icons - Standard (Standard Icons)" | |
}, | |
"IDI_SHIELD": { | |
"prefix" : "IDI", | |
"body" : "IDI_SHIELD := 32518", | |
"description": "Windows - GUI - Resources - Icons - Standard (Standard Icons)" | |
}, | |
"IDI_WARNING": { | |
"prefix" : "IDI", | |
"body" : "IDI_WARNING := 32515", | |
"description": "Windows - GUI - Resources - Icons - Standard (Standard Icons)" | |
}, | |
"ILCF_MOVE": { | |
"prefix" : "ILCF", | |
"body" : "ILCF_MOVE := 0x0", | |
"description": "Windows - GUI - Resources - Image List - Copy Flags (ImageList_Copy uFlags)" | |
}, | |
"ILCF_SWAP": { | |
"prefix" : "ILCF", | |
"body" : "ILCF_SWAP := 0x1", | |
"description": "Windows - GUI - Resources - Image List - Copy Flags (ImageList_Copy uFlags)" | |
}, | |
"ILC_COLOR": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLOR := 0x0", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_COLOR16": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLOR16 := 0x10", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_COLOR24": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLOR24 := 0x18", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_COLOR32": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLOR32 := 0x20", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_COLOR4": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLOR4 := 0x4", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_COLOR8": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLOR8 := 0x8", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_COLORDDB": { | |
"prefix" : "ILC", | |
"body" : "ILC_COLORDDB := 0xFE", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_HIGHQUALITYSCALE": { | |
"prefix" : "ILC", | |
"body" : "ILC_HIGHQUALITYSCALE := 0x20000", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_MASK": { | |
"prefix" : "ILC", | |
"body" : "ILC_MASK := 0x1", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_MIRROR": { | |
"prefix" : "ILC", | |
"body" : "ILC_MIRROR := 0x2000", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_ORIGINALSIZE": { | |
"prefix" : "ILC", | |
"body" : "ILC_ORIGINALSIZE := 0x10000", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_PALETTE": { | |
"prefix" : "ILC", | |
"body" : "ILC_PALETTE := 0x800", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILC_PERITEMMIRROR": { | |
"prefix" : "ILC", | |
"body" : "ILC_PERITEMMIRROR := 0x8000", | |
"description": "Windows - GUI - Resources - Image List - Creation Flags (Image List Creation Flags)" | |
}, | |
"ILD_ASYNC": { | |
"prefix" : "ILD", | |
"body" : "ILD_ASYNC := 0x8000", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_BLEND": { | |
"prefix" : "ILD", | |
"body" : "ILD_BLEND := 0x4", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_BLEND25": { | |
"prefix" : "ILD", | |
"body" : "ILD_BLEND25 := 0x2", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_BLEND50": { | |
"prefix" : "ILD", | |
"body" : "ILD_BLEND50 := 0x4", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_DPISCALE": { | |
"prefix" : "ILD", | |
"body" : "ILD_DPISCALE := 0x4000", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_FOCUS": { | |
"prefix" : "ILD", | |
"body" : "ILD_FOCUS := 0x2", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_IMAGE": { | |
"prefix" : "ILD", | |
"body" : "ILD_IMAGE := 0x20", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_MASK": { | |
"prefix" : "ILD", | |
"body" : "ILD_MASK := 0x10", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_NORMAL": { | |
"prefix" : "ILD", | |
"body" : "ILD_NORMAL := 0x0", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_OVERLAYMASK": { | |
"prefix" : "ILD", | |
"body" : "ILD_OVERLAYMASK := 0xF00", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_PRESERVEALPHA": { | |
"prefix" : "ILD", | |
"body" : "ILD_PRESERVEALPHA := 0x1000", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_ROP": { | |
"prefix" : "ILD", | |
"body" : "ILD_ROP := 0x40", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_SCALE": { | |
"prefix" : "ILD", | |
"body" : "ILD_SCALE := 0x2000", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_SELECTED": { | |
"prefix" : "ILD", | |
"body" : "ILD_SELECTED := 0x4", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILD_TRANSPARENT": { | |
"prefix" : "ILD", | |
"body" : "ILD_TRANSPARENT := 0x1", | |
"description": "Windows - GUI - Resources - Image List - Draw Flags (Image List Draw Flags)" | |
}, | |
"ILP_DOWNLEVEL": { | |
"prefix" : "ILP", | |
"body" : "ILP_DOWNLEVEL := 1", | |
"description": "Windows - GUI - Resources - Image List - Read-Write Flags (ImageList_ReadEx/WriteEx dwFlags)" | |
}, | |
"ILP_NORMAL": { | |
"prefix" : "ILP", | |
"body" : "ILP_NORMAL := 0", | |
"description": "Windows - GUI - Resources - Image List - Read-Write Flags (ImageList_ReadEx/WriteEx dwFlags)" | |
}, | |
"ILS_ALPHA": { | |
"prefix" : "ILS", | |
"body" : "ILS_ALPHA := 0x8", | |
"description": "Windows - GUI - Resources - Image List - State Flags (Image List State Flags)" | |
}, | |
"ILS_GLOW": { | |
"prefix" : "ILS", | |
"body" : "ILS_GLOW := 0x1", | |
"description": "Windows - GUI - Resources - Image List - State Flags (Image List State Flags)" | |
}, | |
"ILS_NORMAL": { | |
"prefix" : "ILS", | |
"body" : "ILS_NORMAL := 0x0", | |
"description": "Windows - GUI - Resources - Image List - State Flags (Image List State Flags)" | |
}, | |
"ILS_SATURATE": { | |
"prefix" : "ILS", | |
"body" : "ILS_SATURATE := 0x4", | |
"description": "Windows - GUI - Resources - Image List - State Flags (Image List State Flags)" | |
}, | |
"ILS_SHADOW": { | |
"prefix" : "ILS", | |
"body" : "ILS_SHADOW := 0x2", | |
"description": "Windows - GUI - Resources - Image List - State Flags (Image List State Flags)" | |
}, | |
"ILGT_ASYNC": { | |
"prefix" : "ILGT", | |
"body" : "ILGT_ASYNC := 0x1", | |
"description": "Windows - GUI - Resources - Image List - Unknown (Unknown)" | |
}, | |
"ILGT_NORMAL": { | |
"prefix" : "ILGT", | |
"body" : "ILGT_NORMAL := 0x0", | |
"description": "Windows - GUI - Resources - Image List - Unknown (Unknown)" | |
}, | |
"LR_COLOR": { | |
"prefix" : "LR", | |
"body" : "LR_COLOR := 0x2", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_COPYDELETEORG": { | |
"prefix" : "LR", | |
"body" : "LR_COPYDELETEORG := 0x8", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_COPYFROMRESOURCE": { | |
"prefix" : "LR", | |
"body" : "LR_COPYFROMRESOURCE := 0x4000", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_COPYRETURNORG": { | |
"prefix" : "LR", | |
"body" : "LR_COPYRETURNORG := 0x4", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_CREATEDIBSECTION": { | |
"prefix" : "LR", | |
"body" : "LR_CREATEDIBSECTION := 0x2000", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_DEFAULTCOLOR": { | |
"prefix" : "LR", | |
"body" : "LR_DEFAULTCOLOR := 0x0", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_DEFAULTSIZE": { | |
"prefix" : "LR", | |
"body" : "LR_DEFAULTSIZE := 0x40", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_LOADFROMFILE": { | |
"prefix" : "LR", | |
"body" : "LR_LOADFROMFILE := 0x10", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_LOADMAP3DCOLORS": { | |
"prefix" : "LR", | |
"body" : "LR_LOADMAP3DCOLORS := 0x1000", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_LOADTRANSPARENT": { | |
"prefix" : "LR", | |
"body" : "LR_LOADTRANSPARENT := 0x20", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_MONOCHROME": { | |
"prefix" : "LR", | |
"body" : "LR_MONOCHROME := 0x1", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_SHARED": { | |
"prefix" : "LR", | |
"body" : "LR_SHARED := 0x8000", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"LR_VGACOLOR": { | |
"prefix" : "LR", | |
"body" : "LR_VGACOLOR := 0x80", | |
"description": "Windows - GUI - Resources - Others - LoadImage - Flags (Parameters for LoadImage and CopyImage)" | |
}, | |
"IMAGE_BITMAP": { | |
"prefix" : "IMAGE", | |
"body" : "IMAGE_BITMAP := 0", | |
"description": "Windows - GUI - Resources - Others - LoadImage - ImageType (Image Types for LoadImage, CopyImage and SHExtractIconsW)" | |
}, | |
"IMAGE_CURSOR": { | |
"prefix" : "IMAGE", | |
"body" : "IMAGE_CURSOR := 2", | |
"description": "Windows - GUI - Resources - Others - LoadImage - ImageType (Image Types for LoadImage, CopyImage and SHExtractIconsW)" | |
}, | |
"IMAGE_ENHMETAFILE": { | |
"prefix" : "IMAGE", | |
"body" : "IMAGE_ENHMETAFILE := 3", | |
"description": "Windows - GUI - Resources - Others - LoadImage - ImageType (Image Types for LoadImage, CopyImage and SHExtractIconsW)" | |
}, | |
"IMAGE_ICON": { | |
"prefix" : "IMAGE", | |
"body" : "IMAGE_ICON := 1", | |
"description": "Windows - GUI - Resources - Others - LoadImage - ImageType (Image Types for LoadImage, CopyImage and SHExtractIconsW)" | |
}, | |
"RT_ACCELERATOR": { | |
"prefix" : "RT", | |
"body" : "RT_ACCELERATOR := 9", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_ANICURSOR": { | |
"prefix" : "RT", | |
"body" : "RT_ANICURSOR := 21", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_ANIICON": { | |
"prefix" : "RT", | |
"body" : "RT_ANIICON := 22", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_BITMAP": { | |
"prefix" : "RT", | |
"body" : "RT_BITMAP := 2", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_CURSOR": { | |
"prefix" : "RT", | |
"body" : "RT_CURSOR := 1", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_DIALOG": { | |
"prefix" : "RT", | |
"body" : "RT_DIALOG := 5", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_DLGINCLUDE": { | |
"prefix" : "RT", | |
"body" : "RT_DLGINCLUDE := 17", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_FONT": { | |
"prefix" : "RT", | |
"body" : "RT_FONT := 8", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_FONTDIR": { | |
"prefix" : "RT", | |
"body" : "RT_FONTDIR := 7", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_GROUP_CURSOR": { | |
"prefix" : "RT", | |
"body" : "RT_GROUP_CURSOR := 12", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_GROUP_ICON": { | |
"prefix" : "RT", | |
"body" : "RT_GROUP_ICON := 14", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_HTML": { | |
"prefix" : "RT", | |
"body" : "RT_HTML := 23", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_ICON": { | |
"prefix" : "RT", | |
"body" : "RT_ICON := 3", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_MANIFEST": { | |
"prefix" : "RT", | |
"body" : "RT_MANIFEST := 24", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_MENU": { | |
"prefix" : "RT", | |
"body" : "RT_MENU := 4", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_MESSAGETABLE": { | |
"prefix" : "RT", | |
"body" : "RT_MESSAGETABLE := 11", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_PLUGPLAY": { | |
"prefix" : "RT", | |
"body" : "RT_PLUGPLAY := 19", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_RCDATA": { | |
"prefix" : "RT", | |
"body" : "RT_RCDATA := 10", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_STRING": { | |
"prefix" : "RT", | |
"body" : "RT_STRING := 6", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_VERSION": { | |
"prefix" : "RT", | |
"body" : "RT_VERSION := 16", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"RT_VXD": { | |
"prefix" : "RT", | |
"body" : "RT_VXD := 20", | |
"description": "Windows - GUI - Resources - Resource Types ()" | |
}, | |
"WS_EX_ACCEPTFILES": { | |
"prefix" : "WS", | |
"body" : "WS_EX_ACCEPTFILES := 0x10", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_APPWINDOW": { | |
"prefix" : "WS", | |
"body" : "WS_EX_APPWINDOW := 0x40000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_CLIENTEDGE": { | |
"prefix" : "WS", | |
"body" : "WS_EX_CLIENTEDGE := 0x200", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_COMPOSITED": { | |
"prefix" : "WS", | |
"body" : "WS_EX_COMPOSITED := 0x2000000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_CONTEXTHELP": { | |
"prefix" : "WS", | |
"body" : "WS_EX_CONTEXTHELP := 0x400", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_CONTROLPARENT": { | |
"prefix" : "WS", | |
"body" : "WS_EX_CONTROLPARENT := 0x10000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_DLGMODALFRAME": { | |
"prefix" : "WS", | |
"body" : "WS_EX_DLGMODALFRAME := 0x1", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_LAYERED": { | |
"prefix" : "WS", | |
"body" : "WS_EX_LAYERED := 0x80000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_LAYOUTRTL": { | |
"prefix" : "WS", | |
"body" : "WS_EX_LAYOUTRTL := 0x400000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_LEFT": { | |
"prefix" : "WS", | |
"body" : "WS_EX_LEFT := 0x0", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_LEFTSCROLLBAR": { | |
"prefix" : "WS", | |
"body" : "WS_EX_LEFTSCROLLBAR := 0x4000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_LTRREADING": { | |
"prefix" : "WS", | |
"body" : "WS_EX_LTRREADING := 0x0", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_MDICHILD": { | |
"prefix" : "WS", | |
"body" : "WS_EX_MDICHILD := 0x40", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_NOACTIVATE": { | |
"prefix" : "WS", | |
"body" : "WS_EX_NOACTIVATE := 0x8000000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_NOINHERITLAYOUT": { | |
"prefix" : "WS", | |
"body" : "WS_EX_NOINHERITLAYOUT := 0x100000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_NOPARENTNOTIFY": { | |
"prefix" : "WS", | |
"body" : "WS_EX_NOPARENTNOTIFY := 0x4", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_NOREDIRECTIONBITMAP": { | |
"prefix" : "WS", | |
"body" : "WS_EX_NOREDIRECTIONBITMAP := 0x200000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_OVERLAPPEDWINDOW": { | |
"prefix" : "WS", | |
"body" : "WS_EX_OVERLAPPEDWINDOW := 0x300", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_PALETTEWINDOW": { | |
"prefix" : "WS", | |
"body" : "WS_EX_PALETTEWINDOW := 0x188", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_RIGHT": { | |
"prefix" : "WS", | |
"body" : "WS_EX_RIGHT := 0x1000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_RIGHTSCROLLBAR": { | |
"prefix" : "WS", | |
"body" : "WS_EX_RIGHTSCROLLBAR := 0x0", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_RTLREADING": { | |
"prefix" : "WS", | |
"body" : "WS_EX_RTLREADING := 0x2000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_STATICEDGE": { | |
"prefix" : "WS", | |
"body" : "WS_EX_STATICEDGE := 0x20000", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_TOOLWINDOW": { | |
"prefix" : "WS", | |
"body" : "WS_EX_TOOLWINDOW := 0x80", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_TOPMOST": { | |
"prefix" : "WS", | |
"body" : "WS_EX_TOPMOST := 0x8", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_TRANSPARENT": { | |
"prefix" : "WS", | |
"body" : "WS_EX_TRANSPARENT := 0x20", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WS_EX_WINDOWEDGE": { | |
"prefix" : "WS", | |
"body" : "WS_EX_WINDOWEDGE := 0x100", | |
"description": "Windows - GUI - Window - ExStyles (Window Extended Styles)" | |
}, | |
"WM_ASKCBFORMATNAME": { | |
"prefix" : "WM", | |
"body" : "WM_ASKCBFORMATNAME := 0x30C", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_CHANGECBCHAIN": { | |
"prefix" : "WM", | |
"body" : "WM_CHANGECBCHAIN := 0x30D", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_CLEAR": { | |
"prefix" : "WM", | |
"body" : "WM_CLEAR := 0x303", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_CLIPBOARDUPDATE": { | |
"prefix" : "WM", | |
"body" : "WM_CLIPBOARDUPDATE := 0x31D", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_COPY": { | |
"prefix" : "WM", | |
"body" : "WM_COPY := 0x301", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_CUT": { | |
"prefix" : "WM", | |
"body" : "WM_CUT := 0x300", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_DESTROYCLIPBOARD": { | |
"prefix" : "WM", | |
"body" : "WM_DESTROYCLIPBOARD := 0x307", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_DRAWCLIPBOARD": { | |
"prefix" : "WM", | |
"body" : "WM_DRAWCLIPBOARD := 0x308", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_HSCROLLCLIPBOARD": { | |
"prefix" : "WM", | |
"body" : "WM_HSCROLLCLIPBOARD := 0x30E", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_PAINTCLIPBOARD": { | |
"prefix" : "WM", | |
"body" : "WM_PAINTCLIPBOARD := 0x309", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_PASTE": { | |
"prefix" : "WM", | |
"body" : "WM_PASTE := 0x302", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_RENDERALLFORMATS": { | |
"prefix" : "WM", | |
"body" : "WM_RENDERALLFORMATS := 0x306", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_RENDERFORMAT": { | |
"prefix" : "WM", | |
"body" : "WM_RENDERFORMAT := 0x305", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_SIZECLIPBOARD": { | |
"prefix" : "WM", | |
"body" : "WM_SIZECLIPBOARD := 0x30B", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_UNDO": { | |
"prefix" : "WM", | |
"body" : "WM_UNDO := 0x304", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_VSCROLLCLIPBOARD": { | |
"prefix" : "WM", | |
"body" : "WM_VSCROLLCLIPBOARD := 0x30A", | |
"description": "Windows - GUI - Window - Messages - Clipboard (Window Messages - Clipboard Messages and Notifications)" | |
}, | |
"WM_DDE_ACK": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_ACK := 0x3E4", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_ADVISE": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_ADVISE := 0x3E2", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_DATA": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_DATA := 0x3E5", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_EXECUTE": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_EXECUTE := 0x3E8", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_FIRST": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_FIRST := 0x3E0", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_INITIATE": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_INITIATE := 0x3E0", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_LAST": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_LAST := 0x3E8", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_POKE": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_POKE := 0x3E7", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_REQUEST": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_REQUEST := 0x3E6", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_TERMINATE": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_TERMINATE := 0x3E1", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_DDE_UNADVISE": { | |
"prefix" : "WM", | |
"body" : "WM_DDE_UNADVISE := 0x3E3", | |
"description": "Windows - GUI - Window - Messages - DDE (Window Messages - DDE Messages and Notifications)" | |
}, | |
"WM_CTLCOLORDLG": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLORDLG := 0x136", | |
"description": "Windows - GUI - Window - Messages - Dialog Box (Window Messages - Dialog Box Notifications)" | |
}, | |
"WM_ENTERIDLE": { | |
"prefix" : "WM", | |
"body" : "WM_ENTERIDLE := 0x121", | |
"description": "Windows - GUI - Window - Messages - Dialog Box (Window Messages - Dialog Box Notifications)" | |
}, | |
"WM_GETDLGCODE": { | |
"prefix" : "WM", | |
"body" : "WM_GETDLGCODE := 0x87", | |
"description": "Windows - GUI - Window - Messages - Dialog Box (Window Messages - Dialog Box Notifications)" | |
}, | |
"WM_INITDIALOG": { | |
"prefix" : "WM", | |
"body" : "WM_INITDIALOG := 0x110", | |
"description": "Windows - GUI - Window - Messages - Dialog Box (Window Messages - Dialog Box Notifications)" | |
}, | |
"WM_NEXTDLGCTL": { | |
"prefix" : "WM", | |
"body" : "WM_NEXTDLGCTL := 0x28", | |
"description": "Windows - GUI - Window - Messages - Dialog Box (Window Messages - Dialog Box Notifications)" | |
}, | |
"WM_DWMCOLORIZATIONCOLORCHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_DWMCOLORIZATIONCOLORCHANGED := 0x320", | |
"description": "Windows - GUI - Window - Messages - DWM (Window Messages - Desktop Window Manager Messages)" | |
}, | |
"WM_DWMCOMPOSITIONCHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_DWMCOMPOSITIONCHANGED := 0x31E", | |
"description": "Windows - GUI - Window - Messages - DWM (Window Messages - Desktop Window Manager Messages)" | |
}, | |
"WM_DWMNCRENDERINGCHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_DWMNCRENDERINGCHANGED := 0x31F", | |
"description": "Windows - GUI - Window - Messages - DWM (Window Messages - Desktop Window Manager Messages)" | |
}, | |
"WM_DWMSENDICONICLIVEPREVIEWBITMAP": { | |
"prefix" : "WM", | |
"body" : "WM_DWMSENDICONICLIVEPREVIEWBITMAP := 0x326", | |
"description": "Windows - GUI - Window - Messages - DWM (Window Messages - Desktop Window Manager Messages)" | |
}, | |
"WM_DWMSENDICONICTHUMBNAIL": { | |
"prefix" : "WM", | |
"body" : "WM_DWMSENDICONICTHUMBNAIL := 0x323", | |
"description": "Windows - GUI - Window - Messages - DWM (Window Messages - Desktop Window Manager Messages)" | |
}, | |
"WM_DWMWINDOWMAXIMIZEDCHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_DWMWINDOWMAXIMIZEDCHANGE := 0x321", | |
"description": "Windows - GUI - Window - Messages - DWM (Window Messages - Desktop Window Manager Messages)" | |
}, | |
"WM_IME_CHAR": { | |
"prefix" : "WM", | |
"body" : "WM_IME_CHAR := 0x286", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_COMPOSITION": { | |
"prefix" : "WM", | |
"body" : "WM_IME_COMPOSITION := 0x10F", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_COMPOSITIONFULL": { | |
"prefix" : "WM", | |
"body" : "WM_IME_COMPOSITIONFULL := 0x284", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_CONTROL": { | |
"prefix" : "WM", | |
"body" : "WM_IME_CONTROL := 0x283", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_ENDCOMPOSITION": { | |
"prefix" : "WM", | |
"body" : "WM_IME_ENDCOMPOSITION := 0x10E", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_KEYDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_IME_KEYDOWN := 0x290", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_KEYLAST": { | |
"prefix" : "WM", | |
"body" : "WM_IME_KEYLAST := 0x10F", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_KEYUP": { | |
"prefix" : "WM", | |
"body" : "WM_IME_KEYUP := 0x291", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_NOTIFY": { | |
"prefix" : "WM", | |
"body" : "WM_IME_NOTIFY := 0x282", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_REQUEST": { | |
"prefix" : "WM", | |
"body" : "WM_IME_REQUEST := 0x288", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_SELECT": { | |
"prefix" : "WM", | |
"body" : "WM_IME_SELECT := 0x285", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_SETCONTEXT": { | |
"prefix" : "WM", | |
"body" : "WM_IME_SETCONTEXT := 0x281", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_IME_STARTCOMPOSITION": { | |
"prefix" : "WM", | |
"body" : "WM_IME_STARTCOMPOSITION := 0x10D", | |
"description": "Windows - GUI - Window - Messages - IME (Window Messages - Input Method Editor Messages and Notificatons)" | |
}, | |
"WM_APPCOMMAND": { | |
"prefix" : "WM", | |
"body" : "WM_APPCOMMAND := 0x319", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_CHAR": { | |
"prefix" : "WM", | |
"body" : "WM_CHAR := 0x102", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_DEADCHAR": { | |
"prefix" : "WM", | |
"body" : "WM_DEADCHAR := 0x103", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_GETHOTKEY": { | |
"prefix" : "WM", | |
"body" : "WM_GETHOTKEY := 0x33", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_HOTKEY": { | |
"prefix" : "WM", | |
"body" : "WM_HOTKEY := 0x312", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_KEYDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_KEYDOWN := 0x100", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_KEYLAST": { | |
"prefix" : "WM", | |
"body" : "WM_KEYLAST := 0x109", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_KEYUP": { | |
"prefix" : "WM", | |
"body" : "WM_KEYUP := 0x101", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_KILLFOCUS": { | |
"prefix" : "WM", | |
"body" : "WM_KILLFOCUS := 0x8", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_SETFOCUS": { | |
"prefix" : "WM", | |
"body" : "WM_SETFOCUS := 0x7", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_SETHOTKEY": { | |
"prefix" : "WM", | |
"body" : "WM_SETHOTKEY := 0x32", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_SYSCHAR": { | |
"prefix" : "WM", | |
"body" : "WM_SYSCHAR := 0x106", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_SYSDEADCHAR": { | |
"prefix" : "WM", | |
"body" : "WM_SYSDEADCHAR := 0x107", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_SYSKEYDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_SYSKEYDOWN := 0x104", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_SYSKEYUP": { | |
"prefix" : "WM", | |
"body" : "WM_SYSKEYUP := 0x105", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_UNICHAR": { | |
"prefix" : "WM", | |
"body" : "WM_UNICHAR := 0x109", | |
"description": "Windows - GUI - Window - Messages - Keyboard (Window Messages - Keyboard Messages and Notifications)" | |
}, | |
"WM_MDIACTIVATE": { | |
"prefix" : "WM", | |
"body" : "WM_MDIACTIVATE := 0x222", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDICASCADE": { | |
"prefix" : "WM", | |
"body" : "WM_MDICASCADE := 0x227", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDICREATE": { | |
"prefix" : "WM", | |
"body" : "WM_MDICREATE := 0x220", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDIDESTROY": { | |
"prefix" : "WM", | |
"body" : "WM_MDIDESTROY := 0x221", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDIGETACTIVE": { | |
"prefix" : "WM", | |
"body" : "WM_MDIGETACTIVE := 0x229", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDIICONARRANGE": { | |
"prefix" : "WM", | |
"body" : "WM_MDIICONARRANGE := 0x228", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDIMAXIMIZE": { | |
"prefix" : "WM", | |
"body" : "WM_MDIMAXIMIZE := 0x225", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDINEXT": { | |
"prefix" : "WM", | |
"body" : "WM_MDINEXT := 0x224", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDIREFRESHMENU": { | |
"prefix" : "WM", | |
"body" : "WM_MDIREFRESHMENU := 0x234", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDIRESTORE": { | |
"prefix" : "WM", | |
"body" : "WM_MDIRESTORE := 0x223", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDISETMENU": { | |
"prefix" : "WM", | |
"body" : "WM_MDISETMENU := 0x230", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"WM_MDITILE": { | |
"prefix" : "WM", | |
"body" : "WM_MDITILE := 0x226", | |
"description": "Windows - GUI - Window - Messages - MDI (Window Messages - Multiple Document Interface Messages)" | |
}, | |
"MN_GETHMENU": { | |
"prefix" : "MN", | |
"body" : "MN_GETHMENU := 0x1E1", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_COMMAND": { | |
"prefix" : "WM", | |
"body" : "WM_COMMAND := 0x111", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_CONTEXTMENU": { | |
"prefix" : "WM", | |
"body" : "WM_CONTEXTMENU := 0x7B", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_ENTERMENULOOP": { | |
"prefix" : "WM", | |
"body" : "WM_ENTERMENULOOP := 0x211", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_EXITMENULOOP": { | |
"prefix" : "WM", | |
"body" : "WM_EXITMENULOOP := 0x212", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_INITMENU": { | |
"prefix" : "WM", | |
"body" : "WM_INITMENU := 0x116", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_INITMENUPOPUP": { | |
"prefix" : "WM", | |
"body" : "WM_INITMENUPOPUP := 0x117", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_MENUCHAR": { | |
"prefix" : "WM", | |
"body" : "WM_MENUCHAR := 0x120", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_MENUCOMMAND": { | |
"prefix" : "WM", | |
"body" : "WM_MENUCOMMAND := 0x126", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_MENUDRAG": { | |
"prefix" : "WM", | |
"body" : "WM_MENUDRAG := 0x123", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_MENUGETOBJECT": { | |
"prefix" : "WM", | |
"body" : "WM_MENUGETOBJECT := 0x124", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_MENURBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_MENURBUTTONUP := 0x122", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_MENUSELECT": { | |
"prefix" : "WM", | |
"body" : "WM_MENUSELECT := 0x11F", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_NEXTMENU": { | |
"prefix" : "WM", | |
"body" : "WM_NEXTMENU := 0x213", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_SYSCOMMAND": { | |
"prefix" : "WM", | |
"body" : "WM_SYSCOMMAND := 0x112", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_UNINITMENUPOPUP": { | |
"prefix" : "WM", | |
"body" : "WM_UNINITMENUPOPUP := 0x125", | |
"description": "Windows - GUI - Window - Messages - Menu (Window Messages - Menu Messages and Notifications)" | |
}, | |
"WM_CAPTURECHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_CAPTURECHANGED := 0x215", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_LBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_LBUTTONDBLCLK := 0x203", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_LBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_LBUTTONDOWN := 0x201", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_LBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_LBUTTONUP := 0x202", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_MBUTTONDBLCLK := 0x209", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_MBUTTONDOWN := 0x207", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_MBUTTONUP := 0x208", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MOUSEACTIVATE": { | |
"prefix" : "WM", | |
"body" : "WM_MOUSEACTIVATE := 0x21", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MOUSEHOVER": { | |
"prefix" : "WM", | |
"body" : "WM_MOUSEHOVER := 0x2A1", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MOUSEHWHEEL": { | |
"prefix" : "WM", | |
"body" : "WM_MOUSEHWHEEL := 0x20E", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MOUSELEAVE": { | |
"prefix" : "WM", | |
"body" : "WM_MOUSELEAVE := 0x2A3", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MOUSEMOVE": { | |
"prefix" : "WM", | |
"body" : "WM_MOUSEMOVE := 0x200", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_MOUSEWHEEL": { | |
"prefix" : "WM", | |
"body" : "WM_MOUSEWHEEL := 0x20A", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCHITTEST": { | |
"prefix" : "WM", | |
"body" : "WM_NCHITTEST := 0x84", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCLBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_NCLBUTTONDBLCLK := 0xA3", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCLBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_NCLBUTTONDOWN := 0xA1", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCLBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_NCLBUTTONUP := 0xA2", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCMBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_NCMBUTTONDBLCLK := 0xA9", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCMBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_NCMBUTTONDOWN := 0xA7", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCMBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_NCMBUTTONUP := 0xA8", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCMOUSEHOVER": { | |
"prefix" : "WM", | |
"body" : "WM_NCMOUSEHOVER := 0x2A0", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCMOUSELEAVE": { | |
"prefix" : "WM", | |
"body" : "WM_NCMOUSELEAVE := 0x2A2", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCMOUSEMOVE": { | |
"prefix" : "WM", | |
"body" : "WM_NCMOUSEMOVE := 0xA0", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCRBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_NCRBUTTONDBLCLK := 0xA6", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCRBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_NCRBUTTONDOWN := 0xA4", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCRBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_NCRBUTTONUP := 0xA5", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCXBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_NCXBUTTONDBLCLK := 0xAD", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCXBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_NCXBUTTONDOWN := 0xAB", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_NCXBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_NCXBUTTONUP := 0xAC", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_RBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_RBUTTONDBLCLK := 0x206", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_RBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_RBUTTONDOWN := 0x204", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_RBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_RBUTTONUP := 0x205", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_XBUTTONDBLCLK": { | |
"prefix" : "WM", | |
"body" : "WM_XBUTTONDBLCLK := 0x20D", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_XBUTTONDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_XBUTTONDOWN := 0x20B", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_XBUTTONUP": { | |
"prefix" : "WM", | |
"body" : "WM_XBUTTONUP := 0x20C", | |
"description": "Windows - GUI - Window - Messages - Mouse (Window Messages - Mouse Input Notifications)" | |
}, | |
"WM_CTLCOLORBTN": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLORBTN := 0x135", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_CTLCOLOREDIT": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLOREDIT := 0x133", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_CTLCOLORLISTBOX": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLORLISTBOX := 0x134", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_CTLCOLORMSGBOX": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLORMSGBOX := 0x132", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_CTLCOLORSTATIC": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLORSTATIC := 0x138", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_DISPLAYCHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_DISPLAYCHANGE := 0x7E", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_ERASEBKGND": { | |
"prefix" : "WM", | |
"body" : "WM_ERASEBKGND := 0x14", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_NCPAINT": { | |
"prefix" : "WM", | |
"body" : "WM_NCPAINT := 0x85", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_PAINT": { | |
"prefix" : "WM", | |
"body" : "WM_PAINT := 0xF", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_PRINT": { | |
"prefix" : "WM", | |
"body" : "WM_PRINT := 0x317", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_PRINTCLIENT": { | |
"prefix" : "WM", | |
"body" : "WM_PRINTCLIENT := 0x318", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_SETREDRAW": { | |
"prefix" : "WM", | |
"body" : "WM_SETREDRAW := 0xB", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_SYNCPAINT": { | |
"prefix" : "WM", | |
"body" : "WM_SYNCPAINT := 0x88", | |
"description": "Windows - GUI - Window - Messages - Painting (Window Messages - Painting and Drawing Messages)" | |
}, | |
"WM_NCPOINTERDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_NCPOINTERDOWN := 0x242", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_NCPOINTERUP": { | |
"prefix" : "WM", | |
"body" : "WM_NCPOINTERUP := 0x243", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_NCPOINTERUPDATE": { | |
"prefix" : "WM", | |
"body" : "WM_NCPOINTERUPDATE := 0x241", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERACTIVATE": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERACTIVATE := 0x24B", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERCAPTURECHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERCAPTURECHANGED := 0x24C", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERDEVICECHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERDEVICECHANGE := 0x238", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERDEVICEINRANGE": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERDEVICEINRANGE := 0x239", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERDEVICEOUTOFRANGE": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERDEVICEOUTOFRANGE := 0x23A", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERDOWN": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERDOWN := 0x246", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERENTER": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERENTER := 0x249", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERHWHEEL": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERHWHEEL := 0x24F", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERLEAVE": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERLEAVE := 0x24A", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERUP": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERUP := 0x247", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERUPDATE": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERUPDATE := 0x245", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_POINTERWHEEL": { | |
"prefix" : "WM", | |
"body" : "WM_POINTERWHEEL := 0x24E", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_TOUCH": { | |
"prefix" : "WM", | |
"body" : "WM_TOUCH := 0x240", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_TOUCHHITTESTING": { | |
"prefix" : "WM", | |
"body" : "WM_TOUCHHITTESTING := 0x24D", | |
"description": "Windows - GUI - Window - Messages - Pointer (Window Messages - Pointer Input (Touch, Pen, Mouse) Messages and Notifications)" | |
}, | |
"WM_CTLCOLORSCROLLBAR": { | |
"prefix" : "WM", | |
"body" : "WM_CTLCOLORSCROLLBAR := 0x137", | |
"description": "Windows - GUI - Window - Messages - Scroll Bar (Window Messages)" | |
}, | |
"WM_HSCROLL": { | |
"prefix" : "WM", | |
"body" : "WM_HSCROLL := 0x114", | |
"description": "Windows - GUI - Window - Messages - Scroll Bar (Window Messages)" | |
}, | |
"WM_VSCROLL": { | |
"prefix" : "WM", | |
"body" : "WM_VSCROLL := 0x115", | |
"description": "Windows - GUI - Window - Messages - Scroll Bar (Window Messages)" | |
}, | |
"WM_DEVICECHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_DEVICECHANGE := 0x219", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_DEVMODECHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_DEVMODECHANGE := 0x1B", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_DPICHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_DPICHANGED := 0x2E0", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_FONTCHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_FONTCHANGE := 0x1D", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_INPUTLANGCHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_INPUTLANGCHANGE := 0x51", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_INPUTLANGCHANGEREQUEST": { | |
"prefix" : "WM", | |
"body" : "WM_INPUTLANGCHANGEREQUEST := 0x50", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_SETTINGCHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_SETTINGCHANGE := 0x1A", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_SYSCOLORCHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_SYSCOLORCHANGE := 0x15", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_THEMECHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_THEMECHANGED := 0x31A", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_TIMECHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_TIMECHANGE := 0x1E", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_USERCHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_USERCHANGED := 0x54", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_WININICHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_WININICHANGE := 0x1A", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_WTSSESSION_CHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_WTSSESSION_CHANGE := 0x2B1", | |
"description": "Windows - GUI - Window - Messages - System Changes (Window Messages)" | |
}, | |
"WM_AFXFIRST": { | |
"prefix" : "WM", | |
"body" : "WM_AFXFIRST := 0x360", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_AFXLAST": { | |
"prefix" : "WM", | |
"body" : "WM_AFXLAST := 0x37F", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_APP": { | |
"prefix" : "WM", | |
"body" : "WM_APP := 0x8000", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_CANCELJOURNAL": { | |
"prefix" : "WM", | |
"body" : "WM_CANCELJOURNAL := 0x4B", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_CHANGEUISTATE": { | |
"prefix" : "WM", | |
"body" : "WM_CHANGEUISTATE := 0x127", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_CHARTOITEM": { | |
"prefix" : "WM", | |
"body" : "WM_CHARTOITEM := 0x2F", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_COMMNOTIFY": { | |
"prefix" : "WM", | |
"body" : "WM_COMMNOTIFY := 0x44", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_COMPACTING": { | |
"prefix" : "WM", | |
"body" : "WM_COMPACTING := 0x41", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_COMPAREITEM": { | |
"prefix" : "WM", | |
"body" : "WM_COMPAREITEM := 0x39", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_COPYDATA": { | |
"prefix" : "WM", | |
"body" : "WM_COPYDATA := 0x4A", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_DELETEITEM": { | |
"prefix" : "WM", | |
"body" : "WM_DELETEITEM := 0x2D", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_DRAWITEM": { | |
"prefix" : "WM", | |
"body" : "WM_DRAWITEM := 0x2B", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_ENDSESSION": { | |
"prefix" : "WM", | |
"body" : "WM_ENDSESSION := 0x16", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_GESTURE": { | |
"prefix" : "WM", | |
"body" : "WM_GESTURE := 0x119", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_GESTURENOTIFY": { | |
"prefix" : "WM", | |
"body" : "WM_GESTURENOTIFY := 0x11A", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_GETMINMAXINFO": { | |
"prefix" : "WM", | |
"body" : "WM_GETMINMAXINFO := 0x24", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_GETOBJECT": { | |
"prefix" : "WM", | |
"body" : "WM_GETOBJECT := 0x3D", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_GETTITLEBARINFOEX": { | |
"prefix" : "WM", | |
"body" : "WM_GETTITLEBARINFOEX := 0x33F", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_HANDHELDFIRST": { | |
"prefix" : "WM", | |
"body" : "WM_HANDHELDFIRST := 0x358", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_HANDHELDLAST": { | |
"prefix" : "WM", | |
"body" : "WM_HANDHELDLAST := 0x35F", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_HELP": { | |
"prefix" : "WM", | |
"body" : "WM_HELP := 0x53", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_ICONERASEBKGND": { | |
"prefix" : "WM", | |
"body" : "WM_ICONERASEBKGND := 0x27", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_INPUT": { | |
"prefix" : "WM", | |
"body" : "WM_INPUT := 0xFF", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_INPUT_DEVICE_CHANGE": { | |
"prefix" : "WM", | |
"body" : "WM_INPUT_DEVICE_CHANGE := 0xFE", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_MEASUREITEM": { | |
"prefix" : "WM", | |
"body" : "WM_MEASUREITEM := 0x2C", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_NOTIFY": { | |
"prefix" : "WM", | |
"body" : "WM_NOTIFY := 0x4E", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_NOTIFYFORMAT": { | |
"prefix" : "WM", | |
"body" : "WM_NOTIFYFORMAT := 0x55", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_NULL": { | |
"prefix" : "WM", | |
"body" : "WM_NULL := 0x0", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_PAINTICON": { | |
"prefix" : "WM", | |
"body" : "WM_PAINTICON := 0x26", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_PALETTECHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_PALETTECHANGED := 0x311", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_PALETTEISCHANGING": { | |
"prefix" : "WM", | |
"body" : "WM_PALETTEISCHANGING := 0x310", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_PARENTNOTIFY": { | |
"prefix" : "WM", | |
"body" : "WM_PARENTNOTIFY := 0x210", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_PENWINFIRST": { | |
"prefix" : "WM", | |
"body" : "WM_PENWINFIRST := 0x380", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_PENWINLAST": { | |
"prefix" : "WM", | |
"body" : "WM_PENWINLAST := 0x38F", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_POWER": { | |
"prefix" : "WM", | |
"body" : "WM_POWER := 0x48", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_POWERBROADCAST": { | |
"prefix" : "WM", | |
"body" : "WM_POWERBROADCAST := 0x218", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_QUERYDRAGICON": { | |
"prefix" : "WM", | |
"body" : "WM_QUERYDRAGICON := 0x37", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_QUERYENDSESSION": { | |
"prefix" : "WM", | |
"body" : "WM_QUERYENDSESSION := 0x11", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_QUERYNEWPALETTE": { | |
"prefix" : "WM", | |
"body" : "WM_QUERYNEWPALETTE := 0x30F", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_QUERYUISTATE": { | |
"prefix" : "WM", | |
"body" : "WM_QUERYUISTATE := 0x129", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_QUEUESYNC": { | |
"prefix" : "WM", | |
"body" : "WM_QUEUESYNC := 0x23", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_SETCURSOR": { | |
"prefix" : "WM", | |
"body" : "WM_SETCURSOR := 0x20", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_SPOOLERSTATUS": { | |
"prefix" : "WM", | |
"body" : "WM_SPOOLERSTATUS := 0x2A", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_TABLET_FIRST": { | |
"prefix" : "WM", | |
"body" : "WM_TABLET_FIRST := 0x2C0", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_TABLET_LAST": { | |
"prefix" : "WM", | |
"body" : "WM_TABLET_LAST := 0x2DF", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_TCARD": { | |
"prefix" : "WM", | |
"body" : "WM_TCARD := 0x52", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_TIMER": { | |
"prefix" : "WM", | |
"body" : "WM_TIMER := 0x113", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_UPDATEUISTATE": { | |
"prefix" : "WM", | |
"body" : "WM_UPDATEUISTATE := 0x128", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_USER": { | |
"prefix" : "WM", | |
"body" : "WM_USER := 0x400", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_VKEYTOITEM": { | |
"prefix" : "WM", | |
"body" : "WM_VKEYTOITEM := 0x2E", | |
"description": "Windows - GUI - Window - Messages - Uncategorized (Window Messages - More Messages and Notifications)" | |
}, | |
"WM_ACTIVATE": { | |
"prefix" : "WM", | |
"body" : "WM_ACTIVATE := 0x6", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_ACTIVATEAPP": { | |
"prefix" : "WM", | |
"body" : "WM_ACTIVATEAPP := 0x1C", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_CANCELMODE": { | |
"prefix" : "WM", | |
"body" : "WM_CANCELMODE := 0x1F", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_CHILDACTIVATE": { | |
"prefix" : "WM", | |
"body" : "WM_CHILDACTIVATE := 0x22", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_CLOSE": { | |
"prefix" : "WM", | |
"body" : "WM_CLOSE := 0x10", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_CREATE": { | |
"prefix" : "WM", | |
"body" : "WM_CREATE := 0x1", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_DESTROY": { | |
"prefix" : "WM", | |
"body" : "WM_DESTROY := 0x2", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_DROPFILES": { | |
"prefix" : "WM", | |
"body" : "WM_DROPFILES := 0x233", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_ENABLE": { | |
"prefix" : "WM", | |
"body" : "WM_ENABLE := 0xA", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_ENTERSIZEMOVE": { | |
"prefix" : "WM", | |
"body" : "WM_ENTERSIZEMOVE := 0x231", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_EXITSIZEMOVE": { | |
"prefix" : "WM", | |
"body" : "WM_EXITSIZEMOVE := 0x232", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_GETFONT": { | |
"prefix" : "WM", | |
"body" : "WM_GETFONT := 0x31", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_GETICON": { | |
"prefix" : "WM", | |
"body" : "WM_GETICON := 0x7F", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_GETTEXT": { | |
"prefix" : "WM", | |
"body" : "WM_GETTEXT := 0xD", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_GETTEXTLENGTH": { | |
"prefix" : "WM", | |
"body" : "WM_GETTEXTLENGTH := 0xE", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_MOVE": { | |
"prefix" : "WM", | |
"body" : "WM_MOVE := 0x3", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_MOVING": { | |
"prefix" : "WM", | |
"body" : "WM_MOVING := 0x216", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_NCACTIVATE": { | |
"prefix" : "WM", | |
"body" : "WM_NCACTIVATE := 0x86", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_NCCALCSIZE": { | |
"prefix" : "WM", | |
"body" : "WM_NCCALCSIZE := 0x83", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_NCCREATE": { | |
"prefix" : "WM", | |
"body" : "WM_NCCREATE := 0x81", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_NCDESTROY": { | |
"prefix" : "WM", | |
"body" : "WM_NCDESTROY := 0x82", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_QUERYOPEN": { | |
"prefix" : "WM", | |
"body" : "WM_QUERYOPEN := 0x13", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_QUIT": { | |
"prefix" : "WM", | |
"body" : "WM_QUIT := 0x12", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_SETFONT": { | |
"prefix" : "WM", | |
"body" : "WM_SETFONT := 0x30", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_SETICON": { | |
"prefix" : "WM", | |
"body" : "WM_SETICON := 0x80", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_SETTEXT": { | |
"prefix" : "WM", | |
"body" : "WM_SETTEXT := 0xC", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_SHOWWINDOW": { | |
"prefix" : "WM", | |
"body" : "WM_SHOWWINDOW := 0x18", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_SIZE": { | |
"prefix" : "WM", | |
"body" : "WM_SIZE := 0x5", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_SIZING": { | |
"prefix" : "WM", | |
"body" : "WM_SIZING := 0x214", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_STYLECHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_STYLECHANGED := 0x7D", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_STYLECHANGING": { | |
"prefix" : "WM", | |
"body" : "WM_STYLECHANGING := 0x7C", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_WINDOWPOSCHANGED": { | |
"prefix" : "WM", | |
"body" : "WM_WINDOWPOSCHANGED := 0x47", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"WM_WINDOWPOSCHANGING": { | |
"prefix" : "WM", | |
"body" : "WM_WINDOWPOSCHANGING := 0x46", | |
"description": "Windows - GUI - Window - Messages - Window (Window Messages - Window Messages and Notifications)" | |
}, | |
"AW_ACTIVATE": { | |
"prefix" : "AW", | |
"body" : "AW_ACTIVATE := 0x20000", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_BLEND": { | |
"prefix" : "AW", | |
"body" : "AW_BLEND := 0x80000", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_CENTER": { | |
"prefix" : "AW", | |
"body" : "AW_CENTER := 0x10", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_HIDE": { | |
"prefix" : "AW", | |
"body" : "AW_HIDE := 0x10000", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_HOR_NEGATIVE": { | |
"prefix" : "AW", | |
"body" : "AW_HOR_NEGATIVE := 0x2", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_HOR_POSITIVE": { | |
"prefix" : "AW", | |
"body" : "AW_HOR_POSITIVE := 0x1", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_SLIDE": { | |
"prefix" : "AW", | |
"body" : "AW_SLIDE := 0x40000", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_VER_NEGATIVE": { | |
"prefix" : "AW", | |
"body" : "AW_VER_NEGATIVE := 0x8", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"AW_VER_POSITIVE": { | |
"prefix" : "AW", | |
"body" : "AW_VER_POSITIVE := 0x4", | |
"description": "Windows - GUI - Window - Others - AnimateWindow (AnimateWindow() Commands)" | |
}, | |
"CW_USEDEFAULT": { | |
"prefix" : "CW", | |
"body" : "CW_USEDEFAULT := 0x80000000", | |
"description": "Windows - GUI - Window - Others - CreateWindow (Constants for CreateWindowEx)" | |
}, | |
"HWND_DESKTOP": { | |
"prefix" : "HWND", | |
"body" : "HWND_DESKTOP := 0", | |
"description": "Windows - GUI - Window - Others - CreateWindow (Constants for CreateWindowEx)" | |
}, | |
"GA_PARENT": { | |
"prefix" : "GA", | |
"body" : "GA_PARENT := 1", | |
"description": "Windows - GUI - Window - Others - GetAncestor (Parameters for GetAncestor)" | |
}, | |
"GA_ROOT": { | |
"prefix" : "GA", | |
"body" : "GA_ROOT := 2", | |
"description": "Windows - GUI - Window - Others - GetAncestor (Parameters for GetAncestor)" | |
}, | |
"GA_ROOTOWNER": { | |
"prefix" : "GA", | |
"body" : "GA_ROOTOWNER := 3", | |
"description": "Windows - GUI - Window - Others - GetAncestor (Parameters for GetAncestor)" | |
}, | |
"GCL_CBCLSEXTRA": { | |
"prefix" : "GCL", | |
"body" : "GCL_CBCLSEXTRA := -20", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_CBWNDEXTRA": { | |
"prefix" : "GCL", | |
"body" : "GCL_CBWNDEXTRA := -18", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_HBRBACKGROUND": { | |
"prefix" : "GCL", | |
"body" : "GCL_HBRBACKGROUND := -10", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_HCURSOR": { | |
"prefix" : "GCL", | |
"body" : "GCL_HCURSOR := -12", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_HICON": { | |
"prefix" : "GCL", | |
"body" : "GCL_HICON := -14", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_HICONSM": { | |
"prefix" : "GCL", | |
"body" : "GCL_HICONSM := -34", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_HMODULE": { | |
"prefix" : "GCL", | |
"body" : "GCL_HMODULE := -16", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_MENUNAME": { | |
"prefix" : "GCL", | |
"body" : "GCL_MENUNAME := -8", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_STYLE": { | |
"prefix" : "GCL", | |
"body" : "GCL_STYLE := -26", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCL_WNDPROC": { | |
"prefix" : "GCL", | |
"body" : "GCL_WNDPROC := -24", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GCW_ATOM": { | |
"prefix" : "GCW", | |
"body" : "GCW_ATOM := -32", | |
"description": "Windows - GUI - Window - Others - GetClassLong (Get/SetClassLong() Parameter)" | |
}, | |
"GW_CHILD": { | |
"prefix" : "GW", | |
"body" : "GW_CHILD := 5", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_ENABLEDPOPUP": { | |
"prefix" : "GW", | |
"body" : "GW_ENABLEDPOPUP := 6", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_HWNDFIRST": { | |
"prefix" : "GW", | |
"body" : "GW_HWNDFIRST := 0", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_HWNDLAST": { | |
"prefix" : "GW", | |
"body" : "GW_HWNDLAST := 1", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_HWNDNEXT": { | |
"prefix" : "GW", | |
"body" : "GW_HWNDNEXT := 2", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_HWNDPREV": { | |
"prefix" : "GW", | |
"body" : "GW_HWNDPREV := 3", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_MAX": { | |
"prefix" : "GW", | |
"body" : "GW_MAX := 6", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GW_OWNER": { | |
"prefix" : "GW", | |
"body" : "GW_OWNER := 4", | |
"description": "Windows - GUI - Window - Others - GetWindow (GetWindow uCmd Parameter)" | |
}, | |
"GWL_EXSTYLE": { | |
"prefix" : "GWL", | |
"body" : "GWL_EXSTYLE := -20", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"GWL_HINSTANCE": { | |
"prefix" : "GWL", | |
"body" : "GWL_HINSTANCE := -6", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"GWL_HWNDPARENT": { | |
"prefix" : "GWL", | |
"body" : "GWL_HWNDPARENT := -8", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"GWL_ID": { | |
"prefix" : "GWL", | |
"body" : "GWL_ID := -12", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"GWL_STYLE": { | |
"prefix" : "GWL", | |
"body" : "GWL_STYLE := -16", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"GWL_USERDATA": { | |
"prefix" : "GWL", | |
"body" : "GWL_USERDATA := -21", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"GWL_WNDPROC": { | |
"prefix" : "GWL", | |
"body" : "GWL_WNDPROC := -4", | |
"description": "Windows - GUI - Window - Others - GetWindowLong (Get/SetWindowLong() Parameter)" | |
}, | |
"HTBORDER": { | |
"prefix" : "HTBORDER", | |
"body" : "HTBORDER := 18", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTBOTTOM": { | |
"prefix" : "HTBOTTOM", | |
"body" : "HTBOTTOM := 15", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTBOTTOMLEFT": { | |
"prefix" : "HTBOTTOMLEFT", | |
"body" : "HTBOTTOMLEFT := 16", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTBOTTOMRIGHT": { | |
"prefix" : "HTBOTTOMRIGHT", | |
"body" : "HTBOTTOMRIGHT := 17", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTCAPTION": { | |
"prefix" : "HTCAPTION", | |
"body" : "HTCAPTION := 2", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTCLIENT": { | |
"prefix" : "HTCLIENT", | |
"body" : "HTCLIENT := 1", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTCLOSE": { | |
"prefix" : "HTCLOSE", | |
"body" : "HTCLOSE := 20", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTERROR": { | |
"prefix" : "HTERROR", | |
"body" : "HTERROR := -2", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTGROWBOX": { | |
"prefix" : "HTGROWBOX", | |
"body" : "HTGROWBOX := 4", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTHELP": { | |
"prefix" : "HTHELP", | |
"body" : "HTHELP := 21", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTHSCROLL": { | |
"prefix" : "HTHSCROLL", | |
"body" : "HTHSCROLL := 6", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTLEFT": { | |
"prefix" : "HTLEFT", | |
"body" : "HTLEFT := 10", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTMAXBUTTON": { | |
"prefix" : "HTMAXBUTTON", | |
"body" : "HTMAXBUTTON := 9", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTMENU": { | |
"prefix" : "HTMENU", | |
"body" : "HTMENU := 5", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTMINBUTTON": { | |
"prefix" : "HTMINBUTTON", | |
"body" : "HTMINBUTTON := 8", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTNOWHERE": { | |
"prefix" : "HTNOWHERE", | |
"body" : "HTNOWHERE := 0", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTOBJECT": { | |
"prefix" : "HTOBJECT", | |
"body" : "HTOBJECT := 19", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTREDUCE": { | |
"prefix" : "HTREDUCE", | |
"body" : "HTREDUCE := 8", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTRIGHT": { | |
"prefix" : "HTRIGHT", | |
"body" : "HTRIGHT := 11", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTSIZE": { | |
"prefix" : "HTSIZE", | |
"body" : "HTSIZE := 4", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTSIZEFIRST": { | |
"prefix" : "HTSIZEFIRST", | |
"body" : "HTSIZEFIRST := 10", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTSIZELAST": { | |
"prefix" : "HTSIZELAST", | |
"body" : "HTSIZELAST := 17", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTSYSMENU": { | |
"prefix" : "HTSYSMENU", | |
"body" : "HTSYSMENU := 3", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTTOP": { | |
"prefix" : "HTTOP", | |
"body" : "HTTOP := 12", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTTOPLEFT": { | |
"prefix" : "HTTOPLEFT", | |
"body" : "HTTOPLEFT := 13", | |
"description": "Windows - GUI - Window - Others - HitTest (WM_NCHITTEST and MOUSEHOOKSTRUCT Mouse Position Codes)" | |
}, | |
"HTTOPRIGHT": { | |
"prefix" : "HTTOPRIGHT", | |
"body" : "HTTOPRIGHT := 14", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment