CWindow::GetWindowLongPtr
擷取所指定之視窗的相關資訊,包括值中的指定位移至額外的視窗記憶體中。
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