附录-Windows常用数据类型-Windows编程基础

时间:2024-05-13 11:06:35
【文件属性】:

文件名称:附录-Windows常用数据类型-Windows编程基础

文件大小:547KB

文件格式:PPT

更新时间:2024-05-13 11:06:35

Windows

附录1-Windows常用数据类型 Windows类型 基本数据类型 说明 BOOL int 布尔值 BSTR unsigned short * 32位字符指针 BYTE unsigned char 8位无符号整数 COLORREF unsigned long 用作颜色值的32位值 DWORD unsigned long 32位无符号整数,段地址和相关的偏移地址 LONG long 32位带符号整数 LPARAM long 作为参数传递给窗口过程或回调函数的32位值 LPCSTR const char * 指向字符串常量的32位指针 LPSTR char * 指向字符串的32位指针 LPVOID void * 指向未定义类型的32位指针 LRESULT long 来自窗口过程或回调函数的32位返回值 UINT unsigned int 32位无符号整数 WORD unsigned short 16位无符号整数 WPARAM unsigned int 当作参数传递给窗口过程或回调函数的32位值


网友评论