GetCommandLine function kernel32
Retrieves the command-line string for the current process.
To learn more, see learn.microsoft.com/windows/win32/api/processenv/nf-processenv-getcommandlinew.
Implementation
@pragma('vm:prefer-inline')
PCWSTR GetCommandLine() => PCWSTR(_GetCommandLine());