几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   vc编程 (http://www.dimcax.com/hust/forumdisplay.php?f=76)
-   -   【转帖】hwnd 和 Handle 类型有什么区别? (http://www.dimcax.com/hust/showthread.php?t=904)

yogy 2007-06-02 01:58 PM

【转帖】hwnd 和 Handle 类型有什么区别?
 
HWND Handle of a window.
HANDLE Handle of an object.

yogy 2007-06-02 01:59 PM

回复: 【转帖】hwnd 和 Handle 类型有什么区别?
 
A number assigned to a window that is used by the operating system to keep track of the attributes of the window. In a C or C++ library, a handle is a pointer.

A Windows window is identified by a “window handle” (HWND) and is created after the CWnd object is created by a call to the Create member function of class CWnd.


所有的时间均为北京时间。 现在的时间是 01:11 AM.