SetClassLongPtrW method
Implementation
int SetClassLongPtrW(
ffi.Pointer<HWND__> hWnd,
int nIndex,
int dwNewLong,
) {
return (_SetClassLongPtrW ??=
_dylib.lookupFunction<_c_SetClassLongPtrW, _dart_SetClassLongPtrW>(
'SetClassLongPtrW'))(
hWnd,
nIndex,
dwNewLong,
);
}