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

前端 未结 7 2216
栀梦
栀梦 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条回答
  •  心在旅途
    2021-01-26 02:12

    You can use ApiViewer. Initially developed for VB6, it can be set up to show declarations in object pascal language which could save you some typing.

    Mind you though, its database is not perfect. Some function definitios are incorrect, some constants too (like 0xFFFF instead of 0xFFFFFFFF).

提交回复
热议问题