SDL3pp
A slim C++ wrapper for SDL3
Loading...
Searching...
No Matches
SDL::prop::Process Namespace Reference

Properties for processes. More...

Namespaces

namespace  Create
 Properties for process creation.

Variables

constexpr auto PID_NUMBER = SDL_PROP_PROCESS_PID_NUMBER
 Pid number.
constexpr auto STDIN_POINTER
 Pointer to stdin.
constexpr auto STDOUT_POINTER
 Pointer to stdout.
constexpr auto STDERR_POINTER
 Pointer to stderr.
constexpr auto BACKGROUND_BOOLEAN
 Background enabled.

Detailed Description

Properties for processes.

Properties in subnamespaces Create:: can be used in the properties passed to CreateProcessWithProperties() to specify details about how the process should be created, and properties without that prefix can be used to query information about a process after it's created.

See also
CreateProcessWithProperties
Process.GetProperties

Variable Documentation

◆ BACKGROUND_BOOLEAN

auto SDL::prop::Process::BACKGROUND_BOOLEAN
constexpr
Initial value:
=
SDL_PROP_PROCESS_BACKGROUND_BOOLEAN

Background enabled.

◆ STDERR_POINTER

auto SDL::prop::Process::STDERR_POINTER
constexpr
Initial value:
=
SDL_PROP_PROCESS_STDERR_POINTER

Pointer to stderr.

◆ STDIN_POINTER

auto SDL::prop::Process::STDIN_POINTER
constexpr
Initial value:
=
SDL_PROP_PROCESS_STDIN_POINTER

Pointer to stdin.

◆ STDOUT_POINTER

auto SDL::prop::Process::STDOUT_POINTER
constexpr
Initial value:
=
SDL_PROP_PROCESS_STDOUT_POINTER

Pointer to stdout.