GetWindowLong(HandleRef, WindowLongValues) |
Retrieves information about the specified window.
The function also retrieves the 32-bit (DWORD) value at the specified offset into the extra window memory.
Obsolete. |
GetWindowLong(IntPtr, WindowLongValues) |
Retrieves information about the specified window.
The function also retrieves the 32-bit (DWORD) value at the specified offset into the extra window memory.
Obsolete. |
GetWindowLong(SafeHandle, WindowLongValues) |
Retrieves information about the specified window.
The function also retrieves the 32-bit (DWORD) value at the specified offset into the extra window memory.
Obsolete. |