[]
        
(Showing Draft Content)

C1.Util.Win.Win32.SetWindowLongPtr

SetWindowLongPtr Method

SetWindowLongPtr(nint, int, nint)

Declaration
public static nint SetWindowLongPtr(nint hWnd, int nIndex, nint dwNewLong)
Public Shared Function SetWindowLongPtr(hWnd As IntPtr, nIndex As Integer, dwNewLong As IntPtr) As IntPtr
Parameters
Type Name Description
nint hWnd
int nIndex
nint dwNewLong
Returns
Type Description
nint