GetWindowTextLengthW method

int GetWindowTextLengthW(
  1. Pointer<HWND__> hWnd
)

Implementation

int GetWindowTextLengthW(
  ffi.Pointer<HWND__> hWnd,
) {
  return _GetWindowTextLengthW(
    hWnd,
  );
}