GetWindowTextLengthW method

int GetWindowTextLengthW(
  1. Pointer<HWND__> hWnd
)

Implementation

int GetWindowTextLengthW(
  ffi.Pointer<HWND__> hWnd,
) {
  return (_GetWindowTextLengthW ??= _dylib.lookupFunction<
      _c_GetWindowTextLengthW,
      _dart_GetWindowTextLengthW>('GetWindowTextLengthW'))(
    hWnd,
  );
}