SetWindowLong (user32)
Last changed: randomdude12-104.245.251.252

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern int SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong);

VB.NET Signature:

    Private Declare Auto Function SetWindowLong Lib "User32.Dll" _
    (ByVal hWnd As IntPtr, _
    ByVal nIndex As Integer, _
    ByVal dwNewLong As Integer) As Integer

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation