GetWindowWord method
Implementation
int GetWindowWord(
ffi.Pointer<HWND__> hWnd,
int nIndex,
) {
return (_GetWindowWord ??=
_dylib.lookupFunction<_c_GetWindowWord, _dart_GetWindowWord>(
'GetWindowWord'))(
hWnd,
nIndex,
);
}