windows程序设计中的参数问题

来源:百度知道 编辑:UC知道 时间:2024/05/24 08:19:22
我在看windows程序设计时,对其中的很多很长的参数类型名称不理解,(我以前学过C++语言)请问有没有讲解这些参数类型的网址,或者有专门的文章发给我看看,先谢谢啦!

我的邮箱:shshrsh2006@163.com

对于这样的一个问题我也遇到过这样的阶段,

不过慢慢的你就会适应的,因为熟了也就记住了。还有学计算机的一定要

好好的学习英语,要尝试多看国外人写的源代码和非常好的注释。国内大部分

的都是原版国外的东西。

下面是我的一些整理:

Data Types

ATOM Atom. For more information, see Atoms.

BOOL Boolean variable (should be TRUE or FALSE).

BOOLEAN Boolean variable (should be TRUE or FALSE).

BYTE Byte (8 bits).

CALLBACK Calling convention for callback functions.

CHAR 8-bit Windows (ANSI) character. For more information, see Character Sets Used By Fonts.

COLORREF Red, green, blue (RGB) color value (32 bits). See COLORREF for information on this type.

CONST Variable whose value is to remain constant during execution.

CRITICAL_SECTION Critical-section object. For more information, see Critical Section Objects.

DWORD 32-bit unsigned integer.

DWORD_PTR Unsigned long type for pointer precision. Use when casting a pointer to a long