Home
last modified time | relevance | path

Searched defs:pArgc (Results 1 – 4 of 4) sorted by relevance

/trunk/main/desktop/win32/source/applauncher/
H A Dlauncher.hxx35 # define GetArgv( pArgc ) CommandLineToArgvW( GetCommandLine(), pArgc ) argument
37 # define GetArgv( pArgc ) (*pArgc = __argc, __argv) argument
/trunk/main/desktop/win32/source/
H A Dwrapper.h49 # define GetArgv( pArgc ) CommandLineToArgvW( GetCommandLine(), pArgc ) argument
52 # define GetArgv( pArgc ) (*pArgc = __argc, __argv) argument
/trunk/main/setup_native/source/win32/stwrapper/
H A Dstwrapper.cxx72 static LPTSTR *GetCommandArgs( int *pArgc ) in GetCommandArgs()
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx125 static LPTSTR *GetCommandArgs( int *pArgc ) in GetCommandArgs()

Completed in 29 milliseconds