Table of Contents

Method SetWindowLong

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

SetWindowLong(IntPtr, int, int)

public static extern IntPtr SetWindowLong(IntPtr hWnd, int nIndex, int dwNewLong)

Parameters

hWnd IntPtr
nIndex int
dwNewLong int

Returns

IntPtr