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

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxLA.cpp100 WCHAR wszCommandLine[1]; member in struct:ACTIONENTRY
313 memcpy(pEntry->wszCommandLine, abData, cbData);
314 pEntry->wszCommandLine[cbData / sizeof(WCHAR)] = 0;
341 pEntry->u32Index, pEntry->wszCommandLine));
351 pIter->u32Index, pIter->wszCommandLine));
374 pIter->u32Index, pIter->wszCommandLine));
382 pIter->wszCommandLine, // lpCommandLine
393 pIter->wszCommandLine, GetLastError()));
398 pIter->wszCommandLine));

Completed in 79 milliseconds