GetWindowLong (coredll)
Last changed: -79.248.150.102

.
Summary
TODO - a short description

C# Signature:

[DllImport("coredll.dll", SetLastError=true)]

    private static extern int GetWindowLong(IntPtr  hWnd, int nIndex);

VB Signature:

<DllImport("coredll.dll")> _

    Private Shared Function GetWindowLong(ByVal hWnd As IntPtr, ByVal nIndex As Integer) As Integer

End Function!!!!User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation