windows常用的关键字

 

本质类型:RTL_CRITICAL_SECTION结构体指针, 定义过程:RTL_CRITICAL_SECTION(结构)→CRITICAL,总之是一种数据类型。

dword

Data Types

  This topic lists the data types most commonly used in the Microsoft Foundation Class Library. Most of the data types are exactly the same as those in the Windows Software Development Kit (SDK), while others are unique to MFC.

  Commonly used Windows SDK and MFC data types are as follows: BOOL A Boolean value.

  BSTR A 32-bit character pointer.

  BYTE An 8-bit integer that is not signed.

  COLORREF A 32-bit value used as a color value.

  DWORD A 32-bit unsigned integer or the address of a segment and its associated offset.

  LONG A 32-bit signed integer.

  LPARAM A 32-bit value passed as a parameter to a window procedure or callback function.

  LPCSTR A 32-bit pointer to a constant character string.

  LPSTR A 32-bit pointer to a character string.

  LPCTSTR A 32-bit pointer to a constant character string that is portable for Unicode and DBCS.

  LPTSTR A 32-bit pointer to a character string that is portable for Unicode and DBCS.

  LPVOID A 32-bit pointer to an unspecified type.

  LRESULT A 32-bit value returned from a window procedure or callback function.

  UINT A 16-bit unsigned integer on Windows versions 3.0 and 3.1; a 32-bit unsigned integer on Win32.

  WNDPROC A 32-bit pointer to a window procedure.

  WORD A 16-bit unsigned integer.

  WPARAM A 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:

  POSITION A value used to denote the position of an element in a collection; used by MFC collection classes. LPCRECT A 32-bit pointer to a constant (nonmodifiable) RECT structure.

THandle

THandle是对象的句柄,很多Windows   API函数都会返回THandle类型的值,用来标识Windows内部对象跟踪表中的对象。Delphi里是定义成LongWord。

INC在pascal语言中

inc(i,n)是自增函数

相应的等同于 i := i+n ;(n指相应的增量)

Dec(i,n)是自减函数

只针对整数(inc同)

handle

HANDLE:句柄,是Windows用来表示对象的(不是C++的对象),HWND是其中一种,HWND是HANDLE,但HANDLE不只是HWND,更具体的查MSDN吧。

HANDLE(句柄)是windows操作系统中的一个概念。在window程序中,有各种各样的资源(窗口、图标、光标等),系统在创建这些资源时会为它们分配内存,并返回标示这些资源的标示号,即句柄。句柄指的是一个核心对象在某一个进程中的唯一索引,而不是指针。由于地址空间的限制,句柄所标识的内容对进程是不可见的,只能由操作系统通过进程句柄列表来进行维护。句柄列表: 每个进程都要创建一个句柄列表,这些句柄指向各种系统资源,比如信号量,线程,和文件等,进程中的所有线程都可以访问这些资源。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值