xtd 0.2.0
process_window_style.h File Reference
#include "../enum.h"

Definition

Contains xtd::diagnostics::process_window_style enum class.

Include dependency graph for process_window_style.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::diagnostics
 The xtd::diagnostics namespace provides classes that allow you to interact with system processes, event logs, and performance counters.
 

Enumerations

enum  xtd::diagnostics::process_window_style {
  xtd::diagnostics::process_window_style::normal = 0,
  xtd::diagnostics::process_window_style::hidden = 1,
  xtd::diagnostics::process_window_style::minimized = 2,
  xtd::diagnostics::process_window_style::maximized = 3
}
 Specified how a new window should appear when the system starts a process. More...