GetCommandLine function kernel32

PCWSTR GetCommandLine()

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());