SetWindowLong(IntPtr,Int32,WindowProc) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function SetWindowLong( _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Win32.WindowProc _
) As IntPtr
public static IntPtr SetWindowLong(
IntPtr ,
int ,
Win32.WindowProc
)
Parameters
- hwnd
- nIndex
- newWindowProc
See Also