Home | History | Annotate | Download | only in demos

Lines Matching defs:commandLineArgs

2758     LPWSTR *commandLineArgs = CommandLineToArgvW(GetCommandLineW(), &argc);
2759 if (nullptr == commandLineArgs) {
2769 size_t wideCharLen = wcslen(commandLineArgs[iii]);
2775 commandLineArgs[iii], wideCharLen + 1);