CWindow::GetWindowLong
检索32位值在指定的偏移量额外的windows内存中。
LONG GetWindowLong(
int nIndex
) const throw();
备注
在参见 Windows SDK的 GetWindowLong。
备注
给的Windows兼容的32位和64位版本编写代码,请使用 CWindow::GetWindowLongPtr。
要求
Header: atlwin.h
检索32位值在指定的偏移量额外的windows内存中。
LONG GetWindowLong(
int nIndex
) const throw();
在参见 Windows SDK的 GetWindowLong。
备注
给的Windows兼容的32位和64位版本编写代码,请使用 CWindow::GetWindowLongPtr。
Header: atlwin.h