AllowSetForegroundWindow method

int AllowSetForegroundWindow(
  1. int dwProcessId
)

Implementation

int AllowSetForegroundWindow(
  int dwProcessId,
) {
  return _AllowSetForegroundWindow(
    dwProcessId,
  );
}