在哪里可以找到Windows API常量的列表 [英] Where can I find a list of windows API constants

查看:144
本文介绍了在哪里可以找到Windows API常量的列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

每当我像dll一样与user32.dll进行交互时,我需要像MF_REMOVE这样的常量。
所有这些常量或ac#库是否有常量的概述?

Every time I interact with dll's like the user32.dll I need constants like MF_REMOVE. Is there a overview for all that constants or a c# library that constants all these constants?

推荐答案

你会找到win32 API的C头文件中的所有常量。获取此信息的低科技方式是在visual studio或平台SDK的头文件夹中简单地运行文本搜索。

这通常是这样的:

You'll find all the constants in the C headers of the win32 API. The low-tech way of getting this information is to simply run a text search in the headers folder of visual studio or the platform SDK.
This will usually be something like :


C:\Program Files\Microsoft
SDKs\Windows\v6.0A\Include\

C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include\

这篇关于在哪里可以找到Windows API常量的列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆