Scroll to navigation

SetWindowLongA(3w) Wine API SetWindowLongA(3w)

NAME

SetWindowLongA (USER32.@)

SYNOPSIS

LONG SetWindowLongA
(
HWND hwnd,
INT offset,
LONG newval
)
 

DESCRIPTION

See SetWindowLongW(3w).
 

IMPLEMENTATION

Declared in "winuser.h".
Implemented in "dlls/user32/win.c".
Debug channel "win".
Oct 2012 Wine API