![]() |
【转帖】hwnd 和 Handle 类型有什么区别?
HWND Handle of a window.
HANDLE Handle of an object. |
回复: 【转帖】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. |