GetWindowPlacement method
Implementation
int GetWindowPlacement(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<WINDOWPLACEMENT> lpwndpl,
) {
return (_GetWindowPlacement ??=
_dylib.lookupFunction<_c_GetWindowPlacement, _dart_GetWindowPlacement>(
'GetWindowPlacement'))(
hWnd,
lpwndpl,
);
}