Home | History | Annotate | Download | only in demos

Lines Matching defs:commandLineArgs

2861     LPWSTR *commandLineArgs = CommandLineToArgvW(GetCommandLineW(), &argc);
2862 if (nullptr == commandLineArgs) {
2872 size_t wideCharLen = wcslen(commandLineArgs[iii]);
2877 wcstombs_s(&numConverted, argv[iii], wideCharLen + 1, commandLineArgs[iii], wideCharLen + 1);