SetClassLongW method
Implementation
int SetClassLongW(
ffi.Pointer<HWND__> hWnd,
int nIndex,
int dwNewLong,
) {
return (_SetClassLongW ??=
_dylib.lookupFunction<_c_SetClassLongW, _dart_SetClassLongW>(
'SetClassLongW'))(
hWnd,
nIndex,
dwNewLong,
);
}