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