Where can I find a list of windows API constants, in a none .net enviroment

前端 未结 7 2029
栀梦
栀梦 2021-01-26 01:24

I would like to find the values of some of windows API constants, such as, but not limited to LVM_ENABLEGROUPVIEW & WM_SHOWWINDOW

Looking on the n

7条回答
  •  -上瘾入骨i
    2021-01-26 02:17

    In addition to what others have said (all valid and good advices), Google is your friend. Search for "#define WM_Whatever".

    For example: http://www.google.si/search?&q=%23define+LVM_ENABLEGROUPVIEW

提交回复
热议问题