ShowWindowAsync method
Implementation
int ShowWindowAsync(
ffi.Pointer<HWND__> hWnd,
int nCmdShow,
) {
return (_ShowWindowAsync ??=
_dylib.lookupFunction<_c_ShowWindowAsync, _dart_ShowWindowAsync>(
'ShowWindowAsync'))(
hWnd,
nCmdShow,
);
}