ae v0.0.3186 (2022-07-03T09:06:15Z)
Home
Dub
Repo
createDesktopUserProcess
ae
sys
windows
process
Create a non-elevated process, if the current process is elevated.
version(Windows)
static if
(
_WIN32_WINNT >= 0x500
)
CreatedProcess
createDesktopUserProcess
(
string
applicationName
,
string
commandLine
,
STARTUPINFOW
si
=
STARTUPINFOW.init
)
Meta
Source
See Implementation
ae
sys
windows
process
aliases
CreatedProcess
HeapIterator
ModuleIterator
ProcessIterator
RemoteAddress
ThreadIterator
ToolhelpSnapshot
functions
createDesktopUserProcess
createProcess
createToolhelpSnapshot
readProcessMemory
readProcessVar
writeProcessMemory
writeProcessVar
properties
heaps
modules
processes
threads
structs
ProcessWatcher
RemoteProcessVarImpl
ToolhelpIterator
_CreatedProcessImpl
_ToolhelpSnapshotImpl
templates
RemoteProcessVar
Create a non-elevated process, if the current process is elevated.