GetWindowTextLengthA method

int GetWindowTextLengthA(
  1. Pointer<HWND__> hWnd
)

Implementation

int GetWindowTextLengthA(
  ffi.Pointer<HWND__> hWnd,
) {
  return (_GetWindowTextLengthA ??= _dylib.lookupFunction<
      _c_GetWindowTextLengthA,
      _dart_GetWindowTextLengthA>('GetWindowTextLengthA'))(
    hWnd,
  );
}