GetCommandLine function kernel32

Pointer<Utf16> GetCommandLine()

Parses a Unicode command line string and returns an array of pointers to the command line arguments, along with a count of such arguments, in a way that is similar to the standard C run-time argv and argc values.

LPWSTR GetCommandLineW();

Implementation

Pointer<Utf16> GetCommandLine() => _GetCommandLine();