Home
last modified time | relevance | path

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

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

Completed in 34 milliseconds