'Declaration Public Overloads Shared Function SetWindowLong( _ ByVal hwnd As IntPtr, _ ByVal nIndex As Integer, _ ByVal dwNewLong As IntPtr _ ) As IntPtr
public static IntPtr SetWindowLong( IntPtr hwnd, int nIndex, IntPtr dwNewLong )
Win32 Class Win32 Members Overload List