CommandLineToArgv function shell32
Retrieves the command-line string for the current process.
LPWSTR CommandLineToArgvW(
LPCWSTR lpCmdLine,
int *pNumArgs
);
Implementation
Pointer<Pointer<Utf16>> CommandLineToArgv(
Pointer<Utf16> lpCmdLine, Pointer<Int32> pNumArgs) =>
_CommandLineToArgv(lpCmdLine, pNumArgs);