SetWindowWord method

int SetWindowWord(
  1. Pointer<HWND__> hWnd,
  2. int nIndex,
  3. int wNewWord
)

Implementation

int SetWindowWord(
  ffi.Pointer<HWND__> hWnd,
  int nIndex,
  int wNewWord,
) {
  return _SetWindowWord(
    hWnd,
    nIndex,
    wNewWord,
  );
}