CWindow::GetWindowLongPtr

检索有关指定窗口的信息,包括值在指定的偏移量额外的windows内存中。

LONG_PTR GetWindowLongPtr(
   int nIndex 
) const throw( );

备注

在参见 Windows SDK的 GetWindowLongPtr

备注

如果检索指针或句柄,此函数取代 CWindow::GetWindowLong 方法。

备注

指针和处理是在32位Windows的32位和在64位Windows的64位。

给的Windows兼容的32位和64位版本编写代码,请使用 CWindow::GetWindowLongPtr

要求

Header: atlwin.h

请参见

参考

CWindow选件类

CWindow::SetWindowLongPtr

CWindow::GetWindowLong