AllowSetForegroundWindow method

int AllowSetForegroundWindow(
  1. int dwProcessId
)

Implementation

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