Searched defs:CmdLineStr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp5535 UNICODE_STRING CmdLineStr = pUserProcParams->CommandLine; local
5536 if ( CmdLineStr.Buffer != NULL
5538 CmdLineStr.Buffer = (WCHAR *)((uintptr_t)CmdLineStr.Buffer + (uintptr_t)pUserProcParams);
5540 char **papszArgs = suplibCommandLineToArgvWStub(CmdLineStr.Buffer, CmdLineStr.Length / sizeof(WCHAR), &cArgs);

Completed in 67 milliseconds