createDesktopUserProcess

Create a non-elevated process, if the current process is elevated.

version(Windows)
static if(_WIN32_WINNT >= 0x500)
createDesktopUserProcess
(,,
STARTUPINFOW si = STARTUPINFOW.init
)

Meta