C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / SetWindowLong Method / SetWindowLong(IntPtr,Int32,IntPtr) Method

In This Topic
SetWindowLong(IntPtr,Int32,IntPtr) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function SetWindowLong( _
   ByVal hwnd As IntPtr, _
   ByVal nIndex As Integer, _
   ByVal dwNewLong As IntPtr _
) As IntPtr
 

Parameters

hwnd
nIndex
dwNewLong
See Also