Windows程序设计之数据类型
来源:http://www.tudoupe.com时间:2022-05-09
Commonly used Windows SDK and MFC data types are as follows:
BOOLA Boolean value.
BSTRA 32-bit character pointer.
BYTEAn 8-bit integer that is not signed.
COLORREFA 32-bit value used as a color value.
DWORDA 32-bit unsigned integer or the address of a segment and its associated offset.
LONGA 32-bit signed integer.
LPARAMA 32-bit value passed as a parameter to a window procedure or callback function.
LPCSTRA 32-bit pointer to a constant character string.
LPSTRA 32-bit pointer to a character string.
LPCTSTRA 32-bit pointer to a constant character string that is portable for Unicode and DBCS.
LPTSTRA 32-bit pointer to a character string that is portable for Unicode and DBCS.
LPVOIDA 32-bit pointer to an unspecified type.
LRESULTA 32-bit value returned from a window procedure or callback function.
UINTA 16-bit unsigned integer on Windows versions 3.0 and 3.1; a 32-bit unsigned integer on Win32.
WNDPROCA 32-bit pointer to a window procedure.
WORDA 16-bit unsigned integer.
WPARAMA value passed as a parameter to a window procedure or callback function: 16 bits on Windows versions 3.0 and 3.1; 32 bits on Win32.
Data types unique to the Microsoft Foundation Class Library include the following:
POSITIONA value used to denote the position of an element in a collection; used by MFC collection classes.
LPCRECTA 32-bit pointer to a constant (nonmodifiable) RECT structure.
相关新闻
- 2022-08-04 WPF的由来
- 2022-08-04 Win11勒索软件防护怎么打开?Win11安
- 2022-08-04 Windows系统jdk的配置
- 2022-08-04 Windows10 OneNote怎么重新登录?如何重
- 2022-08-04 超好用的 Windows 效率工具推荐
- 2022-08-04 Windows如何在CMD或PowerShell中配置代理
- 2022-08-04 powershell和cmd对比
- 2022-08-04 【QT】Windows下QT下载安装
- 2022-08-04 windows下 C++ 实现类属性的get和set方
- 2022-08-04 Win11快速助手在哪里?Win11打开快速
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
