CWindow::GetWindowLongPtr
Recupera informazioni sulla finestra specificata, incluse un valore a un offset specificato in memoria aggiuntiva della finestra.
LONG_PTR GetWindowLongPtr(
int nIndex
) const throw( );
Note
Vedere GetWindowLongPtr in Windows SDK.
Note
Se si recupera un puntatore o un handle, questa funzione sostituisce il metodo CWindow::GetWindowLong.
[!NOTA]
I puntatori e l'handle venga 32 bit su Windows a 32 bit e a 64 bit su Windows a 64 bit.
Per scrivere il codice compatibile con sia a 32 bit che le versioni a 64 bit di Windows, utilizzare CWindow::GetWindowLongPtr.
Requisiti
Header: atlwin.h