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

前端 未结 7 2171
栀梦
栀梦 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:07

    The excellent Delphi JEDI project has converted most of the Windows API header files into delphi / pascal. Check out win32api at the JEDI site.

提交回复
热议问题