ae v0.0.2885 (2020-12-20T18:43:56Z)
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
CreateProcessWithTokenWFunc
CreatedProcess
HeapIterator
ModuleIterator
ProcessIterator
RemoteAddress
ThreadIterator
ToolhelpSnapshot
wenforce
functions
createDesktopUserProcess
createProcess
createToolhelpSnapshot
readProcessMemory
readProcessVar
writeProcessMemory
writeProcessVar
manifest constants
TOKEN_ADJUST_SESSIONID
properties
heaps
modules
processes
threads
structs
CreatedProcessImpl
ProcessWatcher
RemoteProcessVarImpl
ToolhelpIterator
ToolhelpSnapshotImpl
templates
RemoteProcessVar
Create a non-elevated process, if the current process is elevated.