[Obsolete("This function is unsafe. Use GetWindowLongPtr instead."),
DllImport("user32.dll", SetLastError=true)]
static extern int GetWindowLong(IntPtr hWnd, int nIndex);
<Obsolete("This function is unsafe. Use GetWindowLongPtr instead."),
DllImport("user32.dll", SetLastError:=True)> _
Private Shared Function GetWindowLong(ByVal hWnd As IntPtr, _
ByVal nIndex As Integer) As Integer
End Function
None.
This function is NOT 64-bit safe! Use GetWindowLongPtr instead!
Please add some!
Please add some!
Do you know one? Please contribute it!