Home
last modified time | relevance | path

Searched refs:ppArguments (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/desktop/win32/source/
H A Dwrapper.h82 LPTSTR *ppArguments = NULL; in Main() local
85 ppArguments = GetArgv( &nArguments ); in Main()
111 if ( 0 == _tcscmp( ppArguments[argn], PARAM_REMOTE_STR ) ) in Main()
116 else if ( 0 == _tcscmp( ppArguments[argn], PARAM_LOCAL_STR ) ) in Main()
121 else if ( 0 == _tcsncmp( ppArguments[argn], PARAM_LIBPATH_STR, _tcslen(PARAM_LIBPATH_STR) ) ) in Main()
125 …GetFullPathName( ppArguments[argn] + _tcslen(PARAM_LIBPATH_STR), sizeof(szPathValue) / sizeof(TCHA… in Main()
/aoo42x/main/desktop/win32/source/applauncher/
H A Dlauncher.cxx65 LPTSTR *ppArguments = NULL; in WinMain() local
68 ppArguments = GetArgv( &nArguments ); in WinMain()

Completed in 7 milliseconds