GetWindowDisplayAffinity method
Implementation
int GetWindowDisplayAffinity(
ffi.Pointer<HWND__> hWnd,
ffi.Pointer<ffi.Uint64> pdwAffinity,
) {
return (_GetWindowDisplayAffinity ??= _dylib.lookupFunction<
_c_GetWindowDisplayAffinity,
_dart_GetWindowDisplayAffinity>('GetWindowDisplayAffinity'))(
hWnd,
pdwAffinity,
);
}