AllowSetForegroundWindow method
Implementation
int AllowSetForegroundWindow(
int dwProcessId,
) {
return (_AllowSetForegroundWindow ??= _dylib.lookupFunction<
_c_AllowSetForegroundWindow,
_dart_AllowSetForegroundWindow>('AllowSetForegroundWindow'))(
dwProcessId,
);
}