GetWindowTextLengthA method

int GetWindowTextLengthA(
  1. Pointer<HWND__> hWnd
)

Implementation

int GetWindowTextLengthA(
  ffi.Pointer<HWND__> hWnd,
) {
  return _GetWindowTextLengthA(
    hWnd,
  );
}