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