Searched refs:lpArg (Results 1 – 1 of 1) sorted by relevance
293 LPTSTR lpArg = lpArgs[i]; in _tWinMain() local294 if ( _tcslen( lpArg ) >= 2 ) in _tWinMain()296 if ( lpArg[0] == '-' ) in _tWinMain()298 switch ( lpArg[1] ) in _tWinMain()
Completed in 5 milliseconds