SetWindowWord method
Implementation
int SetWindowWord(
ffi.Pointer<HWND__> hWnd,
int nIndex,
int wNewWord,
) {
return (_SetWindowWord ??=
_dylib.lookupFunction<_c_SetWindowWord, _dart_SetWindowWord>(
'SetWindowWord'))(
hWnd,
nIndex,
wNewWord,
);
}